Navigation Shortcuts is a extension for Chrome that allows you to navigate to the next, previous, or top page using simple keyboard shortcuts. The extension can be found here: Navigation Shortcuts - Chrome Web Store.
Shortcut Key | Action |
---|---|
Space Bar | next page (when scrolled to the bottom) |
Shift + Space Bar | previous page (when scrolled to the top) |
Windows Specific | |
Ctrl + Right | next page |
Ctrl + Left | previous page |
Ctrl + Up | section page |
Ctrl + Shift + Up | top page |
Mac Specific | |
Option + Right | next page |
Option + Left | previous page |
Option + Up | section page |
Option + Shift + Up | top page |
Uses HTML's rel
attribute on LINK
and A
tags to determine where to go. Currently supports:
rel="next"
rel="prev"
rel="up"
rel="top"
- Autodetection when
rel
links are missing :-)
- English
- German
- Russian
- Ukrainian
docs.google.com