docs: expand CLAUDE_CODE_ACCESSIBILITY docs with screen reader guidance#45150
Open
hilyfux wants to merge 1 commit intoanthropics:mainfrom
Open
docs: expand CLAUDE_CODE_ACCESSIBILITY docs with screen reader guidance#45150hilyfux wants to merge 1 commit intoanthropics:mainfrom
hilyfux wants to merge 1 commit intoanthropics:mainfrom
Conversation
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>
asperpharma
approved these changes
Apr 8, 2026
asperpharma
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE_CODE_ACCESSIBILITY=1behaviorTab/Shift+Tab,Left/Right)Fixes #44906
Context
The current documentation mentions
CLAUDE_CODE_ACCESSIBILITYonly 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
🤖 Generated with Claude Code