summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-rw-r--r--setup/anthyprefs.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup/anthyprefs.py.in b/setup/anthyprefs.py.in
index d4a1f81..3bd72cc 100644
--- a/setup/anthyprefs.py.in
+++ b/setup/anthyprefs.py.in
@@ -1138,7 +1138,8 @@ _config = {
_shortcut_default = {
'on_off': [@ON_OFF_KEYS@],
'circle_input_mode': ['Ctrl+comma', 'Ctrl+less'],
- 'circle_kana_mode': ['Ctrl+period', 'Ctrl+greater', 'Hiragana_Katakana'],
+ # Removed Hiragana_Katakana key in circle_kana_mode for latin_with_shift.
+ 'circle_kana_mode': ['Ctrl+period', 'Ctrl+greater'],
# 'cancel_pseudo_ascii_mode_key': ['Escape'],
'circle_typing_method': ['Alt+Romaji', 'Ctrl+slash'],
'circle_dict_method': ['Alt+Henkan'],