Tagged: keyboard
Plugin creates dialogs with selectable elements (elements in container will be selectable). Navigation is performed by using mouse and keyboard.
1.0.1
Released March 27, 2013
jQuery plugin that finds texts representing keyboard key names and applies a CSS styling to make them look like images of keys.
0.0.3
Released March 20, 2014
This is a simple utility for determining which key triggered a jQuery event.
1.1.0
Released June 26, 2014
Simple keyboard shortcuts.
1.3.1
Released March 28, 2013
jQuery widget that adds keyboard navigation to an HTML table
0.0.2
Released May 3, 2013
Makes it possible to use arrow keys (or any key) for navigation in eg. ul or table elements. See the demo for more information.
2.1.3
Released October 3, 2013
This jQuery plugin make any elements in a container navigable with the keyboard. A class attribute \"active\" is added to the active element. By default, UP and DOWN arrows and ENTER are enabled in conjunction with the CTRL meta key (i.e. you must hold the CTRL key and DOWN arrow to move down for example). You can customize nearly everything like the enabled keys, which meta key shall be used (or no meta key), and a few callbacks are available to hook your own functions. Note that if you don't use a meta key, you may have conflicts with the native behaviour of arrow up/down for example. The keyboard events will also be ignored if an input element has the focus like an INPUT or a TEXTAREA.
1.0.8
Released November 2, 2013