McTibetimWeb - v0.1.0
    Preparing search index...

    Function KeyFromSimpleKeyboardEvent

    • Converts a simple virtual keyboard event into the internal Key representation.

      Parameters

      • button: string

        The button identifier or character.

      • isShift: boolean

        Whether Shift is pressed.

      • isCtrl: boolean

        Whether Control is pressed.

      • isAlt: boolean

        Whether Alt is pressed.

      Returns Key

      The converted input-method key.