Home
last modified time | relevance | path

Searched refs:FcitxHotkeyModifierToState (Results 1 – 3 of 3) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-config/
H A Dhotkey.h207 unsigned int FcitxHotkeyModifierToState(FcitxKeySym sym);
H A Dhotkey.c925 unsigned int FcitxHotkeyModifierToState(FcitxKeySym sym) in FcitxHotkeyModifierToState() function
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dime.c554 group1[i].state &= ~FcitxHotkeyModifierToState(group1[i].sym); in _NormalizeHotkeyForModifier()
560 group2[i].state |= FcitxHotkeyModifierToState(group2[i].sym); in _NormalizeHotkeyForModifier()