We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e50571 commit 5e41b2bCopy full SHA for 5e41b2b
1 file changed
test/spec/KeyBindingManager-test.js
@@ -56,7 +56,7 @@ define(function (require, exports, module) {
56
},
57
macDefaultKeyBindings = {
58
"Ctrl-L": "edit.selectLine",
59
- "Alt-Cmd-L": "edit.splitSelIntoLines",
+ "Shift-Cmd-L": "edit.splitSelIntoLines",
60
"Alt-Shift-Down": "edit.addCursorToNextLine",
61
"Alt-Shift-Up": "edit.addCursorToPrevLine",
62
"Cmd-'": "navigate.gotoFirstProblem",
0 commit comments