client/keyboard actions: add a Mac-only binding

This commit is contained in:
Adorian Doran
2026-05-02 11:42:27 +03:00
parent ea0ab71a88
commit 1acca255ad
+1 -1
View File
@@ -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"
},