Categories

jQuery Keyboard

Template-help.com Team March 22, 2011
Rating: 3.0/5. From 1 vote.
Please wait...

This script allows you to track keyboard key combinations and execute some action. The home page of the project is http://code.google.com/p/jquerykeyboard/ JavaScript We should include jQuery framework and jquery.keyboard.js by pointing src attribute in the script tag to those .js files. jQuery keyboard The below code we should insert between the tags in the body section. There we specify the key combination to track down and create a function which contains the action to execute: jQuery keyboard 2 + (plus) sign between the keys means that they should be pressed together; , (comma) – this key pressed or this; (space) – keys can be pressed in any order. Keyboard button indexes can be found here http://code.google.com/p/jquerykeyboard/wiki/Indexes

This entry was posted in Misc, Working with jQuery scripts and tagged jQuery, keyboard, plugin. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket