arrowUpKeys top-level property

List<CommandShortcutEvent> arrowUpKeys
final

Implementation

final List<CommandShortcutEvent> arrowUpKeys = [
  moveCursorUpCommand,
  moveCursorTopSelectCommand,
  moveCursorTopCommand,
  moveCursorUpSelectCommand,
];