From f40d1a9a963a784a934667019a19835f0281a322 Mon Sep 17 00:00:00 2001 From: Om Gujarathi <98649066+Om-Gujarathi@users.noreply.github.com> Date: Mon, 27 Mar 2023 07:50:21 +0530 Subject: [PATCH] fix: double asterisk to bold fixes #2080 (#2093) * fix: double asterisk to bold fixed * double asterisk to bold fixed --- .../src/service/shortcut_event/built_in_shortcut_events.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart b/frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart index 825dc0b297..d9a0470f3d 100644 --- a/frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart +++ b/frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart @@ -309,7 +309,7 @@ List builtInShortcutEvents = [ ), ShortcutEvent( key: 'Double asterisk to bold', - command: 'shift+digit 8', + character: '*', handler: doubleAsteriskToBoldHandler, ), ShortcutEvent(