alt constant

LogicalKeyboardKey const alt

Represents the logical "Alt" key on the keyboard.

This key represents the union of the keys {altLeft, altRight} when comparing keys. This key will never be generated directly, its main use is in defining key maps.

Implementation

static const LogicalKeyboardKey alt = LogicalKeyboardKey(0x002000001f4);