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: "`",