Theia API Documentation v1.65.0
    Preparing search index...

    Representation of a pressed key combined with key modifiers.

    Index

    Constructors

    Properties

    alt: boolean
    character: undefined | string
    ctrl: boolean
    key: undefined | Key
    meta: boolean
    shift: boolean

    Methods