Skip to content

Commit

Permalink
fix: update shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Feb 24, 2024
1 parent 8b2ae01 commit 9b54f71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
### 图片

* ←: 上一个
* →: 加载更多
* →: 下一个
* ↑: 向上滚动 1 个屏幕.
* ↓: 向下滚动 1 个屏幕.
---
Expand All @@ -67,7 +67,7 @@
* r: 刷新页面
* q: 回到顶部
* e: 下一个
* 0: 下一个
* 0: 加载更多
* Delete: 删除当前文件夹

### 视频
Expand Down
4 changes: 2 additions & 2 deletions src/components/pic_tools/ToolGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const keymap = {
scrollDown: ['s', 'ArrowDown'],
btn_click_preNode: ['a','ArrowLeft'],
// leftDrawer: ['a','ArrowLeft'],
loadMore: ['d','ArrowRight'],
loadMore: ['d'],
top: ['q'],
nextNode: ['e', '0'],
nextNode: ['e', '0','ArrowRight'],
reloadPage: ['r'],
btnClickDelDirs: ['Delete'],
}
Expand Down

0 comments on commit 9b54f71

Please sign in to comment.