Options
All
  • Public
  • Public/Protected
  • All
Menu

Representation of a pressed key combined with key modifiers.

Hierarchy

  • KeyCode

Index

Constructors

Properties

alt: boolean
character: undefined | string
ctrl: boolean
key: undefined | Key
meta: boolean
shift: boolean
keybindings: {} = {}

Type declaration

Methods

  • isModifierOnly(): boolean
  • toString(): string
  • resetKeyBindings(): void