added keyboard shortcut for toggling the right pane, closes #4552

This commit is contained in:
zadam
2024-01-28 08:58:40 +01:00
parent c6df25ece8
commit 6b58e59819
4 changed files with 20 additions and 0 deletions

View File

@@ -494,9 +494,16 @@ const DEFAULT_KEYBOARD_ACTIONS = [
separator: "Other"
},
{
actionName: "toggleRightPane",
defaultShortcuts: [],
description: "Toggle the display of the right pane, which includes Table of Contents and Highlights",
scope: "window"
},
{
actionName: "printActiveNote",
defaultShortcuts: [],
description: "Print active note",
scope: "window"
},
{