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

This commit is contained in:
Lucas.Xu 2022-11-07 16:46:19 +08:00
parent adaad9367d
commit b15ed56008

View File

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