Index

Table of contents

keyboard shortcuts plugin

keyboard shortcuts with jquery.hotkeys

$(document).bind('keyup', 'F1', function() {
	alert('F1 pressed');
});

references

official site
https://github.com/jeresig/jquery.hotkeys
key descriptions
https://rawgit.com/jeresig/jquery.hotkeys/master/test-static-01.html