[PR #8594] fix: desktop conflict keybinds #12805

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

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

State: closed
Merged: No


What does this PR do?

Fixes #8597
fix conflict keybinds for desktop app:
previous keybinds:

  • <mod+shift+t> [theme.cycle] CONFLICT WITH <shift+mod+t> [model.variant.cycle]
  • <mod+shift+s> [theme.scheme.cycle] CONFLICT WITH <mod+shift+s> [session.new]

after:

  • <shift+mod+t> [model.variant.cycle]
  • <mod+shift+s> [session.new]
  • <mod+shift+h> [theme.scheme.cycle]
  • <mod+shift+l> [theme.cycle]

PS: The keybindings I chose (mod+shift+l for theme cycling, mod+shift+h for color scheme) are just placeholders to resolve the conflicts. Please feel free to adjust these to whatever keybinds the product team prefers.

How did you verify your code works?

Run the desktop app locally, manually tested.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8594 **State:** closed **Merged:** No --- ### What does this PR do? Fixes #8597 fix conflict keybinds for desktop app: **previous keybinds:** * <mod+shift+t> [theme.cycle] CONFLICT WITH <shift+mod+t> [model.variant.cycle] * <mod+shift+s> [theme.scheme.cycle] CONFLICT WITH <mod+shift+s> [session.new] **after:** * <shift+mod+t> [model.variant.cycle] * <mod+shift+s> [session.new] * <mod+shift+h> [theme.scheme.cycle] * <mod+shift+l> [theme.cycle] PS: The keybindings I chose (mod+shift+l for theme cycling, mod+shift+h for color scheme) are just placeholders to resolve the conflicts. Please feel free to adjust these to whatever keybinds the product team prefers. ### How did you verify your code works? Run the desktop app locally, manually tested.
yindo added the pull-request label 2026-02-16 18:17:41 -05:00
yindo closed this issue 2026-02-16 18:17:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12805