<p>The valid names for non-modifier keys are any printable character such as "A", "B", "1", "2", "$", "Plus" for a plus sign, "Space" for the spacebar, or the names of any other non-modifier key specified in the <a href="https://www.w3.org/TR/uievents-key/">UI Events KeyboardEvent key Values</a> spec [[!uievents-key]] - for example, "Enter", "Tab", "ArrowRight", "PageDown", "Escape", or "F1". The use of "Space" for the spacebar is an exception to the <a href="https://www.w3.org/TR/uievents-key/">UI Events KeyboardEvent key Values</a> spec [[!uievents-key]] as the space or spacebar key is encoded as <code>' '</code> and would be treated as a whitespace character.</p>
0 commit comments