Keysum(Keystroke summary) is a windows keyboard stroke summary logger, it gives the summary of how many hits your keyboard got. MSVC 6 source code included.

There are 4 files under the Release folder of this package,
and should be placed under same directory which you like.

keysum.exe //windows main exe
keymon.dll //keysum's hook dll.
report.exe //a console report tool for getting text report of keystroke summary
report.bat //a batch file run report.exe and notepad.exe.

-------- report looks like ------------
L-MOUSE = 13175
O = 12789
A = 9677
D = 8608
L = 7546
J = 6149
U = 5596
W = 5363
S = 5105
SPACEBAR = 3407
......
History:
2004/11/09 pack and release.