Skip to content

Commit ab664eb

Browse files
authored
Merge pull request #1419 from LucasXu0/fix_1413
fix: #1413 [Bug] Azrty keyboard not opening menu when typing /
2 parents 20f527f + b15ed56 commit ab664eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
220220
),
221221
ShortcutEvent(
222222
key: 'selection menu',
223-
command: 'slash',
223+
command: 'slash,shift+slash',
224224
handler: slashShortcutHandler,
225225
),
226226
ShortcutEvent(

0 commit comments

Comments
 (0)