How to simulate keypress event from Qt on none-Qt apps
How to simulate CTRL+SHIFT+T from qt app on focused non-qt开发者_高级运维 app ?
One option is libfakekey any other options ?
Looks like there's no direct way of doing this in Qt. Maybe these articles would help
Qt: How to send an event to the operating/window system?
http://www.qtforum.org/article/9075/sending-keys.html
精彩评论