TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#runtime/util/dom/input/tinykeys
KeyBindingMap
Interface KeyBindingMap
A map of keybinding strings to event handlers.
Indexable
[
keybinding
:
string
]:
(
(
event
:
KeyboardEvent
)
=>
void
)
(
event
)
:
void
Parameters
event
:
KeyboardEvent
Returns
void
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1
A map of keybinding strings to event handlers.