Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beepForLowercaseWithCapslock doesn't work in text consoles #1333

Closed
nvaccessAuto opened this issue Jan 24, 2011 · 1 comment
Closed

beepForLowercaseWithCapslock doesn't work in text consoles #1333

nvaccessAuto opened this issue Jan 24, 2011 · 1 comment
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2011-01-24 19:08
Str:

  1. Open a text console.
  2. Turn on capsLock.
  3. Type a shifted letter.
  4. Expected: Beep.
  5. Actual: No beep.

Reason: winConsoleHandler queues speech.speakTypedCharacter instead of event_typedCharacter, where the beep code is. Is there any reason for this or did we just think it was more direct?

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2011-01-25 02:05
Fixed in a20bfcf.
Changes:
State: closed

@nvaccessAuto nvaccessAuto added this to the 2011.1 milestone Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant