moveToEndShortcut top-level constant

SingleActivator const moveToEndShortcut

A shortcut to move something to the end.

Implementation

const moveToEndShortcut = SingleActivator(
  LogicalKeyboardKey.end,
  alt: true,
);