Home
last modified time | relevance | path

Searched refs:FCITX_PRESS_KEY (Results 1 – 19 of 19) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/vk/
H A Dvk.c463 …itxInstanceForwardKey(instance, FcitxInstanceGetCurrentIC(instance), FCITX_PRESS_KEY, FcitxKey_Bac… in VKMouseKey()
480 …itxInstanceForwardKey(instance, FcitxInstanceGetCurrentIC(instance), FCITX_PRESS_KEY, FcitxKey_Tab… in VKMouseKey()
529 …itxInstanceForwardKey(instance, FcitxInstanceGetCurrentIC(instance), FCITX_PRESS_KEY, FcitxKey_Ins… in VKMouseKey()
532 …itxInstanceForwardKey(instance, FcitxInstanceGetCurrentIC(instance), FCITX_PRESS_KEY, FcitxKey_Del… in VKMouseKey()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/xim/
H A Dximhandler.c229 …eyEventType type = (call_data->event.type == KeyRelease) ? (FCITX_RELEASE_KEY) : (FCITX_PRESS_KEY); in XIMProcessKey()
232 if (type == FCITX_PRESS_KEY && FcitxHotkeyIsHotKey(sym, state, config->hkTrigger)) { in XIMProcessKey()
H A Dxim.c410 xEvent.xkey.type = (event == FCITX_PRESS_KEY) ? KeyPress : KeyRelease; in XimForwardKey()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt5/platforminputcontext/
H A Dqfcitxplatforminputcontext.h40 enum FcitxKeyEventType { FCITX_PRESS_KEY, FCITX_RELEASE_KEY }; enumerator
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt6/platforminputcontext/
H A Dqfcitxplatforminputcontext.h40 enum FcitxKeyEventType { FCITX_PRESS_KEY, FCITX_RELEASE_KEY }; enumerator
/dports/textproc/fcitx-qt5/fcitx-qt5-1.2.6/platforminputcontext/
H A Dqfcitxplatforminputcontext.h40 enum FcitxKeyEventType { FCITX_PRESS_KEY, FCITX_RELEASE_KEY }; enumerator
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/gtk3/
H A Dfcitximcontext.c672 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY) in fcitx_im_context_filter_keypress()
687 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY) in fcitx_im_context_filter_keypress()
1616 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY)
1627 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY)
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/gtk2/
H A Dfcitximcontext.c672 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY) in fcitx_im_context_filter_keypress()
687 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY) in fcitx_im_context_filter_keypress()
1616 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY)
1627 (event->type == GDK_KEY_PRESS) ? (FCITX_PRESS_KEY)
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dime.h310 FCITX_PRESS_KEY, enumerator
H A Dime.c775 if (event == FCITX_PRESS_KEY in FcitxInstanceProcessKey()
837 if (event == FCITX_PRESS_KEY) { in FcitxInstanceProcessKey()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/core/linux/
H A DSDL_fcitx.c291 int type = FCITX_PRESS_KEY; in SDL_Fcitx_ProcessKeyEvent()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/core/linux/
H A DSDL_fcitx.c431 int type = FCITX_PRESS_KEY; in SDL_Fcitx_ProcessKeyEvent()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/core/linux/
H A DSDL_fcitx.c431 int type = FCITX_PRESS_KEY; in SDL_Fcitx_ProcessKeyEvent()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/core/linux/
H A DSDL_fcitx.c431 int type = FCITX_PRESS_KEY; in SDL_Fcitx_ProcessKeyEvent()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/punc/
H A Dpunc.c356 …anceForwardKey(puncState->owner, FcitxInstanceGetCurrentIC(instance), FCITX_PRESS_KEY, sym, state); in ProcessPunc()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/qt/
H A Dqfcitxinputcontext.cpp423 (event->type == XKeyPress) ? FCITX_PRESS_KEY in x11FilterEventFallback()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/fcitx/
H A Dim_fcitx.c235 state, event->type == KeyPress ? FCITX_PRESS_KEY : FCITX_RELEASE_KEY, in key_event()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/ipcportal/
H A Dipcportal.c568 …if (ic->state == IS_CLOSED && type == FCITX_PRESS_KEY && FcitxHotkeyIsHotKey(sym, state, config->h… in PortalProcessKey()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/frontend/ipc/
H A Dipc.c951 …if (ic->state == IS_CLOSED && type == FCITX_PRESS_KEY && FcitxHotkeyIsHotKey(sym, state, config->h… in IPCProcessKey()