Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Dkeysym.h45 FcitxKeyState_ScrollLock = 1 << 7, enumerator
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt5/platforminputcontext/
H A Dqfcitxplatforminputcontext.h84 FcitxKeyState_ScrollLock = 1 << 7, enumerator
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt6/platforminputcontext/
H A Dqfcitxplatforminputcontext.h84 FcitxKeyState_ScrollLock = 1 << 7, enumerator
/dports/textproc/fcitx-qt5/fcitx-qt5-1.2.6/platforminputcontext/
H A Dqfcitxplatforminputcontext.h84 FcitxKeyState_ScrollLock = 1 << 7, enumerator
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/xim/
H A Dximhandler.c219 …eyState_NumLock) - (kev->state & FcitxKeyState_CapsLock) - (kev->state & FcitxKeyState_ScrollLock); in XIMProcessKey()
/dports/textproc/fcitx-m17n/fcitx-m17n-0.2.3/im/
H A Dfcitx-m17n.c364 if (mask & FcitxKeyState_ScrollLock) { in KeySymToSymbol()