fix: Clash between history and table of content shortcuts

related #2733
This commit is contained in:
Tom Moor
2021-11-08 18:03:03 -08:00
parent e170a63094
commit a600a897c3
3 changed files with 7 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ function KeyboardShortcuts() {
},
{ shortcut: <Key>e</Key>, label: t("Edit current document") },
{ shortcut: <Key>m</Key>, label: t("Move current document") },
{ shortcut: <Key>h</Key>, label: t("Open document history") },
{
shortcut: (
<>