Skip to content

docs: expand CLAUDE_CODE_ACCESSIBILITY docs with screen reader guidance#45150

Open
hilyfux wants to merge 1 commit intoanthropics:mainfrom
hilyfux:docs/accessibility-env-expand
Open

docs: expand CLAUDE_CODE_ACCESSIBILITY docs with screen reader guidance#45150
hilyfux wants to merge 1 commit intoanthropics:mainfrom
hilyfux:docs/accessibility-env-expand

Conversation

@hilyfux
Copy link
Copy Markdown

@hilyfux hilyfux commented Apr 8, 2026

Summary

  • Add an Accessibility section to the README documenting CLAUDE_CODE_ACCESSIBILITY=1 behavior
  • Clarify that accessibility mode keeps the native terminal cursor synchronized with both text input and dialog tab focus, enabling screen readers and screen magnifiers to track navigation
  • Include a dialog tab navigation shortcut table (Tab/Shift+Tab, Left/Right)
  • Add cross-references to the env-vars and keybindings docs pages so users can discover the setting from either direction

Fixes #44906

Context

The current documentation mentions CLAUDE_CODE_ACCESSIBILITY only in the context of screen magnifiers tracking cursor position. It omits that the cursor also follows the selected tab in dialogs/menus (confirmed in changelog v2.1.94), and does not mention screen reader support at all. The tab navigation docs also lack any pointer back to the accessibility setting.

Test plan

  • Verify the README renders correctly on GitHub
  • Confirm cross-reference links resolve to the correct docs pages

🤖 Generated with Claude Code

Add an Accessibility section to the README documenting that
CLAUDE_CODE_ACCESSIBILITY=1 enables native terminal cursor tracking
for both text input and dialog tab navigation, benefiting screen
readers and screen magnifiers. Includes a dialog tab navigation
reference table and cross-references to the env-vars and keybindings
docs pages.

Fixes anthropics#44906

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Accessibility env var docs omit dialog tab cursor tracking

2 participants