github / github/copilot-cli

Ctrl+T thinking toggle provides no screen reader feedback for state changes

未关闭 适合新手
#3,005 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area:input-keyboard area:theming-accessibility
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

### Describe the feature or problem you'd like to solve

When pressing Ctrl+T to toggle the reasoning/thinking display on or off, there is no textual or audible feedback indicating the current state of the toggle. Screen reader users have no way to know whether thinking mode is enabled or disabled after pressing the shortcut.

The status bar does not change to reflect the thinking state -- it shows the same content (`/ commands . ? help` and the model name) regardless of whether thinking is on or off. The only way to discover the current state is to submit a prompt and observe whether reasoning text appears in the response.

This was tested on Windows with NVDA and Copilot CLI v1.0.36, with the `screenReader` setting enabled in `settings.json`. Pressing Ctrl+T produces no speech output and no visible text change that the screen reader can detect.

### Proposed solution

When Ctrl+T is pressed, output a brief status message to the terminal indicating the new state, for example:

- "Thinking: enabled"
- "Thinking: disabled"

This would allow screen readers to announce the change and give all users confirmation that the toggle took effect. The `beep` setting could also optionally produce distinct tones for each state.

贡献指南

打开贡献指南

调研方向

Start at the Ctrl+T keyboard shortcut handler and trace how the screenReader setting and terminal status output are handled. Confirm the toggle's enabled and disabled states, then verify that each press produces an audible or textual state message for screen readers; the status bar or terminal output should make the change clear.

由索引模型根据 Issue 内容生成。

评估

技术栈
shell
领域
accessibility, cli
Issue 类型
功能
难度
2/5
预计耗时
1-3 小时
活跃度
冷清
描述清晰度
基本清楚
新手友好度
68/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。