-
-
Notifications
You must be signed in to change notification settings - Fork 643
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
NVDA doesn't announce typed characters in putty #1348
Comments
Comment 1 by jteh on 2011-02-02 20:56 Backspace is probably just because the server took too long to move the caret. On a faster link, this should be faster. |
Comment 2 by mohammed on 2014-05-02 09:04 are there similar applications out there that do not have such a problem? what do blind server admins generally use? btw, there must be a mechanism to make this work, because other screen readers echo typed characters fine. granted, you can't review text in such windows. |
Comment 3 by msedmak (in reply to comment 2) on 2014-10-23 19:18
|
Comfirmed. Since this is quite an old issue, giving this P4. @jcsteh: Feel free to set another priority, since you are the initial author of this. |
I noticed that this is also a problem in power shell. Given Power Shell is getting more and more a replacement for cmd, I wonder whether this priority should be raised. @michaeldcurran/@feerrenrut: thoughts about this? |
@LeonarddeR Possibly, though I don't think I would make it a P2. |
Are you ok with a p3? |
Yep, I'll apply that change now. |
NVDA doesn't announce typed characters in putty Is this problem solved? |
@aleksey_s, @mohammed, could you please test if this is still an issue? Thanks! |
Yes, this is still an issue.
|
MinTTY, a close relative console, also suffers from this issue: Typed characters are not echoed. |
Is this solved also for older Versions of Windows where UIA is not used? |
I don't know, but IMHO, this is not fully solved either for newer versions of Windows. |
Ok Julien thank you for this report. I am reopening this issue and the discussion. |
Yes, this is solved from Windows 10 1607 onwards (UIA used on 1803 and later). |
I think I know what's up (related to #9933). I've put a potential fix on the t1348 branch of my repo (@feerrenrut could you please create and link a try build here?) |
In Mintty, the last character of the prompt was being read when quickly deleting text, just as in Windows Console (see this comment and the "summary of the issue" section in #9986). This change disables caret events for all Terminal objects by overriding NVDAObjects.behaviors.Terminal._get_caretMovementDetectionUsesEvents, instead of only Windows Console like in #9986. Closes #1348. Related to #9933, #9986.
Reported by aleksey_s on 2011-02-02 17:17
It neither reads typed characters nor announces a deleted character when pressing backspace in putty's terminal window.
The text was updated successfully, but these errors were encountered: