openLinksCommand top-level property

CommandShortcutEvent openLinksCommand
final

Option/Alt + Shift + Enter: to open links

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent openLinksCommand = CommandShortcutEvent(
  key: 'open links',
  getDescription: () => AppFlowyEditorL10n.current.cmdOpenLinks,
  command: 'alt+shift+enter',
  handler: _openLinksHandler,
);