Skip to content

[BUG] Caps Lock key inserts raw escape sequence "[57358u" in chat input (VS Code 1.112.0 / macOS) #304679

@thomasjoos-dev

Description

@thomasjoos-dev

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

  1. Install VS Code 1.112.0 on macOS Sequoia (arm64)
  2. Open the Claude Code extension panel in VS Code
  3. Click into the chat input field
  4. Press the Caps Lock key
  5. Observe that [57358u is inserted as literal text into the input field

Expected:
Caps Lock toggles capitalization. Nothing is inserted into the chat input field.

Actual:
The raw Kitty keyboard protocol escape sequence [57358u (the escape code for
Caps Lock) is inserted as literal text into the chat input field.

settings:

  • OS: macOS Sequoia (arm64)
  • VS Code version: 1.112.0
  • Claude Code versie: 2.1.83

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions