Skip to content

Commit

Permalink
📝 update keyboard shortcut docs for toggle sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Mar 19, 2024
1 parent 52e1b68 commit 1bdde5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/components/dialogs/KeyboardShortcuts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ const vscodeShortcuts: KeyboardShortcutProps[] = [
description: "Reject Diff",
},
{
mac: "⌥ ⌘ M",
windows: "⌥ ⌃ M",
mac: "⌥ ⌘ L",
windows: "⌥ ⌃ L",
description: "Toggle Auxiliary Bar",
},
{
Expand Down

0 comments on commit 1bdde5d

Please sign in to comment.