Click to See Complete Forum and Search --> : What keys are being pressed.


billw
June 6th, 2007, 10:06 AM
I am trying to do Video Training Manuals for some software, and need some program that will display on screen what keys and mouse buttons are being pressed. Does anyone know of such a thing? I have looked at keyloggers and security software of that ilk but they seem to all be of the hidden variety.

SuperKoko
June 6th, 2007, 01:47 PM
You can use SetWindowsHookEx to hook keyboard and mouse messages queued to any thread of the system.

The tool wspy.exe that comes with OpenWatcom may be interesting too.

billw
June 6th, 2007, 06:50 PM
I'm really looking for a ready made program, I don't want to have to write my own software to do it!
Thanks!

SuperKoko
June 7th, 2007, 03:09 AM
wspy.exe is a ready made program.