mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
macOS: Added Cmd+Backspace shortcut to delete line (#5478)
This commit is contained in:
parent
afe1cf747d
commit
12ec7b0c1d
@ -171,6 +171,7 @@ export default function useKeymap(CodeMirror: any) {
|
||||
'Cmd-Right': 'goLineRightSmart',
|
||||
'Alt-Backspace': 'delGroupBefore',
|
||||
'Alt-Delete': 'delGroupAfter',
|
||||
'Cmd-Backspace': 'delWrappedLineLeft',
|
||||
|
||||
'fallthrough': 'basic',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user