KeystrokeInfo
interface
Information about the keystroke.
Properties
-
altKey : boolean
module:utils/keyboard~KeystrokeInfo#altKey
Whether the Alt modifier was pressed.
-
ctrlKey : boolean
module:utils/keyboard~KeystrokeInfo#ctrlKey
Whether the Ctrl modifier was pressed.
-
keyCode : number
module:utils/keyboard~KeystrokeInfo#keyCode
-
metaKey : boolean
module:utils/keyboard~KeystrokeInfo#metaKey
Whether the Cmd modifier was pressed.
-
shiftKey : boolean
module:utils/keyboard~KeystrokeInfo#shiftKey
Whether the Shift modifier was pressed.