Home
last modified time | relevance | path

Searched refs:hkPunc (Results 1 – 6 of 6) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dconfigfile.h100 FcitxHotkey hkPunc[2];/**< hotkey for switch punc*/ member
H A Dconfigfile.c66 CONFIG_BINDING_REGISTER("Hotkey", "PuncSwitchKey", hkPunc)
/dports/chinese/scim-fcitx/fcitx/src/
H A Dime.h158 extern KeyEvent hkPunc[]; //���ı��
H A Dime.cpp86 KeyEvent hkPunc[HOT_KEY_COUNT] = { KeyEvent("Alt+space"), KeyEvent() }; //���ı�� variable
288 else if (IsHotKey (key2, hkPunc)) in ProcessKey()
H A Dtools.cpp154 SetHotKey (pstr, hkPunc); in LoadConfig()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/punc/
H A Dpunc.c128 hotkey.hotkey = FcitxInstanceGetGlobalConfig(instance)->hkPunc; in PuncCreate()