Skip to content

Commit

Permalink
fix: Remove broken keybinding from vscode mode (#5032)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Jan 24, 2023
1 parent 958d573 commit 68ff964
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/keyboard/vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ exports.handler.addCommands([{
}, {
bindKey: {mac: "Command-Shift-P|F1", win: "Ctrl-Shift-P|F1"},
name: "openCommandPallete"
}, {
bindKey: {mac: "Command-K|Command-S", win: "Ctrl-K|Ctrl-S"},
name: "showKeyboardShortcuts"
}, {
bindKey: {mac: "Shift-Option-Up", win: "Alt-Shift-Up"},
name: "copylinesup"
Expand Down

0 comments on commit 68ff964

Please sign in to comment.