@ckeditor/ckeditor5-utils/src/keyboard
KeyEventData
Information about the keystroke.
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
The key code.
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.
Show private items