client/keyboard actions: add a Mac-only binding
This commit is contained in:
@@ -117,7 +117,7 @@ function getDefaultKeyboardActions() {
|
||||
actionName: "toggleArchivedNotes",
|
||||
friendlyName: t("keyboard_action_names.toggle-archived-notes"),
|
||||
iconClass: "bx bx-low-vision",
|
||||
defaultShortcuts: ["Ctrl+H"],
|
||||
defaultShortcuts: (!isMac) ? ["Ctrl+H"] : ["CommandOrControl+Shift+H"],
|
||||
description: t("keyboard_actions.toggle-archived-notes"),
|
||||
scope: "window"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user