From 272905b8849e608797998b048e2a1f6d997c4f1d Mon Sep 17 00:00:00 2001 From: SuperComboGamer Date: Sat, 13 Dec 2025 01:02:38 -0500 Subject: [PATCH] fix: add terminal keyboard shortcut to KeyboardShortcuts interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- apps/app/src/store/app-store.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/app/src/store/app-store.ts b/apps/app/src/store/app-store.ts index bd278f01..93deb21f 100644 --- a/apps/app/src/store/app-store.ts +++ b/apps/app/src/store/app-store.ts @@ -145,6 +145,7 @@ export interface KeyboardShortcuts { context: string; settings: string; profiles: string; + terminal: string; // UI shortcuts toggleSidebar: string; @@ -170,6 +171,7 @@ export const DEFAULT_KEYBOARD_SHORTCUTS: KeyboardShortcuts = { context: "C", settings: "S", profiles: "M", + terminal: "Cmd+`", // UI toggleSidebar: "`",