fix: command of double tilde to strikethrough

This commit is contained in:
Andreas Bichinger
2023-01-10 22:55:32 +01:00
parent 92baa573e1
commit 85bfb8ad80

View File

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