Sfoglia il codice sorgente

Merge pull request #1694 from abichinger/fix/tilde-command

fix: command of double tilde to strikethrough
Lucas.Xu 2 anni fa
parent
commit
3de4e1cb12

+ 1 - 1
frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart

@@ -282,7 +282,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
   ),
   ShortcutEvent(
     key: 'Double tilde to strikethrough',
-    command: 'shift+tilde',
+    command: 'tilde,shift+tilde',
     handler: doubleTildeToStrikethrough,
   ),
   ShortcutEvent(