How can I define+handle global keyboard in the ruby desktop application? I'm running Linux and using Qt. My program should be in the system tray and whenever some global keyboard shortcut is pushed, it should handle it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can get global shortcuts using libqxt (as you're already using Qt it shouldn't bother you). If you need to use them directly in Ruby then you should check this question: How can I call C++ functions from within ruby |
|||
|
|