Skip to content

Commit

Permalink
Change default shortcut to Ctrl+R
Browse files Browse the repository at this point in the history
  • Loading branch information
obynio committed Feb 10, 2024
1 parent 244b9a4 commit 6d2fd25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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 **Alt+F**
> * Remove furigana reading with **⌥⌘F** or **Ctrl+Alt+F**
> * Add furigana reading with **⌘R** or **Ctrl+R**
> * Remove furigana reading with **⌥⌘R** or **Ctrl+Alt+R**
![screenshot](https://user-images.githubusercontent.com/2095991/81614721-bd883880-93e0-11ea-8200-aeea2da7c5d3.png)

Expand Down
4 changes: 2 additions & 2 deletions 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": "Alt+F",
"del_furigana": "Ctrl+Alt+F"
"add_furigana": "Ctrl+R",
"del_furigana": "Ctrl+Alt+R"
}
}

0 comments on commit 6d2fd25

Please sign in to comment.