fix: Add shortcut for toggling document contents to help

This commit is contained in:
Tom Moor
2020-04-05 13:33:50 -07:00
parent 8a0263093b
commit a0e73bf4c2

View File

@@ -41,6 +41,11 @@ function KeyboardShortcuts() {
</Keys>
<Label>Jump to dashboard</Label>
<Keys>
<Key>{meta}</Key> + <Key>Ctrl</Key> + <Key>h</Key>
</Keys>
<Label>Table of contents</Label>
<Keys>
<Key>?</Key>
</Keys>