Category Archives: JavaScript

Acquiring Multiple Key Presses in JavaScript

While trying to emulate the wonderful “Speed Dial” feature available in the Opera Web Browser in a web-based project, I was looking to write JavaScript to capture multiple keystrokes before a certain action is executed. For eg. a screen of … Continue reading

Posted in JavaScript, Open Source | Leave a comment