mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-25 16:30:03 +00:00
fix: #1413 [Bug] Azrty keyboard not opening menu when typing /
This commit is contained in:
parent
adaad9367d
commit
b15ed56008
@ -220,7 +220,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
|
||||
),
|
||||
ShortcutEvent(
|
||||
key: 'selection menu',
|
||||
command: 'slash',
|
||||
command: 'slash,shift+slash',
|
||||
handler: slashShortcutHandler,
|
||||
),
|
||||
ShortcutEvent(
|
||||
|
Loading…
x
Reference in New Issue
Block a user