diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-30 16:56:55 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-30 16:56:55 +0100 |
commit | 7722306155088966bd2e09a0a7ba910ca9141fd1 (patch) | |
tree | 69c990ec8cb645e383186c6f401140758bd82227 /yomichan-user/readme.md | |
parent | ea06526ea33df1ae5b38065a87c72af1614ace22 (diff) |
added shortcuts, fixed duplicate buttons and updated readme3.2.0
Diffstat (limited to 'yomichan-user/readme.md')
-rw-r--r-- | yomichan-user/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/yomichan-user/readme.md b/yomichan-user/readme.md index 6b0e0ed..cead831 100644 --- a/yomichan-user/readme.md +++ b/yomichan-user/readme.md @@ -14,3 +14,24 @@ into [my custom anki card template](../anki-card-template/readme.md).   +## word export + +adds a copy button to each definition for copying into [my custom anki card +template](../anki-card-template/readme.md). (Should) automatically insert +interpuncts, add pitch accent downfall step (if available), and marker if word +is usually written as kana only. <kbd>Alt</kbd>+<kbd>C</kbd> to copy currently +selected entry. + + + + + +## shortcuts + +adds the following shortcuts to yomichan: + +|shortcut|action| +|-|-| +|<kbd>Alt</kbd>+<kbd>J</kbd>|select next definition (move down)| +|<kbd>Alt</kbd>+<kbd>K</kbd>|select previous definition (move up)| +|<kbd>Alt</kbd>+<kbd>G</kbd>|scroll back to top| |