Website - Navigation - Keyboards

TwitterFacebook
Get flash to fully experience Pearltrees
Something I’ve been thinking about a lot lately are the numerous keyboard shortcuts appearing in various web applications. http://negatendo.net/blog/2006/01/26/keyboard-shortcuts-in-web-applications/

Blog Archive » Keyboard Shortcuts in Web Applications

http://stackoverflow.com/questions/4633198/keyboard-shortcut-to-navigate-a-website

cross browser - Keyboard shortcut to navigate a website - Stack Overflow

I think you'd need a way to map the keypress events to the actual page names.

JavaScript - Detecting keystrokes

Detecting the user's keystrokes turns out to be a rather specialised branch of event handling. This page details some of the more obnoxious problems, and gives the inevitable compatibility table. As we all know, browser vendors start experimenting when there's no official standard, and these experiments, though occasionally useful, also cause incompatibilities. http://www.quirksmode.org/js/keys.html#t01
Website - Navigation - Keyboards - Tools

Website - Navigation - Keyboards - Techniques

The tests were originally done with the intention of learning just enough to write the code I needed to write.

JavaScript Madness: Keyboard Events

http://unixpapa.com/js/key.html

JavaScript Shortcuts Library (jQuery plugin)

hold — On pressing and holding down the key. The handler will be called immediately after pressing the key and then repeatedly while the key is held down. Special: Backspace, Tab, Enter, Pause, CapsLock, Esc, Space, PageUp, PageDown, End, Home, Left, Up, Right, Down, Insert, Delete, F1—F12, ? http://www.stepanreznikov.com/js-shortcuts/
I'm setting up keyboard shortcuts for a web app, and I'm wondering: What are the most commonly used keyboard shortcuts (in web applications)? http://stackoverflow.com/questions/515441/commonly-used-keyboard-shortcuts-in-web-apps

web development - Commonly used keyboard shortcuts in web apps - Stack Overflow