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 dda8e83 commit 9664ff1Copy full SHA for 9664ff1
packages/app/src/app/store/preferences/keybindings.js
@@ -60,7 +60,7 @@ export const KEYBINDINGS = {
60
'editor.workspace': {
61
title: 'Toggle Sidebar',
62
type: 'View',
63
- bindings: [['Shift'], ['Shift']],
+ bindings: [[metaKey], ['Shift']],
64
action: () => (dispatch: Function, getState: Function) => {
65
const workspaceHidden = workspaceHiddenSelector(getState());
66
dispatch(viewActions.setWorkspaceHidden(!workspaceHidden));
0 commit comments