wanna add keyboard shortcuts to your web application?
Today I was looking for some javascript to add keyboard shortcuts to my project. And after little search on google I came across a very cool and lightweight javascript library shortcuts.js . This library allows you to make keyboard shortcuts on a fly. Example: [source:JavaScript] shortcut(“Ctrl”,function() { alert(“Hi there!”); }); [/source] Please visit this site … Continue reading wanna add keyboard shortcuts to your web application?