Skip to content

Announce capital letters when reviewing by character - #63

Open
vadimkholodilo wants to merge 1 commit into
tspivey:masterfrom
vadimkholodilo:indicate-capital-letters
Open

vadimkholodilo wants to merge 1 commit into
tspivey:masterfrom
vadimkholodilo:indicate-capital-letters

Conversation

@vadimkholodilo

Copy link
Copy Markdown

Fixes #56.

When reviewing text by character (arrow keys, or Alt+,/Alt+.), tdsr didn't distinguish capital letters from lowercase — important context when reviewing e.g. code.

say_character() now sends a distinct L command (instead of l) for uppercase letters. Both backends speak "cap " before the letter in that case:

  • backend/mac.py
  • backend/speechdispatcher.py (replaces the existing TODO about capitals)

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.

Indicate capital letters when moving by symbles

1 participant