ctrlShift constant

Keybinding const ctrlShift

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

Implementation

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