Merge branch 'v0.12.0rc' of github.com:AutoMaker-Org/automaker into v0.12.0rc

This commit is contained in:
webdevcody
2026-01-16 18:39:31 -05:00
32 changed files with 3467 additions and 669 deletions

View File

@@ -299,6 +299,8 @@ export interface KeyboardShortcuts {
context: string;
/** Open settings */
settings: string;
/** Open project settings */
projectSettings: string;
/** Open terminal */
terminal: string;
/** Open notifications */
@@ -804,6 +806,7 @@ export const DEFAULT_KEYBOARD_SHORTCUTS: KeyboardShortcuts = {
spec: 'D',
context: 'C',
settings: 'S',
projectSettings: 'Shift+S',
terminal: 'T',
notifications: 'X',
toggleSidebar: '`',