fix(shortcuts): use CommandOrControl+N for notification history toggle

- Replaces Ctrl+N default with CommandOrControl+N so the binding works on macOS (Cmd+N) and Windows/Linux (Ctrl+N)
- Updates config example, docs, changelog, and default config to match
- Adds !important to notification stack z-index to prevent stacking-context overrides
This commit is contained in:
2026-06-08 01:51:39 -07:00
parent 361c0f1334
commit ce52973765
8 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -209,7 +209,7 @@
"openControllerSelect": "Alt+C", // Accelerator that opens the controller selection and learn-mode modal.
"openControllerDebug": "Alt+Shift+C", // Accelerator that opens the controller debug modal with live axis/button readouts.
"toggleSubtitleSidebar": "Backslash", // Accelerator that toggles the subtitle sidebar visibility.
"toggleNotificationHistory": "Ctrl+N" // Accelerator that toggles the overlay notification history panel.
"toggleNotificationHistory": "CommandOrControl+N" // Accelerator that toggles the overlay notification history panel.
}, // Overlay keyboard shortcuts. Set a shortcut to null to disable.
// ==========================================