Expand description
A keystroke as the command registry names it.
Structsยง
- Held ๐
- What the browser says is down beside the key.
Functionsยง
- character_
key ๐ - chord_
of - The chord
eventpresses, orNonefor a keystroke nothing binds. - key_of ๐
- A
KeyboardEvent.keyvalue as a bindable key. The value is what the layout produced, so a shifted digit arrives as its symbol and a letter in either case. - modifiers_
of ๐ - Which bound modifier set is held, or
Nonefor one the table does not bind at all: Shift without the command modifier binds nothing, so a shifted letter is left to the browser rather than read as the bare letter. - shift_
is_ ๐a_ modifier_ of - Shift is a modifier of a letter, which arrives as the same letter either
way, and spent on anything else: a shifted
=arrives as+, its own key.