blob: bf12a84af4386e7bd7661a3f4cda0fde0736c5af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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. |
|