|
@@ -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(
|