Merge pull request #69 from pan93412/kbd
docs: Replace the shortcuts to <kbd> tag
This commit is contained in:
19
README.md
19
README.md
@@ -12,6 +12,7 @@
|
|||||||
- 🩴 **特**:不是单纯打包,实现了通用快捷键的透传、沉浸式的窗口、拖动、样式改写简化
|
- 🩴 **特**:不是单纯打包,实现了通用快捷键的透传、沉浸式的窗口、拖动、样式改写简化
|
||||||
- 🐶 **玩**:只是一个很简单的小玩具,用 Rust 替代之前套壳网页老的思路玩法,PWA 也很好,友好交流勿喷
|
- 🐶 **玩**:只是一个很简单的小玩具,用 Rust 替代之前套壳网页老的思路玩法,PWA 也很好,友好交流勿喷
|
||||||
|
|
||||||
|
|
||||||
## 下载
|
## 下载
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@@ -53,15 +54,15 @@
|
|||||||
|
|
||||||
## 快捷键
|
## 快捷键
|
||||||
|
|
||||||
1. `command + [`:返回上一个页面
|
1. <kbd>⌘</kbd> + <kbd>[</kbd>:返回上一个页面
|
||||||
2. `command + ]`:去下一个页面
|
2. <kbd>⌘</kbd> + <kbd>]</kbd>:去下一个页面
|
||||||
3. `command + ↑`:自动滚动到页面顶部
|
3. <kbd>⌘</kbd> + <kbd>↑</kbd>:自动滚动到页面顶部
|
||||||
4. `command + ↓`:自动滚动到页面底部
|
4. <kbd>⌘</kbd> + <kbd>↓</kbd>:自动滚动到页面底部
|
||||||
5. `command + r`:刷新页面
|
5. <kbd>⌘</kbd> + <kbd>r</kbd>:刷新页面
|
||||||
6. `command + w`:隐藏窗口,非退出
|
6. <kbd>⌘</kbd> + <kbd>w</kbd>:隐藏窗口,非退出
|
||||||
7. `command + -`:缩小页面
|
7. <kbd>⌘</kbd> + <kbd>-</kbd>:缩小页面
|
||||||
8. `command + =`:放大页面
|
8. <kbd>⌘</kbd> + <kbd>=</kbd>:放大页面
|
||||||
9. `command + 0`:重置页面缩放
|
9. <kbd>⌘</kbd> + <kbd>0</kbd>:重置页面缩放
|
||||||
|
|
||||||
此外还支持双击头部进行全屏切换,拖拽头部进行移动窗口,还有其他需求,欢迎提过来。
|
此外还支持双击头部进行全屏切换,拖拽头部进行移动窗口,还有其他需求,欢迎提过来。
|
||||||
|
|
||||||
|
|||||||
19
README_EN.md
19
README_EN.md
@@ -12,6 +12,7 @@
|
|||||||
- 🩴 **Special**:Not just packaged, with universal shortcut pass-through, immersive windows, drag-and-drop, packaged style compatibility.
|
- 🩴 **Special**:Not just packaged, with universal shortcut pass-through, immersive windows, drag-and-drop, packaged style compatibility.
|
||||||
- 🐶 **Toy**:Just a very simple little toy, a way to play with Rust instead of the old idea of shelling the web.
|
- 🐶 **Toy**:Just a very simple little toy, a way to play with Rust instead of the old idea of shelling the web.
|
||||||
|
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@@ -53,15 +54,15 @@ More common apps can be downloaded from [Release](https://github.com/tw93/Pake/r
|
|||||||
|
|
||||||
## Shortcuts
|
## Shortcuts
|
||||||
|
|
||||||
1. `command + [`:Return to the previous page
|
1. <kbd>⌘</kbd> + <kbd>[</kbd>:Return to the previous page
|
||||||
2. `command + ]`:Go to the next page
|
2. <kbd>⌘</kbd> + <kbd>]</kbd>:Go to the next page
|
||||||
3. `command + ↑`:Auto scroll to top of page
|
3. <kbd>⌘</kbd> + <kbd>↑</kbd>:Auto scroll to top of page
|
||||||
4. `command + ↓`:Auto scroll to bottom of page
|
4. <kbd>⌘</kbd> + <kbd>↓</kbd>:Auto scroll to bottom of page
|
||||||
5. `command + r`:Refresh Page
|
5. <kbd>⌘</kbd> + <kbd>r</kbd>:Refresh Page
|
||||||
6. `command + w`:Hide window, not quite
|
6. <kbd>⌘</kbd> + <kbd>w</kbd>:Hide window, not quite
|
||||||
7. `command + -`:ZoomOut Page
|
7. <kbd>⌘</kbd> + <kbd>-</kbd>:Zoom out the page
|
||||||
8. `command + =`:ZoomIn Page
|
8. <kbd>⌘</kbd> + <kbd>=</kbd>:Zoom in the Page
|
||||||
9. `command + 0`:Reset Page zoom
|
9. <kbd>⌘</kbd> + <kbd>0</kbd>:Reset the page zoom
|
||||||
|
|
||||||
In addition, it supports double clicking the head to switch to full screen, and dragging the head to move the window
|
In addition, it supports double clicking the head to switch to full screen, and dragging the head to move the window
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user