Skip to content

Commit 68ff964

Browse files
authored
fix: Remove broken keybinding from vscode mode (#5032)
1 parent 958d573 commit 68ff964

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/keyboard/vscode.js

-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ exports.handler.addCommands([{
129129
}, {
130130
bindKey: {mac: "Command-Shift-P|F1", win: "Ctrl-Shift-P|F1"},
131131
name: "openCommandPallete"
132-
}, {
133-
bindKey: {mac: "Command-K|Command-S", win: "Ctrl-K|Ctrl-S"},
134-
name: "showKeyboardShortcuts"
135132
}, {
136133
bindKey: {mac: "Shift-Option-Up", win: "Alt-Shift-Up"},
137134
name: "copylinesup"

0 commit comments

Comments
 (0)