Skip to content

Latest commit

 

History

History
66 lines (63 loc) · 1.46 KB

README.md

File metadata and controls

66 lines (63 loc) · 1.46 KB

Navigation Shortcuts for Chrome

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 :-)