shiftAlt constant

Keybinding const shiftAlt

A keybinding that registers as a combination of the alt and shift keys.

Implementation

static const shiftAlt =
    Keybinding([KeyCode.shift, KeyCode.alt], debugLabel: 'shift-alt');