You are not logged in.
Pages: 1
Hey, google isn't really working for me on this. I'm looking for a program that'll give me stats on the my typing. There's something called "whatPulse", but a lot of the features are only working on the paid version (a la winzip).
Anyone have any ideas?
Offline
This won't get you the heatmap itself but you can make a poor-man's real-time keylogger using sxhkd and the following config:
~{a-z,0-9}
echo {a-z,0-9}
~shift + {a-z,0-9}
echo shift + {a-z,0-9}
This will get you alpha-numeric with shift (you can also capture control/alt etc.).
Offline
Well, in danger of being a beggar AND a chooser, I'm not really that interested in keylogging in that sense. I could prolly get it to do some statistical stuff, but I'm not trying to reinvent the wheel.
Offline
Whatpulse might still be the thing you're looking for. It has both keyboard and mouse heatmaps in the free version.
Offline
Pages: 1