showLinkMenuCommand top-level property

CommandShortcutEvent showLinkMenuCommand
final

Cmd / Ctrl + K: show link menu

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent showLinkMenuCommand = CommandShortcutEvent(
  key: 'link menu',
  getDescription: () => AppFlowyEditorL10n.current.cmdConvertToLink,
  command: 'ctrl+k',
  macOSCommand: 'cmd+k',
  handler: _showLinkMenu,
);