Extended SPACE Key Page Scroller

By default the SPACE key scrolls the page down by full height of browser view. With this script, pressing SHIFT+SPACE will scroll half of the view height. Page scroll by a quarter view height can be done using either LEFTSHIFT+RIGHTSHIFT+SPACE or SHIFT+CAPSLOCK+SPACE (configurable via variable).

These are versions of this script where the code was updated. Show all versions.

  • v1.0.3 2017-09-22 Bugfix: keyboard combination with SPACE key (e.g. SHIFT+SPACE) doesn't generate a space character if an edit box is focused.
  • v1.0.2 2017-09-14 Changed default QuarterScrollKey to SHIFT+CAPSLOCK+SPACE since all web browsers don't properly generate `keyup` event when both SHIFT keys are held then released
  • v1.0.1.2 2017-09-14 Removed logging
  • v1.0.1 2017-09-14