TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Realtime Keyboard Heatmap with heatmap.js

96 pointsby pa7over 13 years ago

9 comments

rudleover 13 years ago
It's rather strange to see a QWERTY layout when using dvorak. That said, if you showed a dvorak layout to a QWERTY user, you'd have a powerful demonstration of how much less finger travel there is and it convince them to switch.
评论 #2963401 未加载
ideamonkover 13 years ago
If one could monitor number of ctrl+f or cmd+f hits, it could probably indicate how difficult was it to locate content on the page.
badusernameover 13 years ago
I think it would be very useful to track auxiliary keys such as delete, shift etc too. Personally, I tend to use delete a lot as I am a lousy touch typist, and this would help me visualize how bad the problem actually is.
pa7over 13 years ago
I just added the DVORAK layout to the keyboard heatmap and also open sourced it on GitHub, where everybody can contribute his layout preferences: <a href="https://github.com/pa7/Keyboard-Heatmap" rel="nofollow">https://github.com/pa7/Keyboard-Heatmap</a>
wazooxover 13 years ago
Does it work only in Chrome, or something? Noting happens for me in Firefox.<p>Edit: got blocked by AdBlock+.<p>Remark: it ignores characters/keys that aren't present on US keyboards. No é è à ñ ö π ς φ  ... would it be possible to catch Alt/Shift keys, for instance?
评论 #2963857 未加载
评论 #2963500 未加载
评论 #2963319 未加载
gravitymonkeyover 13 years ago
I love your work on this - a good heatmap library is super helpful, and this is a very clever way to demonstrate it. And that QR code demo you posted earlier is pretty sweet, too...good weekend, huh?
评论 #2963372 未加载
pa7over 13 years ago
if anyone is interested in the library (heatmap.js), here's the link <a href="http://www.patrick-wied.at/static/heatmapjs/" rel="nofollow">http://www.patrick-wied.at/static/heatmapjs/</a>
评论 #2963375 未加载
tmeasdayover 13 years ago
Wow. I use apple wireless keyboard. For a moment there I was really impressed :)
dlsspyover 13 years ago
Looks neat. I could potentially make use of such a javascript library.