Fix browser devtools persistence and Safari shortcut wiring

This commit is contained in:
Lawrence Chen 2026-02-19 20:20:42 -08:00
parent 031b0fcb30
commit 743cfcdc6d
11 changed files with 538 additions and 45 deletions

View file

@ -136,6 +136,8 @@ Everything is scriptable through the CLI and socket API — create workspaces/ta
### Browser
Browser developer-tool shortcuts follow Safari defaults and are customizable in `Settings → Keyboard Shortcuts`.
| Shortcut | Action |
|----------|--------|
| ⌘ ⇧ L | Open browser in split |
@ -143,7 +145,8 @@ Everything is scriptable through the CLI and socket API — create workspaces/ta
| ⌘ [ | Back |
| ⌘ ] | Forward |
| ⌘ R | Reload page |
| ⌥ ⌘ I | Open Developer Tools |
| ⌥ ⌘ I | Toggle Developer Tools (Safari default) |
| ⌥ ⌘ C | Show JavaScript Console (Safari default) |
### Notifications