Alt+numeric keypad character input stops working in Codex TUI
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What version of Codex CLI is running?
0.149.0
What subscription do you have?
pro
Which model were you using?
any
What platform is your computer?
windows 11
What terminal emulator and version are you using (if applicable)?
powershell 7
Codex doctor report
What issue are you seeing?
Alt+numeric keypad character input stops working in Codex TUI
What steps can reproduce the bug?
Steps to reproduce:
- Open a normal PowerShell 7 session.
- Press Alt+0126 using the numeric keypad. It correctly produces the
~character. - Start Codex by running
codex. - In the Codex interactive TUI, press Alt+0126 again.
- Exit Codex and try Alt+0126 once more in PowerShell.
What is the expected behavior?
Alt+numeric keypad input should produce the corresponding character while using the Codex TUI.
Additional information
Actual behavior:
Alt+0126 does not insert the ~ character while Codex is running. After exiting Codex, the same key combination works
normally again in PowerShell.
This suggests that Codex’s Windows terminal input handling intercepts or disables Alt+numeric keypad character
composition.
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.
Research direction
Start by tracing Codex's Windows terminal input handling from the codex entry point and reproduce Alt+0126 in PowerShell 7 and the Codex TUI. Compare the input events received in both contexts; the work is done when Alt+numeric keypad composition inserts ~ in the TUI without regressing other input behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100