Skip to content

Commit

Permalink
Change default shortcut that conflicts with Anki
Browse files Browse the repository at this point in the history
  • Loading branch information
obynio committed Feb 3, 2024
1 parent 1712911 commit 244b9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It is intended to work cross-platforms, either on `Windows`, `MacOS` or `Linux`.
JapaneseFurigana adds two buttons in the card editor toolbar that detects kanjis and generates or removes their respective furigana readings.

> [!TIP]
> * Add furigana reading with **F** or **Ctrl+F**
> * Add furigana reading with **F** or **Alt+F**
> * Remove furigana reading with **⌥⌘F** or **Ctrl+Alt+F**
![screenshot](https://user-images.githubusercontent.com/2095991/81614721-bd883880-93e0-11ea-8200-aeea2da7c5d3.png)
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"useRubyTags": false,
"ignoreNumbers": true,
"keyboardShortcut": {
"add_furigana": "Ctrl+F",
"add_furigana": "Alt+F",
"del_furigana": "Ctrl+Alt+F"
}
}

0 comments on commit 244b9a4

Please sign in to comment.