The HTML5 video element already has a well-supported "playbackRate" attribute
which can be used to increase playback rate. This change wires up that control
to be displayed in the Jellyfish web player.
The playback rates offered are between 0.5x and 2x in 0.25x increments, which
matches the YouTube player. This change also wires up the ">" and "<" key
events to increase and decrease the playback rate, which mirrors the keyboard
shortcuts supported by YouTube.
In a previous commit, number seek navigation was disabled when the ALT and CTRL
modifiers were active. Macs allow tab switching with the COMMAND key and
a number. This commit excludes meta key modifiers (COMMAND and WINDOWS)
key.