summaryrefslogtreecommitdiffstats
path: root/setup/shortcuteditor.py
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-12-22 14:03:50 +0800
committerPeng Wu <alexepico@gmail.com>2016-12-22 14:28:41 +0800
commit02917a75f72a98813374fe6dac995ffef27f53b6 (patch)
tree6b17749d70552ef9418a558683cbaa5dbdb30992 /setup/shortcuteditor.py
parent5532c292f7cbd59d1cb62fb61e500bfedea9e718 (diff)
downloadibus-libpinyin-02917a75f72a98813374fe6dac995ffef27f53b6.tar.gz
ibus-libpinyin-02917a75f72a98813374fe6dac995ffef27f53b6.tar.xz
ibus-libpinyin-02917a75f72a98813374fe6dac995ffef27f53b6.zip
update setup scripts
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 aaf8b75..18c95e9 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"), "main-switch" , "<Shift>"),
+ (_("Full/Half Width Letter"), "letter-switch", ""),
+ (_("Full/Half Width Punct"), "punct-switch", "<Control>period"),
+ (_("Switch Traditional/Simplfied Chinese"), "trad-switch", "<Control><Shift>f")
)
class ShortcutTreeView(Gtk.TreeView):