Skip to content
logs every keypress and store it for later
JavaScript CoffeeScript
Find file
Latest commit 1683bcb @SimonWaldherr no message
Failed to load latest commit information.
.gitignore grunt
.sizecache.json no message
Gruntfile.js grunt
index.html no message
konami.coffee grunt
konami.js grunt
konami.min.js grunt
package.json grunt
readme.md grunt

readme.md

konami.js

konami.js logs every keypress and store it for later

about

License: MIT
Version: 0.3.1
Date: 07.2013

demo

Test this code on simonwaldherr.github.com/konami.js.

howto

The number of the last pressed key is stored in konamidb['lastkey'], to get the associated Char use String.fromCharCode(konamidb['lastkey']). To get the status of a key, use konamidb['65'].status or konamidb['a'.charCodeAt(0)].status.
Take a look at the index.html to see which informations are stored and how.

contact

Feel free to contact me via eMail, App.net or on Twitter. This software will be continually developed. Suggestions and tips are always welcome.

Something went wrong with that request. Please try again.