Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-config/
H A Dhotkey.h139 boolean FcitxHotkeyIsHotKeyLAZ(FcitxKeySym sym, unsigned int state);
H A Dhotkey.c512 boolean FcitxHotkeyIsHotKeyLAZ(FcitxKeySym sym, unsigned int state) in FcitxHotkeyIsHotKeyLAZ() function
587 if (iKeyState != FcitxKeyState_Shift && FcitxHotkeyIsHotKeyLAZ(keysym, 0)) in FcitxHotkeyGetKey()
594 if (FcitxHotkeyIsHotKeyLAZ(keysym, 0) || FcitxHotkeyIsHotKeyUAZ(keysym, 0)) { in FcitxHotkeyGetKey()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/punc/
H A Dpunc.c615 && !FcitxHotkeyIsHotKeyLAZ(sym, state) in IsHotKeyPunc()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/keyboard/
H A Dkeyboard.c680 if (IsValidChar(result) || FcitxHotkeyIsHotKeyLAZ(sym, state) || in FcitxKeyboardDoInput()
/dports/chinese/fcitx-libpinyin/fcitx-libpinyin-0.5.3/src/
H A Deim.cpp186 if (FcitxHotkeyIsHotKeyLAZ(sym, state) in doInput()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.c552 if ((FcitxHotkeyIsHotKeyLAZ(sym, state) in DoPYInput()