diff --git a/README.md b/README.md index d50510b..c7281a1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/config.json b/config.json index 5f87461..b28a382 100644 --- a/config.json +++ b/config.json @@ -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" } }