SkillAgentSearch skills...

Konami.js

logs every keypress and store it for later

Install / Use

/learn @SimonWaldherr/Konami.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars32
CategoryDevelopment
Updated9mo ago
Forks3

Languages

JavaScript

Security Score

67/100

Audited on Jun 12, 2025

No findings