From 85bfb8ad806d1b52bd7d06a1060bfecb86f92f96 Mon Sep 17 00:00:00 2001 From: Andreas Bichinger Date: Tue, 10 Jan 2023 22:55:32 +0100 Subject: [PATCH] fix: command of double tilde to strikethrough --- .../src/service/shortcut_event/built_in_shortcut_events.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart b/frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart index c960558b24..e5a0e60a0b 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart +++ b/frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart @@ -282,7 +282,7 @@ List builtInShortcutEvents = [ ), ShortcutEvent( key: 'Double tilde to strikethrough', - command: 'shift+tilde', + command: 'tilde,shift+tilde', handler: doubleTildeToStrikethrough, ), ShortcutEvent(