summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-11-14 14:22:58 +0800
committerPeng Wu <alexepico@gmail.com>2016-11-14 14:22:58 +0800
commit42a137c7444db2fa221e118d9e7206a32d0be121 (patch)
tree3398dd0a9228e3dd8e7910163837029d88a0d8a1 /src
parent0303fd3ab567c08b2e98886e11fda5387b5ba1e3 (diff)
downloadibus-libpinyin-42a137c7444db2fa221e118d9e7206a32d0be121.tar.gz
ibus-libpinyin-42a137c7444db2fa221e118d9e7206a32d0be121.tar.xz
ibus-libpinyin-42a137c7444db2fa221e118d9e7206a32d0be121.zip
update PYPConfig.cc
Diffstat (limited to 'src')
-rw-r--r--src/PYPConfig.cc64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/PYPConfig.cc b/src/PYPConfig.cc
index 7d8139f..fe74b86 100644
--- a/src/PYPConfig.cc
+++ b/src/PYPConfig.cc
@@ -28,38 +28,38 @@
namespace PY {
-const gchar * const CONFIG_CORRECT_PINYIN = "CorrectPinyin";
-const gchar * const CONFIG_FUZZY_PINYIN = "FuzzyPinyin";
-const gchar * const CONFIG_ORIENTATION = "LookupTableOrientation";
-const gchar * const CONFIG_PAGE_SIZE = "LookupTablePageSize";
-const gchar * const CONFIG_REMEMBER_EVERY_INPUT = "RememberEveryInput";
-const gchar * const CONFIG_SHIFT_SELECT_CANDIDATE = "ShiftSelectCandidate";
-const gchar * const CONFIG_MINUS_EQUAL_PAGE = "MinusEqualPage";
-const gchar * const CONFIG_COMMA_PERIOD_PAGE = "CommaPeriodPage";
-const gchar * const CONFIG_AUTO_COMMIT = "AutoCommit";
-const gchar * const CONFIG_DOUBLE_PINYIN = "DoublePinyin";
-const gchar * const CONFIG_DOUBLE_PINYIN_SCHEMA = "DoublePinyinSchema";
-const gchar * const CONFIG_DOUBLE_PINYIN_SHOW_RAW = "DoublePinyinShowRaw";
-const gchar * const CONFIG_INIT_CHINESE = "InitChinese";
-const gchar * const CONFIG_INIT_FULL = "InitFull";
-const gchar * const CONFIG_INIT_FULL_PUNCT = "InitFullPunct";
-const gchar * const CONFIG_INIT_SIMP_CHINESE = "InitSimplifiedChinese";
-const gchar * const CONFIG_SPECIAL_PHRASES = "SpecialPhrases";
-const gchar * const CONFIG_DICTIONARIES = "Dictionaries";
-const gchar * const CONFIG_BOPOMOFO_KEYBOARD_MAPPING = "BopomofoKeyboardMapping";
-const gchar * const CONFIG_SELECT_KEYS = "SelectKeys";
-const gchar * const CONFIG_GUIDE_KEY = "GuideKey";
-const gchar * const CONFIG_AUXILIARY_SELECT_KEY_F = "AuxiliarySelectKey_F";
-const gchar * const CONFIG_AUXILIARY_SELECT_KEY_KP = "AuxiliarySelectKey_KP";
-const gchar * const CONFIG_ENTER_KEY = "EnterKey";
-const gchar * const CONFIG_IMPORT_DICTIONARY = "ImportDictionary";
-const gchar * const CONFIG_EXPORT_DICTIONARY = "ExportDictionary";
-const gchar * const CONFIG_CLEAR_USER_DATA = "ClearUserData";
-/* const gchar * const CONFIG_CTRL_SWITCH = "CtrlSwitch"; */
-const gchar * const CONFIG_MAIN_SWITCH = "MainSwitch";
-const gchar * const CONFIG_LETTER_SWITCH = "LetterSwitch";
-const gchar * const CONFIG_PUNCT_SWITCH = "PunctSwitch";
-const gchar * const CONFIG_TRAD_SWITCH = "TradSwitch";
+const gchar * const CONFIG_CORRECT_PINYIN = "correctpinyin";
+const gchar * const CONFIG_FUZZY_PINYIN = "fuzzypinyin";
+const gchar * const CONFIG_ORIENTATION = "lookuptableorientation";
+const gchar * const CONFIG_PAGE_SIZE = "lookuptablepagesize";
+const gchar * const CONFIG_REMEMBER_EVERY_INPUT = "remembereveryinput";
+const gchar * const CONFIG_SHIFT_SELECT_CANDIDATE = "shiftselectcandidate";
+const gchar * const CONFIG_MINUS_EQUAL_PAGE = "minusequalpage";
+const gchar * const CONFIG_COMMA_PERIOD_PAGE = "commaperiodpage";
+const gchar * const CONFIG_AUTO_COMMIT = "autocommit";
+const gchar * const CONFIG_DOUBLE_PINYIN = "doublepinyin";
+const gchar * const CONFIG_DOUBLE_PINYIN_SCHEMA = "doublepinyinschema";
+const gchar * const CONFIG_DOUBLE_PINYIN_SHOW_RAW = "doublepinyinshowraw";
+const gchar * const CONFIG_INIT_CHINESE = "initchinese";
+const gchar * const CONFIG_INIT_FULL = "initfull";
+const gchar * const CONFIG_INIT_FULL_PUNCT = "initfullpunct";
+const gchar * const CONFIG_INIT_SIMP_CHINESE = "initsimplifiedchinese";
+const gchar * const CONFIG_SPECIAL_PHRASES = "specialphrases";
+const gchar * const CONFIG_DICTIONARIES = "dictionaries";
+const gchar * const CONFIG_BOPOMOFO_KEYBOARD_MAPPING = "bopomofokeyboardmapping";
+const gchar * const CONFIG_SELECT_KEYS = "selectkeys";
+const gchar * const CONFIG_GUIDE_KEY = "guidekey";
+const gchar * const CONFIG_AUXILIARY_SELECT_KEY_F = "auxiliaryselectkey_f";
+const gchar * const CONFIG_AUXILIARY_SELECT_KEY_KP = "auxiliaryselectkey_kp";
+const gchar * const CONFIG_ENTER_KEY = "enterkey";
+const gchar * const CONFIG_IMPORT_DICTIONARY = "importdictionary";
+const gchar * const CONFIG_EXPORT_DICTIONARY = "exportdictionary";
+const gchar * const CONFIG_CLEAR_USER_DATA = "clearuserdata";
+/* const gchar * const CONFIG_CTRL_SWITCH = "ctrlswitch"; */
+const gchar * const CONFIG_MAIN_SWITCH = "mainswitch";
+const gchar * const CONFIG_LETTER_SWITCH = "letterswitch";
+const gchar * const CONFIG_PUNCT_SWITCH = "punctswitch";
+const gchar * const CONFIG_TRAD_SWITCH = "tradswitch";
const pinyin_option_t PINYIN_DEFAULT_OPTION =
PINYIN_INCOMPLETE |