MyTableGrid is a JavaScript-powered datagrid control, built with Prototype, for displaying data in an easy-to-browse & flexible way.
It offers an Ajaxed interface with pretty fast paging & data-sorting.

Columns can be resized & any columns can be easily removed for a better view of data.
MyTableGrid allows browsing via keyboard (with the help of KeyTable library).
It supports instant editing of cells & complete skinning via CSS.
Requirements: Prototype, Script.aculo.us, KeyTable
Compatibility: All Major Browsers
jQuery Keypad is a plugin for creating more secure input entry by providing a keyboard like interface.
The values to be displayed can be easily set which makes it possible to show only numbers, foreign letters, etc.

The keypad can be displayed with various animations like "fade in" or "slide down".
It can display the letters/numbers randomized which is a very effective security solution against key loggers.
Besides these, there are many options provided like:
isRTL: the text will be displayed from left-to-right or rightto-left
clearText: for clearing the input field
keypadClass: the stylesheet for the keybad for a better customization
- & many more..
Requirements: jQuery
Compatibility: All Major Browsers
Context menus are very helpful, specially in admin pages & web applications, for easier navigation. With just a click, you get the options / shortcuts.
This is a jQuery plugin for creating effective context menus with ease.

The menu can produces valid XHTML & can be customized totally via CSS.
Items in the menu can be disabled & they can be browsed with keyboard too.
For users without JavaScript enabled, it gracefully degrades.
Requirements: jQuery 1.2.6+
Compatibility: All Major Browsers
js-hotkeys is a jQuery plugin which enables you to create keyboard triggered events.
Update: The plugin is based on shortcut.js. You may want to use this for not being restricted with jQuery.
This is a very nice feature if you want to provide users more browsing flexibility. And also, it can be used in JavaScript testing environments like triggering a test function by clicking CTRL + t.

A simple usage of the plugin is:
$.hotkeys.add('Ctrl+a',function(){/*DO YOUR DUTY*/});
$.hotkeys.remove('Ctrl+a');
A demo of this jQuery keyboard control plugin can be found here.
Requirements: jQuery
Compatibility: All Major Browsers (some handicaps are mentioned at the product website)
Typing speed, if you are fast, is a value to thank for. Specially, for developers, this talent keeps the eye on the code so the concentration level never goes down by looking at the keyboard frequently.
If you are looking to improve your keyboard using skills, keybr, which is a web based keyboard practicing website can help you.

keybr has ready to use typing lessons and it lets you to use your own text too. While typing, you can see your typing speed and errors made + view the statistics as a chart.
keybr currently supports English, Geman, French, Spanish, Italian & Russian languages.
Requirements: No Requirements