Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

js-hotkeys

Compare

  Analyzed about 12 hours ago

Javascript jQuery Hotkeys PluginCross Browser Module (Works with Safari, Opera, Firefox, Chrome and IE)The latest Version is 0.7.8jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code ... [More] to bind/unbind a hot key combination. Example:Binding 'Ctrl+c' $(document).bind('keydown', 'ctrl+c', fn);Unbinding 'Ctrl+c' $(document).unbind('keydown', 'ctrl+c', fn);Known IssuesKeyPress is not working well owe to the fact that keycodes varies between key[down|up] and key press (lower and upper case). see example at Test #6. This should be solved in the next version More infoPublic Git Repository at GitHub Live Demo Read More... [Less]

11.1K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

WindowsJedi

Compare

  Analyzed about 20 hours ago

Experiments in making windows more usable

4.19K lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses