Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
updated handbook so all keybindings use - instead of + as the separator
Browse files Browse the repository at this point in the history
  • Loading branch information
eejdoowad committed Oct 13, 2017
1 parent aa346f0 commit 1c4cb13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions book/tutorial/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following pages in this tutorial explain how to use Saka Key's commands.

To view all the commands Saka Key provides, visit the complete [Commands List](/commands/index.md).

<!-- TODO: You can view what key each command is bound to by typing <kbd>?</kbd> or equivalently <kbd>Shift + /</kbd> from any page. -->
<!-- TODO: You can view what key each command is bound to by typing <kbd>?</kbd> or equivalently <kbd>Shift - /</kbd> from any page. -->

## Limitations

Expand All @@ -26,9 +26,9 @@ PDFs are also troublesome. You can use keyboard shortcuts to close PDF tabs and

To work around these limitations, I recommend learning the following brower shortcuts.

* <kbd>ctrl+Tab</kbd> - switches to the next tab
* <kbd>shift+ctrl+Tab</kbd> - switches to the previous tab
* <kbd>ctrl+w</kbd> - closes the current tab.
* <kbd>ctrl-Tab</kbd> - switches to the next tab
* <kbd>shift-ctrl-Tab</kbd> - switches to the previous tab
* <kbd>ctrl-w</kbd> - closes the current tab.

## Profiles

Expand Down
2 changes: 1 addition & 1 deletion book/tutorial/pass_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Some pages, like Gmail and Github, provide keyboard shortcuts you might want to

To pass a single key, type <kbd>;</kbd>. The next key you type will be passed to the page.

If you want to keep passing keys, type <kbd>shift+;</kbd>. All subsequent keys will be passed to the page. To stop passing keys, type <kbd>ctrl-x</kbd>.
If you want to keep passing keys, type <kbd>shift-;</kbd>. All subsequent keys will be passed to the page. To stop passing keys, type <kbd>ctrl-x</kbd>.
14 changes: 7 additions & 7 deletions book/tutorial/tabs_and_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@ Saka Key lets you, [create](), [duplicate](), [close](), [restore](), [refresh](
### Refresh Tabs

* **Refresh Tab** - <kbd>r</kbd><kbd>r</kbd>
* **Refresh All Tabs** - <kbd>r</kbd><kbd>shift+r</kbd>
* **Refresh All Tabs** - <kbd>r</kbd><kbd>shift-r</kbd>

### Switch Tabs

* **Next Tab** - <kbd>q</kbd> or <kbd>]</kbd>
* **Previous Tab** - <kbd>w</kbd> or <kbd>[</kbd>
* **First Tab** - <kbd>shift+q</kbd> or <kbd>1</kbd>
* **Last Tab** - <kbd>shift+w</kbd> or <kbd>0</kbd>
* **First Tab** - <kbd>shift-q</kbd> or <kbd>1</kbd>
* **Last Tab** - <kbd>shift-w</kbd> or <kbd>0</kbd>

### Move Tabs

* **Move Tab Left** - <kbd>i</kbd> or <kbd>shift-[</kbd>
* **Move Tab Right** - <kbd>o</kbd> or <kbd>shift-]</kbd>
* **Move Tab First** - <kbd>shift+i</kbd> or <kbd>alt-[</kbd>
* **Move Tab Last** - <kbd>shift+o</kbd> or <kbd>alt-]</kbd>
* **Move Tab First** - <kbd>shift-i</kbd> or <kbd>alt-[</kbd>
* **Move Tab Last** - <kbd>shift-o</kbd> or <kbd>alt-]</kbd>

### Mute Tabs

* **Mute/Unmute Tab** - <kbd>m</kbd>
* **Mute/Unmute All Tabs** - <kbd>shift+m</kbd>
* **Mute/Unmute All Tabs** - <kbd>shift-m</kbd>

### Pin Tabs

* **Pin/Unpin Tab** - <kbd>shift+p</kbd>
* **Pin/Unpin Tab** - <kbd>shift-p</kbd>
4 changes: 2 additions & 2 deletions book/tutorial/zooming.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
It's easy to zoom in and out.

* **Zoom In** - <kbd>z</kbd>
* **Zoom Out** - <kbd>shift+z</kbd>
* **Zoom Reset** - <kbd>shift+alt+z</kbd>
* **Zoom Out** - <kbd>shift-z</kbd>
* **Zoom Reset** - <kbd>shift-alt-z</kbd>

0 comments on commit 1c4cb13

Please sign in to comment.