Script Summary: Navigate Reddit pages with keys
Useful for reading those long posts on Reddit. This script adds an option to the parent comment allowing you to show or hide child posts.
Version 3 Features:
* Navigate comment posts using your keyboard.
Default Key Mappings
- Up: Previous visible comment
- Down: Next visible comment
- Left: Collapse this level and move to the parent
- Right: Expand this level and move to the first reply. Also expands "Load more comments"
- Ctrl+Up: Upvote the highlighted comment
- Ctrl+Down: Downvote the highlighted comment
- Ctrl+Right: Reply to this comment
- . (Period symbol): Enable or disable this script
* Key bindings are customizable. Search for the term *KeyMappings* in the source file to change them.
**** Version 2: ****
Replaced jQuery selectors with browser selectors to allow Chrome / Opera support.
**** Version 3 (Experimental) *****
Changed the navigation style to a key navigation based system. Pretty intrusive and probably the worst sort of thing to do to ruin accessibility, but its a refreshing new way to read posts.
Version 2 is available at http://userscripts.org/scripts/versions/63693
Made some changes per cptnred's suggestions
**** Version 4 ****
Added support for key based navigation for /r pages.



