1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-07 01:07:13 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
35de64ceb0 refactor: Replace keycode dependency with event.key (#8735)
refactor: Replace keycode dependency with event.key
2024-05-23 18:50:23 +02:00
8abe438b08 test: add tests for the click user action (#7507)
Follow up on #7495
2021-11-10 14:17:19 -05:00
51b9861d5b fix: do not handle hotkeys in contenteditable elements (#6182)
Exclude elements where `el.isContentEditable == true;` for hotkeys.
2019-08-19 14:57:15 -04:00
79eadac252 fix: make sure hotkeys are not triggered outside the player or in form fields within the player (#5969) 2019-06-10 16:15:24 -04:00