KeystrokeInfo
interface
Information about the keystroke.
Properties
altKey : booleanmodule:utils/keyboard~KeystrokeInfo#altKeyWhether the Alt modifier was pressed.
ctrlKey : booleanmodule:utils/keyboard~KeystrokeInfo#ctrlKeyWhether the Ctrl modifier was pressed.
keyCode : numbermodule:utils/keyboard~KeystrokeInfo#keyCodemetaKey : booleanmodule:utils/keyboard~KeystrokeInfo#metaKeyWhether the Cmd modifier was pressed.
shiftKey : booleanmodule:utils/keyboard~KeystrokeInfo#shiftKeyWhether the Shift modifier was pressed.