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

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v1.0.3 22/9/2017 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 14/9/2017 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 14/9/2017 Removed logging
  • v1.0.1 14/9/2017