Previously I have blogged about how you can create keyboard shortcuts using JavaScript. In other words being able to add functionality to your web app for someone to do a ctrl+s. My previous example wasn’t particularly hard and only used 10 lines of code, but this week I stumbled across a jQuery plugin that makes [...]
Archive for the ‘jQuery’ Category
Hot Keys Made Simple
Posted in jQuery, Uncategorized, Web Development, tagged ctrl+s, hot keys, JavaScript, jQuery, Keyboard Shortcuts on July 29, 2010 | Leave a Comment »
Add keyboard shortcuts to your web app
Posted in JavaScript, jQuery, Web Development, tagged JavaScript, jQuery, Keyboard Shortcuts, keydown, keyup on December 25, 2009 | Leave a Comment »
Keyboard shortcuts are common place in desktop apps, to such an extent that you would probably be surprised if holding ctrl+s didn’t save a document, or if holding ctrl+n didn’t do some kind of new action. But with website’s its a lot less common. The bigger email providers all now provide the support, but for [...]