Variable WindowsModifiersConst

WindowsModifiers: {
    Alt: Key;
    Control: Key;
    Shift: Key;
} = ...

Windows modifier keys.

Type declaration

  • Alt: Key

    Hold down the Alt (alias ⎇) key.

  • Control: Key

    Hold down the Control (alias ctrl, ⌃) key.

  • Shift: Key

    Hold down the Shift (alias ⇧) key.