Interface

KeystrokeInfo (utils)

@ckeditor/ckeditor5-utils/src/keyboard

interface

Information about a keystroke.

Filtering

Properties

  • altKey : Bolean

    Whether the Alt modifier was pressed.

  • ctrlKey : Bolean

    Whether the Ctrl or Cmd modifier was pressed.

  • keyCode : Number

  • shiftKey : Bolean

    Whether the Shift modifier was pressed.