diff options
Diffstat (limited to 'docs/keyboard-shortcuts.md')
-rw-r--r-- | docs/keyboard-shortcuts.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md new file mode 100644 index 00000000..bf12a84a --- /dev/null +++ b/docs/keyboard-shortcuts.md @@ -0,0 +1,25 @@ +## Keyboard Shortcuts + +The following shortcuts are globally available: + +| Shortcut | Action | +| ---------------------------------- | ------------------------ | +| <kbd>Alt</kbd> + <kbd>Insert</kbd> | Open search page. | +| <kbd>Alt</kbd> + <kbd>Delete</kbd> | Toggle extension on/off. | + +The following shortcuts are available on search results: + +| Shortcut | Action | +| -------------------------------- | --------------------------------------- | +| <kbd>Esc</kbd> | Cancel current search. | +| <kbd>Alt</kbd> + <kbd>PgUp</kbd> | Page up through results. | +| <kbd>Alt</kbd> + <kbd>PgDn</kbd> | Page down through results. | +| <kbd>Alt</kbd> + <kbd>End</kbd> | Go to last result. | +| <kbd>Alt</kbd> + <kbd>Home</kbd> | Go to first result. | +| <kbd>Alt</kbd> + <kbd>Up</kbd> | Go to previous result. | +| <kbd>Alt</kbd> + <kbd>Down</kbd> | Go to next result. | +| <kbd>Alt</kbd> + <kbd>B</kbd> | Go to back to source term. | +| <kbd>Alt</kbd> + <kbd>E</kbd> | Add current term as expression to Anki. | +| <kbd>Alt</kbd> + <kbd>R</kbd> | Add current term as reading to Anki. | +| <kbd>Alt</kbd> + <kbd>P</kbd> | Play audio for current term. | +| <kbd>Alt</kbd> + <kbd>K</kbd> | Add current kanji to Anki. | |