fix: #1413 [Bug] Azrty keyboard not opening menu when typing /
@@ -220,7 +220,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
),
ShortcutEvent(
key: 'selection menu',
- command: 'slash',
+ command: 'slash,shift+slash',
handler: slashShortcutHandler,