mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(react): rename MediaGesture and MediaHotkey to Gesture and Hotkey (#1374)
This commit is contained in:
@@ -122,8 +122,8 @@ Media discovery is handled by the provider, not the container. Custom media elem
|
||||
The container is where user intent enters the player. It listens for physical interaction on its surface and translates that into player behavior:
|
||||
|
||||
- **User activity** — Mouse movement, touch, and keyboard activity within the container drive idle detection. This is how controls know when to show and hide.
|
||||
- **Gestures** *(coming soon)* — Click-to-play, double-click fullscreen, swipe to seek, and other touch/mouse gestures.
|
||||
- **Keyboard controls** *(coming soon)* — Spacebar to play/pause, arrow keys to seek, and other keyboard shortcuts scoped to the container.
|
||||
- **Gestures** — Click-to-play, double-click fullscreen, swipe to seek, and other touch/mouse gestures. Configured via the `Gesture` component.
|
||||
- **Keyboard controls** — Spacebar to play/pause, arrow keys to seek, and other keyboard shortcuts scoped to the container. Configured via the `Hotkey` component.
|
||||
|
||||
## Relationship to skins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user