[PR #9959] fix(app): improve terminal input handling #13283

Open
opened 2026-02-16 18:18:09 -05:00 by yindo · 0 comments
Owner

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

State: open
Merged: No


Summary

  • handle ctrl+backspace/ctrl+enter and numpad enter in the terminal
  • improve IME composition input handling (including Sogou)

Testing

  • bun run --cwd packages/desktop tauri dev
  • Verified Ctrl+Backspace deletes previous word, Ctrl+Enter inserts newline, and IME input works

Fixes #9778

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9959 **State:** open **Merged:** No --- ## Summary - handle ctrl+backspace/ctrl+enter and numpad enter in the terminal - improve IME composition input handling (including Sogou) ## Testing - bun run --cwd packages/desktop tauri dev - Verified Ctrl+Backspace deletes previous word, Ctrl+Enter inserts newline, and IME input works Fixes #9778
yindo added the pull-request label 2026-02-16 18:18:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13283