summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-05-13 09:14:26 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-05-13 09:14:26 +0900
commit32c26ab0fffb52aa5df8f529f4697b17ab9f29e2 (patch)
treecb3d1597ca7e3212cb0d908c255f3ee5db128046 /setup
parentb5502cfcfb0ff57c434e09d3e55877ff5495fd47 (diff)
downloadibus-anthy-32c26ab0fffb52aa5df8f529f4697b17ab9f29e2.tar.gz
Fixed some bugs.
Fixed Thumb Shift mode. timeout_and_full is no longer available in pygobject3. Fixed __cmd_circle_dict_method Used setxkbmap in Thumb Shift mode. until Gdk.property_get is fixed. Removed Hiragana_Katanaka in circle_kana_mode for latin_with_shift
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'],