🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

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 Shortcuts

Documentation

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" }); 

You May Also Like