Results 1 to 3 of 3
Is any way to detect a keypress event in a console session? Preferebly without needing the application to be running in the foreground...
- 10-27-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 3
keypress event
Is any way to detect a keypress event in a console session? Preferebly without needing the application to be running in the foreground
- 10-27-2010 #2Linux Newbie
- Join Date
- Mar 2010
- Posts
- 121
Why would you want to do that (unless you're making a keystroke logger to snoop out other people's passwords - in which case, you can pretty much forget finding help here)?
- 10-27-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 3
I hope I had the skills to make a keystroke logger

I want to write a programme in bash programming that counts how many times a particular button has been pressed and trigger an event if a particular button has been pressed x times.


Reply With Quote