[DOCS] Missing documentation for 'c' keyboard shortcut (Copy OAuth URL) in Interactive Mode reference
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/interactive-mode
Section/Topic
The Keyboard shortcuts section, specifically the "General controls" table.
Current Documentation
The "General controls" table currently lists shortcuts like Ctrl+C, Ctrl+D, Ctrl+L, etc. It does not list any single-letter shortcuts outside of the Vim mode section.
What's Wrong or Missing?
According to the 2.1.10 Changelog, a new feature was added: "Added keyboard shortcut 'c' to copy OAuth URL when browser doesn't open automatically during login".
This shortcut is currently missing from the Interactive Mode reference documentation, meaning users looking up available shortcuts will not be aware of this functionality during the login flow.
Suggested Improvement
Add a new row to the General controls table in docs/en/interactive-mode.md:
| Shortcut | Description | Context |
| :--- | :--- | :--- |
| c | Copy OAuth URL | During login if the browser does not open automatically |
Impact
High - Prevents users from using a feature
Additional Context
- Source:
claude_code_changelog.mdentry for version 2.1.10. - Quote from Changelog: "Added keyboard shortcut 'c' to copy OAuth URL when browser doesn't open automatically during login"
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗