diff options
author | Pierce James Morris <17671699+piercemorris@users.noreply.github.com> | 2024-01-14 02:16:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 02:16:39 +0000 |
commit | 326c5335503d45daafe73daac88ae330c6bace77 (patch) | |
tree | 4b72fb68bd94fb703fec0bc6ec09dbebdb24264d /docs/keyboard-shortcuts.md | |
parent | 273c2f22603abe563435a0f1d7a84c0d9037fe2c (diff) |
Reworked README & supplimenting docs (#512)
* initial revision of updated README
* fix broken links in doc files
* descriptive links, typos, anki emphasis
* add missing punctuation
* add new lines and capitalise letters
* move contributing section up
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. | |