Added Sidebar toggle shortcut in keyboard shortcut overlay

This commit is contained in:
shakti97 2020-04-05 13:41:24 +05:30
parent 9d0603b6d5
commit a8c4cf66b0
1 changed files with 6 additions and 0 deletions

View File

@ -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>
);
}