moveLeftShortcut top-level constant

SingleActivator const moveLeftShortcut

A shortcut to move items left.

Implementation

const moveLeftShortcut = SingleActivator(
  LogicalKeyboardKey.arrowLeft,
  alt: true,
);