HTML5 Video Playback Speed Control Keyboard Shortcut

Add keyboard shortcuts to control HTML5 video playback rate. Available keyboard shortcuts are: <CTRL+[> = Decreate playback rate, <CTRL+]> = Increase playback rate, <CTRL+\> = Set playback rate increment/decrement unit, <CTRL+'> = Set playback to specific rate, <CTRL+;> Reset playback rate to default (to 1.0). Available playback speeds are between 0.25 to 2.0 inclusive in 0.25 increments (configurable via script).

As of 30. 10. 2018. See the latest version.

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

  • v1.2.7 12. 09. 2019 Fixed playback rate increment/decrement unit changes playback rate
  • v1.2.6 30. 10. 2018 Corrected script description. No changes to functionality.
  • v1.2.5 30. 10. 2018 Added OSD at bottom-right when changing playback rate. Added keyboard shortcut to specify exact playback rate and increment/decrement unit. Made playback rate increment/decrement unit configurable via script. Changed rate increment/decrement keyboard shortcuts to fix conflict with Firefox's. Removed script limit for maximum/minimum playback rate.
  • v1.0.2 12. 09. 2017 Minor fix: Playback rate was retrieved before the element is checked. Avoid non crucial error log.
  • v1.0.1 08. 08. 2017