You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
This commit is contained in:
@@ -145,6 +145,7 @@ export default function useKeymap(CodeMirror: any) {
|
||||
'Alt-Right': 'goLineEnd',
|
||||
'Ctrl-Backspace': 'delGroupBefore',
|
||||
'Ctrl-Delete': 'delGroupAfter',
|
||||
'Ctrl-Enter': 'insertLineAfter',
|
||||
|
||||
'fallthrough': 'basic',
|
||||
};
|
||||
@@ -167,6 +168,7 @@ export default function useKeymap(CodeMirror: any) {
|
||||
'Alt-Backspace': 'delGroupBefore',
|
||||
'Alt-Delete': 'delGroupAfter',
|
||||
'Cmd-Backspace': 'delWrappedLineLeft',
|
||||
'Cmd-Enter': 'insertLineAfter',
|
||||
|
||||
'fallthrough': 'basic',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user