You are not logged in.

#1 2014-05-15 00:07:13

comapony
Member
Registered: 2014-01-18
Posts: 24

typing heatmap?

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

#2 2014-05-15 06:47:01

Stebalien
Member
Registered: 2010-04-27
Posts: 1,237
Website

Re: typing heatmap?

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.).


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C
Do not email: honeypot@stebalien.com

Offline

#3 2014-05-15 07:20:56

comapony
Member
Registered: 2014-01-18
Posts: 24

Re: typing heatmap?

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

#4 2014-05-19 14:20:15

Ibex
Member
Registered: 2006-03-02
Posts: 135

Re: typing heatmap?

Whatpulse might still be the thing you're looking for. It has both keyboard and mouse heatmaps in the free version.

Offline

Board footer

Powered by FluxBB