ctrlAltShift constant

Keybinding const ctrlAltShift

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

Implementation

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