Browse Source

fix: double asterisk to bold fixes #2080 (#2093)

* fix: double asterisk to bold fixed

* double asterisk to bold fixed
Om Gujarathi 2 years ago
parent
commit
f40d1a9a96

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

@@ -309,7 +309,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
   ),
   ShortcutEvent(
     key: 'Double asterisk to bold',
-    command: 'shift+digit 8',
+    character: '*',
     handler: doubleAsteriskToBoldHandler,
   ),
   ShortcutEvent(