tags:

views:

151

answers:

1

I want to make a simple app, ideally in Python, that would run in the background on KDE, listening to all keystrokes being done by the user, so that the app goes to the foreground if a specific combination of keys is pressed. Is that doable? Can anyone point me to such resource?

+1  A: 

A quick google found this:

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

You might be able to use some of the source code.

too much php