PDA

View Full Version : Can I customize keyboard hot key?


xusc
2010-06-28, 12:44
I wrote a Qt program called "myQt" and put it in /usr/local/bin/

Since I may need to use it hundred of times on demand, it is very troublesome to switch to and from it (by pressing CTRL + Backspace).

I wonder if I can do some "keyboard hot key" such as CTRL + RIGHT ARROW " to directly call and activate my program?

Thanks in advance for any suggestion!

xusc

Venemo
2010-06-28, 12:47
It is possible.
Create a daemon that listens to the keyboard combo and then activates your app.