openInlineLinkCommand top-level property

CommandShortcutEvent openInlineLinkCommand
final

Option/Alt + Enter: to open inline link

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent openInlineLinkCommand = CommandShortcutEvent(
  key: 'open inline link',
  getDescription: () => AppFlowyEditorL10n.current.cmdOpenLink,
  command: 'alt+enter',
  handler: _openInlineLink,
);