Skip to content

Commit a8c4cf6

Browse files
committed
Added Sidebar toggle shortcut in keyboard shortcut overlay
1 parent 9d0603b commit a8c4cf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/modules/IDE/components/KeyboardShortcutModal.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ function KeyboardShortcutModal() {
7474
</span>
7575
<span>Turn off Accessible Output</span>
7676
</li>
77+
<li className="keyboard-shortcut-item">
78+
<span className="keyboard-shortcut__command">
79+
{metaKeyName} + B
80+
</span>
81+
<span>Toggle Sidebar</span>
82+
</li>
7783
</ul>
7884
);
7985
}

0 commit comments

Comments
 (0)