KeystrokeInfo (utils)
@ckeditor/ckeditor5-utils/src/keyboard
interface
Information about the keystroke.
Filtering
Properties
-
altKey : Boolean
Whether the Alt modifier was pressed.
-
ctrlKey : Boolean
Whether the Ctrl modifier was pressed.
-
keyCode : Number
The key code.
-
metaKey : Boolean
Whether the Cmd modifier was pressed.
-
shiftKey : Boolean
Whether the Shift modifier was pressed.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.