[Bug] Korean IME: Extra newline inserted when Shift+symbol input during composition
Status Fixed / completed
Maintainer reply None cached
Activity 1 comment · opened Aug 1, 2026 · closed Aug 1, 2026
제목: Korean IME: composition commit sends extra CR when followed by Shift+symbol
환경: Windows / 한글 IME / Orca <버전> / Claude Code <버전>
재현:
- Orca 터미널에서 claude 실행
- 프롬프트에 "안녕" 입력 (마지막 글자 조합 상태)
- 이어서 Shift+/ (또는 Shift+1, Shift+2) 입력
실제: "안녕?" 뒤에 개행이 추가 삽입됨
기대: "안녕?" 만 입력됨
조건 좁히기:
- 순정 터미널(Windows Terminal/PowerShell)에서 같은 claude 버전으로는 정상 → Orca 고유 문제
- 영문 모드에서는 정상
- 한글을 치지 않고 Shift+기호만 누르면 정상
- 한/영으로 조합을 닫고 기호를 치면 정상
→ 조합 종료 커밋과 기호가 함께 처리될 때 pty로 CR이 함께 전송되는 것으로 보임
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗