anomalyco / anomalyco/opencode
[BUG]: Ctrl+Alt+T leaves keyboard focus outside the terminal
Open
@Brendonovich is already working on this.
Since Aug 26, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
In Desktop, the New terminal button moves keyboard focus to the new terminal as expected. Pressing Ctrl+Alt+T creates and selects a terminal tab, but leaves keyboard focus in the currently active panel. Typing then goes to that panel instead of the terminal.
Steps to reproduce
- Open a session in Desktop.
- Open the terminal panel if needed.
- Focus the prompt, review panel, or another part of the session view.
- Press
Ctrl+Alt+Ton Linux or Windows, orControl+Option+Ton macOS. - Type a character or command.
- Repeat the shortcut with the terminal panel open to create another tab.
Expected behavior
The selected terminal receives keyboard focus as soon as it is ready.
Environment
- OpenCode Desktop 1.18.15
- Arch Linux rolling
- No plugins
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.