Home
last modified time | relevance | path

Searched refs:FcitxKey_KP_Enter (Results 1 – 23 of 23) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dkeys.c85 {NULL, FcitxKey_KP_Enter, 0},
205 {NULL, FcitxKey_KP_Enter, FcitxKeyState_Shift},
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/im/table/
H A Dstate.cpp350 event.key().check(FcitxKey_KP_Enter)) { in handlePinyinMode()
527 event.key().check(FcitxKey_KP_Enter)) && in handleLookupPinyinOrModifyDictionaryMode()
749 event.key().check(FcitxKey_KP_Enter, KeyState::Shift)) { in keyEvent()
768 event.key().sym() == FcitxKey_KP_Enter) { in keyEvent()
850 event.key().sym() == FcitxKey_KP_Enter) { in keyEvent()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dkeynametable-compat.h247 {"KPENTER", FcitxKey_KP_Enter},
H A Dkey.cpp392 sym_ == FcitxKey_KP_Enter || sym_ == FcitxKey_KP_Equal); in isKeyPad()
H A Dkeysymgen.h82 FcitxKey_KP_Enter = 0xff8d, /* Enter */ enumerator
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-config/
H A Dhotkey.c357 {"KPENTER", FcitxKey_KP_Enter},
882 PAD_TO_MAIN(FcitxKey_KP_Enter, FcitxKey_Return); in FcitxHotkeyPadToMain()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/imselector/
H A Dimselector.cpp144 keyEvent.key().check(FcitxKey_KP_Enter)) { in __anonb952a0930602()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/unicode/
H A Dunicode.cpp183 keyEvent.key().check(FcitxKey_KP_Enter)) { in __anone76485b30402()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/clipboard/
H A Dclipboard.cpp224 keyEvent.key().check(FcitxKey_KP_Enter)) { in __anon8156e9850a02()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dfcitx_key_translator.cc111 {FcitxKey_KP_Enter, mozc::commands::KeyEvent::ENTER},
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dfcitx_key_translator.cc111 {FcitxKey_KP_Enter, mozc::commands::KeyEvent::ENTER},
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dfcitx_key_translator.cc111 {FcitxKey_KP_Enter, mozc::commands::KeyEvent::ENTER},
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dfcitx_key_translator.cc111 {FcitxKey_KP_Enter, mozc::commands::KeyEvent::ENTER},
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dfcitx_key_translator.cc111 {FcitxKey_KP_Enter, mozc::commands::KeyEvent::ENTER},
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dfcitx_key_translator.cc111 {FcitxKey_KP_Enter, mozc::commands::KeyEvent::ENTER},
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/quickphrase/
H A Dquickphrase.cpp192 keyEvent.key().check(FcitxKey_KP_Enter)) { in __anon615093250402()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt5/widgetsaddons/
H A Dqtkeytrans.cpp284 FcitxKey_KP_Enter, Qt::Key_Enter,
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-qt/
H A Dqtkeytrans.cpp305 FcitxKey_KP_Enter, Qt::Key_Enter,
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt5/widgetsaddons/
H A Dqtkeytrans.cpp292 FcitxKey_KP_Enter, Qt::Key_Enter,
/dports/textproc/fcitx-qt5/fcitx-qt5-1.2.6/widgetsaddons/
H A Dqtkeytrans.cpp291 FcitxKey_KP_Enter, Qt::Key_Enter,
/dports/textproc/fcitx5-qt/fcitx5-qt-5.0.8/qt5/widgetsaddons/
H A Dqtkeytrans.cpp284 FcitxKey_KP_Enter, Qt::Key_Enter,
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Dkeysymgen.h93 FcitxKey_KP_Enter = 0xff8d, /* Enter */ enumerator
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/im/pinyin/
H A Dpinyin.cpp1556 event.key().sym() == FcitxKey_KP_Enter) { in keyEvent()