mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: command of double tilde to strikethrough
This commit is contained in:
parent
92baa573e1
commit
85bfb8ad80
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
|
|||
),
|
||||
ShortcutEvent(
|
||||
key: 'Double tilde to strikethrough',
|
||||
command: 'shift+tilde',
|
||||
command: 'tilde,shift+tilde',
|
||||
handler: doubleTildeToStrikethrough,
|
||||
),
|
||||
ShortcutEvent(
|
||||
|
|
|
|||
Loading…
Reference in a new issue