Merge pull request #1694 from abichinger/fix/tilde-command

fix: command of double tilde to strikethrough
This commit is contained in:
Lucas.Xu
2023-01-29 14:11:06 +07:00
committed by GitHub

View File

@ -282,7 +282,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
),
ShortcutEvent(
key: 'Double tilde to strikethrough',
command: 'shift+tilde',
command: 'tilde,shift+tilde',
handler: doubleTildeToStrikethrough,
),
ShortcutEvent(