Skip to content

Commit

Permalink
docs: update docs for shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 18, 2022
1 parent 34f2e3d commit 495fa55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ UX is mainly brought from modern browsers:

## Keyboard shortcuts

Note: replace <kbd>SHIFT</kbd> with <kbd>CMD</kbd> on macOS

- Pin/unpin a tab: <kbd>CTRL</kbd> + <kbd>P</kbd>
- Close a tab: <kbd>SHIFT</kbd> + <kbd>CTRL</kbd> + <kbd>W</kbd>
- Pin/unpin a tab: <kbd>CTRL</kbd> + <kbd>P</kbd> (macOS: <kbd>CMD</kbd> + <kbd>P</kbd>)
- Close a tab: <kbd>SHIFT</kbd> + <kbd>CTRL</kbd> + <kbd>W</kbd> (macOS: <kbd>SHIFT</kbd> + <kbd>CMD</kbd> + <kbd>W</kbd>)
- Change to next tab: <kbd>CTRL</kbd> + <kbd>TAB</kbd>

![](./demo.gif)

0 comments on commit 495fa55

Please sign in to comment.