Skip to content

Commit 5e41b2b

Browse files
committed
fix: keyBindingManager unit tests
1 parent 7e50571 commit 5e41b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/KeyBindingManager-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ define(function (require, exports, module) {
5656
},
5757
macDefaultKeyBindings = {
5858
"Ctrl-L": "edit.selectLine",
59-
"Alt-Cmd-L": "edit.splitSelIntoLines",
59+
"Shift-Cmd-L": "edit.splitSelIntoLines",
6060
"Alt-Shift-Down": "edit.addCursorToNextLine",
6161
"Alt-Shift-Up": "edit.addCursorToPrevLine",
6262
"Cmd-'": "navigate.gotoFirstProblem",

0 commit comments

Comments
 (0)