keySequence
A super simple jQuery function to detect a sequence of pressed keyboard keys.
How To
$.keySequence('hello', function(){ // do something once user types the sequence "hello" });
keySequence is a jQuery plugin to create a fancy user interaction that triggers an event based on a sequence of pre-defined keyboard keys.
cheat-code easter-egg Keyboard ShortcutsA super simple jQuery function to detect a sequence of pressed keyboard keys.
$.keySequence('hello', function(){ // do something once user types the sequence "hello" });