diff options
Diffstat (limited to 'setup/shortcuteditor.py')
-rw-r--r-- | setup/shortcuteditor.py | 8 |
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): |