Home
last modified time | relevance | path

Searched refs:send_key_press (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/qt5-im/
H A Dhime-imcontext-qt.cpp93 send_key_press (0xff0d, 0); // Enter in commitPreedit()
263 bool QHimePlatformInputContext::send_key_press (quint32 keysym, quint32 state) { in send_key_press() function in QHimePlatformInputContext
301 if (send_key_press (keysym, state)) { in filterEvent()
H A Dhime-imcontext-qt.h45 bool send_key_press (quint32 keysym, quint32 state);
/dports/chinese/gcin-qt5/gcin-2.9.0/qt5-im/
H A Dgcin-imcontext-qt5.cpp111 send_key_press(0xff0d, 0); // Enter in commitPreedit()
297 bool QGcinPlatformInputContext::send_key_press(quint32 keysym, quint32 state) { in send_key_press() function in QGcinPlatformInputContext
335 if (send_key_press(keysym, state)) { in filterEvent()
H A Dqgcinplatforminputcontext.h28 bool send_key_press(quint32 keysym, quint32 state);
/dports/chinese/gcin/gcin-2.9.0/qt5-im/
H A Dgcin-imcontext-qt5.cpp111 send_key_press(0xff0d, 0); // Enter in commitPreedit()
297 bool QGcinPlatformInputContext::send_key_press(quint32 keysym, quint32 state) { in send_key_press() function in QGcinPlatformInputContext
335 if (send_key_press(keysym, state)) { in filterEvent()
H A Dqgcinplatforminputcontext.h28 bool send_key_press(quint32 keysym, quint32 state);
/dports/chinese/gcin-gtk3/gcin-2.9.0/qt5-im/
H A Dgcin-imcontext-qt5.cpp111 send_key_press(0xff0d, 0); // Enter in commitPreedit()
297 bool QGcinPlatformInputContext::send_key_press(quint32 keysym, quint32 state) { in send_key_press() function in QGcinPlatformInputContext
335 if (send_key_press(keysym, state)) { in filterEvent()
H A Dqgcinplatforminputcontext.h28 bool send_key_press(quint32 keysym, quint32 state);
/dports/security/p5-File-KeePass-Agent/File-KeePass-Agent-2.01/lib/File/KeePass/
H A DAgent.pm256 $self->send_key_press($auto_type, $entry, $title, $event);
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/EventGhost/egplugin_sources/PulseEight/
H A Dcec_classes.py289 def send_key_press(): member in CECDevice.__getattr__.Wrapper
H A D__init__.py674 remote.send_key_press()
/dports/security/p5-File-KeePass-Agent/File-KeePass-Agent-2.01/lib/File/KeePass/Agent/
H A Dunix.pm388 sub send_key_press { subroutine