Can I use Python to intercept global keystrokes in KDE?

I want to make a simple application, ideally in Python, that will run in the background on KDE, listening for all user keystrokes, so that the application jumps to the front if a specific key combination is pressed. Is this doable? Can anyone point me to such a resource?

0


source to share


1 answer


A quick google found this:

http://sourceforge.net/projects/pykeylogger/



You might be able to use some source code.

+1


source







All Articles