ReferenceGestures
useHotkey
Hook that registers a keyboard shortcut for the current Player
Import
Usage
Call the hook inside Player with the accepted keys and activation callback.
Shortcuts target the player by default and accept repeated keydown events. Set target to "document", repeatable to false, or disabled to change those behaviors. The hook still requires a surrounding Player for its coordinator.