@@ -35,7 +35,7 @@ code-editor/
3535│ │ ├── device-carousel # Multi-device preview
3636│ │ ├── pip-window # Picture-in-Picture floating preview
3737│ │ ├── agent-annotations # AI change highlights
38- │ │ └── component-isolator # Component isolation (⌘⇧ I)
38+ │ │ └── component-isolator # Component isolation (Cmd/Ctrl+Shift+ I)
3939│ ├── workspace-sidebar # Chat list + navigation
4040│ ├── agent-panel # Chat/agent interface
4141│ ├── settings-panel # Settings (themes, GitHub, editor)
@@ -101,9 +101,9 @@ Launches a native macOS window with the web app inside. Both the web frontend an
101101
102102Copy ` .env.example ` → ` .env ` and fill in:
103103
104- | Variable | Required | Description |
105- | ------------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
106- | ` NEXT_PUBLIC_SPOTIFY_CLIENT_ID ` | Optional | Spotify PKCE OAuth Client ID for the music plugin. Create at [ developer.spotify.com/dashboard] ( https://developer.spotify.com/dashboard ) . |
104+ | Variable | Required | Description |
105+ | ------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
106+ | ` NEXT_PUBLIC_SPOTIFY_CLIENT_ID ` | Optional | Spotify PKCE OAuth Client ID for the music plugin. Create at [ developer.spotify.com/dashboard] ( https://developer.spotify.com/dashboard ) . |
107107
108108> ** Note:** ` NEXT_PUBLIC_ ` variables are embedded in the client bundle. Only put public client IDs here, never secrets.
109109
@@ -198,19 +198,19 @@ The `release.yml` workflow:
198198
199199## Keyboard Shortcuts
200200
201- | Shortcut | Action |
202- | -------- | --------------------------- |
203- | ` ⌘B ` | Toggle file explorer |
204- | ` ⌘J ` | Toggle terminal |
205- | ` ⌘\ ` | Toggle sidebar |
206- | ` ⌘P ` | Quick open file |
207- | ` ⌘⇧I ` | Isolate component (preview) |
208- | ` ⌘K ` | Inline edit |
209- | ` ⌘L ` | Send selection to chat |
210- | ` ⌘S ` | Save file |
211- | ` ⌘⇧F ` | Global search |
212- | ` ⌘⇧P ` | Command palette |
213- | ` Esc ` | Close overlays |
201+ | Shortcut | Action |
202+ | ------------------ | --------------------------- |
203+ | ` Cmd/Ctrl+B ` | Toggle file explorer |
204+ | ` Cmd/Ctrl+J ` | Toggle terminal |
205+ | ` Cmd/Ctrl+\ ` | Toggle sidebar |
206+ | ` Cmd/Ctrl+P ` | Quick open file |
207+ | ` Cmd/Ctrl+Shift+I ` | Isolate component (preview) |
208+ | ` Cmd/Ctrl+K ` | Inline edit |
209+ | ` Cmd/Ctrl+L ` | Send selection to chat |
210+ | ` Cmd/Ctrl+S ` | Save file |
211+ | ` Cmd/Ctrl+Shift+F ` | Global search |
212+ | ` Cmd/Ctrl+Shift+P ` | Command palette |
213+ | ` Esc ` | Close overlays |
214214
215215---
216216
@@ -236,11 +236,11 @@ To add a new theme:
236236
237237## Preview System
238238
239- The preview panel (` ⌘ 3` or click Preview tab) connects to any local dev server:
239+ The preview panel (` Cmd/Ctrl+ 3` or click Preview tab) connects to any local dev server:
240240
241241- ** URL bar** — type ` localhost:5173 ` or any dev server URL
242242- ** Device Carousel** — see your app on iPhone, Pixel, iPad, MacBook, Desktop simultaneously
243- - ** Component Isolation** (` ⌘⇧ I` ) — isolate a React component from the active file
243+ - ** Component Isolation** (` Cmd/Ctrl+Shift+ I` ) — isolate a React component from the active file
244244- ** Picture-in-Picture** — float the preview over your code while editing
245245- ** Agent Annotations** — when the AI makes changes, glowing highlights show what changed
246246
0 commit comments