Plugin which adds handlers for keyboard keys.
plugins /
<= Hotkey $mol_hotkey
key *
escape? <=> clear? null
enter? <=> submit? null
key(): { [ key in keyof typeof $mol_keyboard_code ]? : ( event : KeyboardCode )=> void }
Handlers dictionary. See $mol_keyboard_code for key names.
If true then check for same key are pressed.
mod_ctrl() : boolean
mod_shift() : boolean
mod_alt() : boolean