Skip to content

Commit b186b7f

Browse files
committed
Remove default bindings for the workspace
1 parent d965603 commit b186b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/utils/keybindings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const KEYBINDINGS = {
4949
workspace: {
5050
title: 'Toggle Sidebar',
5151
type: 'View',
52-
bindings: [[metaOrCtrlKey], ['Shift']],
52+
bindings: [],
5353
signal: 'workspace.toggleCurrentWorkspaceItem',
5454
},
5555

0 commit comments

Comments
 (0)