mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
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:
@@ -145,6 +145,7 @@ export interface KeyboardShortcuts {
|
|||||||
context: string;
|
context: string;
|
||||||
settings: string;
|
settings: string;
|
||||||
profiles: string;
|
profiles: string;
|
||||||
|
terminal: string;
|
||||||
|
|
||||||
// UI shortcuts
|
// UI shortcuts
|
||||||
toggleSidebar: string;
|
toggleSidebar: string;
|
||||||
@@ -170,6 +171,7 @@ export const DEFAULT_KEYBOARD_SHORTCUTS: KeyboardShortcuts = {
|
|||||||
context: "C",
|
context: "C",
|
||||||
settings: "S",
|
settings: "S",
|
||||||
profiles: "M",
|
profiles: "M",
|
||||||
|
terminal: "Cmd+`",
|
||||||
|
|
||||||
// UI
|
// UI
|
||||||
toggleSidebar: "`",
|
toggleSidebar: "`",
|
||||||
|
|||||||
Reference in New Issue
Block a user