Skip to content

fix(tui): remap approval detail toggle from Ctrl+V to Ctrl+O#1362

Merged
Aaronontheweb merged 2 commits into
netclaw-dev:devfrom
Aaronontheweb:claude-wt-temrina-control-v
Jun 8, 2026
Merged

fix(tui): remap approval detail toggle from Ctrl+V to Ctrl+O#1362
Aaronontheweb merged 2 commits into
netclaw-dev:devfrom
Aaronontheweb:claude-wt-temrina-control-v

Conversation

@Aaronontheweb

Copy link
Copy Markdown
Collaborator

Summary

  • Remaps the approval detail "View full" toggle from Ctrl+V to Ctrl+OCtrl+V is intercepted by the OS as "paste" on Windows terminals, so the toggle never fires (CTRL+V (View full) in options not doing anything #1334)
  • Updates all status bar hints ([Ctrl+O], [^O]) and inline hint text ([Ctrl+O to view full])
  • Adds CtrlV_DoesNotToggleDetail regression test verifying the old key no longer triggers the toggle

Closes #1334

Test plan

  • All 10 ChatPageTests pass (9 updated + 1 new regression test)
  • CI green
  • Manual verification on Windows terminal that Ctrl+O triggers the toggle

…-dev#1334)

Ctrl+V is intercepted by the OS as "paste" on Windows terminals, so the
"View full" toggle never fires. Remap to Ctrl+O which has no OS-level
conflicts. Add regression test verifying Ctrl+V no longer triggers the
toggle.
@Aaronontheweb Aaronontheweb added bug Something isn't working platform:windows Windows-specific issues and support tui Terminal UI (Termina) issues labels Jun 8, 2026

@Aaronontheweb Aaronontheweb left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) June 8, 2026 18:19
@Aaronontheweb Aaronontheweb merged commit 601714b into netclaw-dev:dev Jun 8, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working platform:windows Windows-specific issues and support tui Terminal UI (Termina) issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CTRL+V (View full) in options not doing anything

1 participant