浏览代码

fix: #1413 [Bug] Azrty keyboard not opening menu when typing /

Lucas.Xu 2 年之前
父节点
当前提交
b15ed56008

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

@@ -220,7 +220,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
   ),
   ShortcutEvent(
     key: 'selection menu',
-    command: 'slash',
+    command: 'slash,shift+slash',
     handler: slashShortcutHandler,
   ),
   ShortcutEvent(