endCommand top-level property

CommandShortcutEvent endCommand
final

End key event.

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent endCommand = CommandShortcutEvent(
  key: 'scroll to the bottom of the document',
  getDescription: () => AppFlowyEditorL10n.current.cmdScrollToBottom,
  command: 'ctrl+end',
  macOSCommand: 'end',
  handler: _endCommandHandler,
);