mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: add doubleTildeToStrikethrough ShortcutEventHandler to built-in ShortcutEvents
This commit is contained in:
parent
be5123ca21
commit
b52dfe12c2
@ -257,6 +257,11 @@ List<ShortcutEvent> builtInShortcutEvents = [
|
||||
command: 'backquote',
|
||||
handler: backquoteToCodeHandler,
|
||||
),
|
||||
ShortcutEvent(
|
||||
key: 'Double tilde to strikethrough',
|
||||
command: 'shift+tilde',
|
||||
handler: doubleTildeToStrikethrough,
|
||||
),
|
||||
// https://github.com/flutter/flutter/issues/104944
|
||||
// Workaround: Using space editing on the web platform often results in errors,
|
||||
// so adding a shortcut event to handle the space input instead of using the
|
||||
|
Loading…
Reference in New Issue
Block a user