fix: add terminal keyboard shortcut to KeyboardShortcuts interface

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
SuperComboGamer
2025-12-13 01:02:38 -05:00
parent 21cbdba530
commit 272905b884

View File

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