mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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(
|
ShortcutEvent(
|
||||||
key: 'selection menu',
|
key: 'selection menu',
|
||||||
command: 'slash',
|
command: 'slash,shift+slash',
|
||||||
handler: slashShortcutHandler,
|
handler: slashShortcutHandler,
|
||||||
),
|
),
|
||||||
ShortcutEvent(
|
ShortcutEvent(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user