Affected component
ego lite browser app
What happened?
When multiple Spaces are open, pressing F12 in the currently focused Space switches to another Space and opens the developer console there.
The shortcut is applied to the wrong Space instead of the one that has keyboard focus. This makes DevTools unusable for inspecting the page you are actually looking at.
Steps to reproduce
1. Open ego lite and create at least two Spaces (Space A and Space B). Put a normal webpage in each.
2. Click into Space A so it is focused / in the foreground.
3. Press F12 to open the developer console.
4. Observe that the UI switches to Space B (or another Space) and opens DevTools there, instead of opening it in Space A.
Expected behavior
F12 should open DevTools for the currently focused Space and leave that Space in the foreground. Other Spaces should stay untouched.
Version
ego lite 0.4.6.13; ego-browser 0.4.6.13
Environment
macOS 26.6 (25G72), Apple Silicon (arm64)
Logs or screenshots
Additional context
I searched existing issues for F12, DevTools, console, inspector, 控制台, and 开发者工具 and did not find a duplicate.
Closest related reports, but not the same bug:
This looks like the DevTools toggle is bound to a global inspected target / last-active Space rather than the Space that currently has focus.
Before submitting
Affected component
ego lite browser app
What happened?
When multiple Spaces are open, pressing F12 in the currently focused Space switches to another Space and opens the developer console there.
The shortcut is applied to the wrong Space instead of the one that has keyboard focus. This makes DevTools unusable for inspecting the page you are actually looking at.
Steps to reproduce
Expected behavior
F12 should open DevTools for the currently focused Space and leave that Space in the foreground. Other Spaces should stay untouched.
Version
ego lite 0.4.6.13; ego-browser 0.4.6.13
Environment
macOS 26.6 (25G72), Apple Silicon (arm64)
Logs or screenshots
Additional context
I searched existing issues for F12, DevTools, console, inspector, 控制台, and 开发者工具 and did not find a duplicate.
Closest related reports, but not the same bug:
This looks like the DevTools toggle is bound to a global inspected target / last-active Space rather than the Space that currently has focus.
Before submitting