|
36 | 36 | * [techCanOverridePoster](#techcanoverrideposter)
|
37 | 37 | * [techOrder](#techorder)
|
38 | 38 | * [userActions](#useractions)
|
39 |
| - * [userActions.doubleClick](#useractions.doubleclick) |
40 |
| - * [userActions.hotkeys](#useractions.hotkeys) |
41 |
| - * [userActions.hotkeys.fullscreenKey](#useractions.hotkeys.fullscreenkey) |
42 |
| - * [userActions.hotkeys.muteKey](#useractions.hotkeys.mutekey) |
43 |
| - * [userActions.hotkeys.playPauseKey](#useractions.hotkeys.playpausekey) |
| 39 | + * [userActions.doubleClick](#useractionsdoubleclick) |
| 40 | + * [userActions.hotkeys](#useractionshotkeys) |
| 41 | + * [userActions.hotkeys.fullscreenKey](#useractionshotkeysfullscreenkey) |
| 42 | + * [userActions.hotkeys.muteKey](#useractionshotkeysmutekey) |
| 43 | + * [userActions.hotkeys.playPauseKey](#useractionshotkeysplaypausekey) |
44 | 44 | * [vtt.js](#vttjs)
|
45 | 45 | * [Component Options](#component-options)
|
46 | 46 | * [children](#children-1)
|
@@ -433,8 +433,7 @@ Default hotkey handling is:
|
433 | 433 | | `k` | toggle play/pause | always enabled, even if no Control Bar is present
|
434 | 434 | | `Space` | toggle play/pause | always enabled, even if no Control Bar is present
|
435 | 435 |
|
436 |
| -Note that the `Space` key activates controls such as buttons and menus if that control has keyboard focus. The other hotkeys work regardless of which |
437 |
| -control in the player has focus. |
| 436 | +Hotkeys require player focus first. Note that the `Space` key activates controls such as buttons and menus if that control has keyboard focus. The other hotkeys work regardless of which control in the player has focus. |
438 | 437 |
|
439 | 438 | ### `userActions.hotkeys.fullscreenKey`
|
440 | 439 |
|
|
0 commit comments