summaryrefslogtreecommitdiffstats
path: root/setup/shortcuteditor.py
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-11-14 14:53:04 +0800
committerPeng Wu <alexepico@gmail.com>2016-11-14 14:53:04 +0800
commit25bfb3fb9c99babfdff30c0912f474c059b1461a (patch)
treefb68c0122d0b54b1c34bcc57300756e8728d2da4 /setup/shortcuteditor.py
parent42a137c7444db2fa221e118d9e7206a32d0be121 (diff)
downloadibus-libpinyin-25bfb3fb9c99babfdff30c0912f474c059b1461a.tar.gz
ibus-libpinyin-25bfb3fb9c99babfdff30c0912f474c059b1461a.tar.xz
ibus-libpinyin-25bfb3fb9c99babfdff30c0912f474c059b1461a.zip
update main2.py
Diffstat (limited to 'setup/shortcuteditor.py')
-rw-r--r--setup/shortcuteditor.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup/shortcuteditor.py b/setup/shortcuteditor.py
index fafb3c5..aaf8b75 100644
--- a/setup/shortcuteditor.py
+++ b/setup/shortcuteditor.py
@@ -43,10 +43,10 @@ COLUMN_ACCELERATOR,
# The default shortcut value is stored here.
accelerators = \
(
- (_("Switch Chinese/English"), "MainSwitch" , "<Shift>"),
- (_("Full/Half Width Letter"), "LetterSwitch", ""),
- (_("Full/Half Width Punct"), "PunctSwitch", "<Control>period"),
- (_("Switch Traditional/Simplfied Chinese"), "TradSwitch", "<Control><Shift>f")
+ (_("Switch Chinese/English"), "mainswitch" , "<Shift>"),
+ (_("Full/Half Width Letter"), "letterswitch", ""),
+ (_("Full/Half Width Punct"), "punctswitch", "<Control>period"),
+ (_("Switch Traditional/Simplfied Chinese"), "tradswitch", "<Control><Shift>f")
)
class ShortcutTreeView(Gtk.TreeView):