mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #1694 from abichinger/fix/tilde-command
fix: command of double tilde to strikethrough
This commit is contained in:
commit
3de4e1cb12
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user