-
-
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
With Hindi keyboard, NVDA announces Hindi symbol 9 4 D on using SHIFT with the 3, 4, 5, 6, 7 and 8 before announcing the actual character typed. #4487
Comments
Comment 1 by blindbhavya on 2014-09-24 10:09 |
Comment 3 by jteh on 2014-09-24 10:41 |
Comment 4 by siddhartha_iitd on 2014-09-25 18:41 |
Comment 5 by jteh on 2014-09-25 23:04 This is a duplicate of #1428. The only one that confuses me is र (shift+3). That is only a single Unicode character. @sumandogra, are you absolutely certain symbol 94d is announced before that one? I understand why it would be for the others, but not that one. |
Comment 6 by jteh on 2014-09-25 23:09 |
Comment 7 by dhankuta on 2014-09-26 13:12 Let us be clear.
The real problem:
Basically the pronunciation of the nvda/espeak on the issue of Hindi keylayout is absolutely correct. Here is the source code of the Hindi keyboard layout used by Suman. LIGATURE 3 1 094d 0930 // DEVANAGARI SIGN VIRAMA + DEVANAGARI LETTER RA Possible Solution:
|
Comment 8 by blindbhavya on 2014-09-26 16:31 |
Comment 9 by jteh (in reply to comment 7) on 2014-09-29 01:33
I'm confused because the reporter indicated that shift+3 produces "र", which is a single Unicode character and contains no U+094d character. So, what does shift+3 actually produce? |
Comment 10 by dhankuta on 2014-09-30 17:18
|
Comment 11 by jteh on 2014-09-30 23:07 |
Reported by sumandogra on 2014-09-24 08:24
With Hindi keyboard of MS Windows, NVDA announces Hindi symbol 9 4 D on using SHIFT with the 3, 4, 5, 6, 7 and 8 before announcing the actual character typed. Only actual character typed should be announced on using these keystrokes.
Steps:
SHIFT+3(र), SHIFT+4(र्), SHIFT+5(ज्ञ), SHIFT+6(त्र), SHIFT+7(क्ष), SHIFT+8(श्र).
Behavior:
Hindi symbol 9 4 D is announced before the announcement of the र on keyboard SHIFT+3.
Hindi symbol 9 4 d is announced after typing र् with SHIFT+4.
Hindi symbol 9 4 D is announced after pressing SHIFT+5 to write ज्ञ..
Hindi symbol 9 4 D is announced after pressing SHIFT+6 to write क्त्र
Hindi symbol 9 4 D is announced after pressing SHIFT+7 to write श्क्ष
Hindi symbol 9 4 D is announced after pressing Shift+8 to write श्र
Blocked by #1428
The text was updated successfully, but these errors were encountered: