HopeVideoJS

INTERACTION

Keyboard Control

Control the player using keyboard shortcuts. global mode listens on document, single mode listens on the player element.

Live Key Tracker

Q
W
E
R
T
Y
U
I
O
P
A
S
D
F
G
H
J
K
L
Z
X
C
V
B
N
M
Esc
Space

Bound Shortcuts

SpacePlay / Pause
Seek back 10s
Seek forward 10s
MToggle mute
FFullscreen
SSwitch source

Mode Options

global

Uses document.addEventListener — works anywhere on the page.

single

Uses player.on(keydown) — only when player is focused.

JSON Config
{
  "keyboardControl": "global"
}
Event Logs

HopeVideoJS is a flexible and customizable video player solution based on Video.js, developed by Umut Yaldız. It offers a modern and powerful media playback experience with its open-source structure.