fix: Clash between history and table of content shortcuts
related #2733
This commit is contained in:
@@ -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: (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user