Added Sidebar toggle shortcut in keyboard shortcut overlay
This commit is contained in:
parent
9d0603b6d5
commit
a8c4cf66b0
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ function KeyboardShortcutModal() {
|
|||
</span>
|
||||
<span>Turn off Accessible Output</span>
|
||||
</li>
|
||||
<li className="keyboard-shortcut-item">
|
||||
<span className="keyboard-shortcut__command">
|
||||
{metaKeyName} + B
|
||||
</span>
|
||||
<span>Toggle Sidebar</span>
|
||||
</li>
|
||||
</ul>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue