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
commit 3de4e1cb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(