Skip to content

Commit 9664ff1

Browse files
author
Ives van Hoorne
committed
Adjust sidebar keybinding
1 parent dda8e83 commit 9664ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/store/preferences/keybindings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const KEYBINDINGS = {
6060
'editor.workspace': {
6161
title: 'Toggle Sidebar',
6262
type: 'View',
63-
bindings: [['Shift'], ['Shift']],
63+
bindings: [[metaKey], ['Shift']],
6464
action: () => (dispatch: Function, getState: Function) => {
6565
const workspaceHidden = workspaceHiddenSelector(getState());
6666
dispatch(viewActions.setWorkspaceHidden(!workspaceHidden));

0 commit comments

Comments
 (0)