Skip to content

Commit

Permalink
added gating to sidepanel shortcut
Browse files Browse the repository at this point in the history
Summary:
Cmd -Shift - G turns out to be some Mac OS command.

Adding a GK for user to disable. In the next diff, will think of a new shortcut to change to.

Reviewed By: evangrayk

Differential Revision: D66476854

fbshipit-source-id: a7cb145553cfc2ad9964e88dcbb8fb979f29ad6a
  • Loading branch information
Jack Huang authored and facebook-github-bot committed Nov 25, 2024
1 parent 2ce5992 commit 07858c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"command": "sapling.open-comments",
"key": "ctrl-shift-g",
"mac": "cmd-shift-g",
"when": "activeWebviewPanelId != 'sapling.comments'"
"when": "isl.inlineCommentSidePanelEnabled && activeWebviewPanelId != 'sapling.comments'"
}
],
"menus": {
Expand Down

0 comments on commit 07858c4

Please sign in to comment.