Whether Alt / Option was held.
The physical key, independent of layout, e.g. "KeyA".
Whether Control was held.
The character or named key produced, e.g. "a" or "ArrowLeft".
Which of a duplicated key it was: 0 standard, 1 left, 2 right, 3 numpad.
Whether Command / Windows was held.
Whether this is an auto-repeat while the key is held.
Whether Shift was held.
Payload shared by
keydownandkeyup, following the DOM's names.The handler is also passed a
preventDefault()which suppresses the built-in shortcuts -- Command-W to close, Command-F to toggle fullscreen.🧪 Not in the HTML Canvas standard.