[PR #3718] fix(keybind): changed conflicting keybind for renderer.console.toggle() #10735

Closed
opened 2026-02-16 18:15:28 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3718

State: closed
Merged: No


problem + solution

addresses https://github.com/sst/opencode/issues/3652 by changing the binding for renderer.console.toggle() from meta+d (which conflicts with ctrl+meta+d for scroll down) to meta+f12.

f12 was chosen since it's the default for lots of tooling like browsers, but realistically anything that doesn't overlap with an existing binding should be good.

tests

this pr doesn't touch any runtime code. both bun dev and all 149 bun tests pass.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3718 **State:** closed **Merged:** No --- ## problem + solution addresses https://github.com/sst/opencode/issues/3652 by changing the binding for renderer.console.toggle() from meta+d (which conflicts with ctrl+meta+d for scroll down) to meta+f12. f12 was chosen since it's the default for lots of tooling like browsers, but realistically anything that doesn't overlap with an existing binding should be good. ## tests this pr doesn't touch any runtime code. both bun dev and all 149 bun tests pass.
yindo added the pull-request label 2026-02-16 18:15:28 -05:00
yindo closed this issue 2026-02-16 18:15:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10735