Representation of a pressed key combined with key modifiers.

Constructors

Properties

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

Type declaration

Methods