All Projects → SimonWaldherr → Konami.js

SimonWaldherr / Konami.js

logs every keypress and store it for later

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].