Keyboard testing program

User avatar
tlt

02 Mar 2013, 14:58

Can someone recommend a good keyboard testing program? preferably for Windows. I want to test if all switches are registering correctly in DIY boards.

User avatar
ne0phyte
Toast.

02 Mar 2013, 15:06

There's probably something easier but you can use Microsofts Spy++/SpyXX (part of the Windows SDK).
Heres a stand alone download http://mdb-blog.blogspot.de/2010/11/mic ... nload.html

To see the messages you click Spy -> Log Messages, select "All Windows in System", head over to the "Messages" tab and deselect all but "Keyboard" and click ok.

Open any editor or click into any textfield and you will see a log of all keyboard events in the spy window.

User avatar
Ascaii
The Beard

02 Mar 2013, 15:21

Have you tried aquas key test? Im not allowed to add exe files to a pm here, else id send it to you

edit: here is a link: http://geekhack.org/index.php?action=dl ... ttach=2245

IvanIvanovich

02 Mar 2013, 18:23

Aquas is also my favorite, defineatly reccomend too.

domin8r

03 Mar 2013, 11:18

Thanx for the link Ascaii, nice program :)

User avatar
tlt

03 Mar 2013, 11:20

Thanks! Thats exactly the kind of program I was looking for.

User avatar
7bit

04 Mar 2013, 20:30

xev | grep keycode &

in X windows

or

showkey

on the commandline.

Post Reply

Return to “Keyboards”