Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide speech and braille feedback for common Microsoft Word shortcut keys #1353
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by rameshwar.nagar on 2013-02-18 08:16 This is under process...for more correction. Thanks, Rameshwar Nagar |
This comment has been minimized.
This comment has been minimized.
|
Attachment winword.py added by rameshwar.nagar on 2013-02-20 10:14 |
This comment has been minimized.
This comment has been minimized.
|
Attachment winword.2.py added by mjrevansiddesh on 2013-02-26 06:38 |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by mjrevansiddesh on 2013-02-26 06:40 Changes: |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by mjrevansiddesh on 2013-02-26 06:52 Changes: |
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by praveen on 2013-02-26 10:04
Thanks & Regards |
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by rameshwar.nagar on 2013-03-13 13:28 Regards & Thanks, |
This comment has been minimized.
This comment has been minimized.
|
Comment 8 by rameshwar.nagar on 2013-03-13 13:30 |
This comment has been minimized.
This comment has been minimized.
|
Attachment winword.2.patch added by rameshwar.nagar on 2013-03-14 05:42 |
This comment has been minimized.
This comment has been minimized.
|
Attachment winword.patch added by rameshwar.nagar on 2013-03-14 05:43 |
This comment has been minimized.
This comment has been minimized.
|
Comment 9 by Amarjit on 2013-03-24 17:24 Above patch implements feature to do announcement of Ctrl+. Details are as follows:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 10 by Amarjit on 2013-03-24 17:24 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Comment 13 by jteh on 2013-03-24 23:21 To implement this correctly, you need to find a way to query the state of these toggles in Word, whether by querying the toolbar buttons or something in the document object model. What you've done reflects the formatting of the current review position, which isn't necessarily the same. There is no need to modify anything in the speech module to do this, nor is there any need to duplicate functions from speech in your Word app module. Finally, this doesn't account for the fact that these shortcut keys can apparently be different in different localisations of Word. Btw, please don't close a ticket as fixed until a fix has been committed. |
This comment has been minimized.
This comment has been minimized.
|
Comment 15 by Michael Curran <mick@... on 2014-06-10 03:53
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 16 by surfer0627 on 2014-06-10 05:50 |
This comment has been minimized.
This comment has been minimized.
|
Comment 17 by surfer0627 on 2014-06-10 05:55 |
This comment has been minimized.
This comment has been minimized.
|
Comment 19 by nvdakor on 2014-06-10 09:30 |
This comment has been minimized.
This comment has been minimized.
|
Comment 20 by Michael Curran <mick@... on 2014-06-10 10:25
|
This comment has been minimized.
This comment has been minimized.
|
Comment 21 by mdcurran (in reply to comment 19) on 2014-06-10 10:28 |
This comment has been minimized.
This comment has been minimized.
|
Comment 22 by nvdakor on 2014-06-10 10:33 |
This comment has been minimized.
This comment has been minimized.
|
Comment 23 by ateu on 2014-06-10 14:13 Is it possible to add the select/unselect all command? |
This comment has been minimized.
This comment has been minimized.
|
Comment 24 by surveyor on 2014-06-11 08:28 |
This comment has been minimized.
This comment has been minimized.
|
Comment 25 by Michael Curran <mick@... on 2014-06-11 11:38
|
This comment has been minimized.
This comment has been minimized.
|
Comment 26 by Michael Curran <mick@... on 2014-06-14 03:55
|
This comment has been minimized.
This comment has been minimized.
|
Comment 27 by Michael Curran <mick@... on 2014-06-27 23:06
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 28 by mdcurran on 2014-06-27 23:07 |
This comment has been minimized.
This comment has been minimized.
|
Comment 29 by Sukil on 2014-06-30 20:23 |
This comment has been minimized.
This comment has been minimized.
|
Comment 30 by JamaicanUser on 2014-06-30 20:56 |
This comment has been minimized.
This comment has been minimized.
|
Comment 31 by jteh (in reply to comment 29) on 2014-06-30 21:46
We're aware of this. Unfortunately, there's no way to detect the effect of the shortcut without binding it to a key. Translators can provide locale specific gesture mappings; e.g. the Spanish translator could unbind control+b and bind reporting of bold to control+n. |
This comment has been minimized.
This comment has been minimized.
|
Comment 33 by surveyor on 2014-07-03 10:24 |
This comment has been minimized.
This comment has been minimized.
|
Comment 34 by jteh on 2014-07-03 10:55 |
This comment has been minimized.
This comment has been minimized.
|
Comment 35 by surveyor (in reply to comment 34) on 2014-07-04 10:43
Yes, the same issue was already valid for other messages for example message heathers such as From, Subject, Date etc. Even if the user is using windows live mail or outlook in English, the heathers are being read in Turkish. Anyway, it's not a big issue. Besides, the binding control+r is used for right alignment in English version, while the same key press is used for centering text in Turkish version of Office. |
This comment has been minimized.
This comment has been minimized.
|
Comment 36 by surveyor (in reply to comment 35) on 2014-07-04 11:06 |
This comment has been minimized.
This comment has been minimized.
|
Comment 37 by jteh (in reply to comment 36) on 2014-07-05 08:42
Yes, that's correct. |
This comment has been minimized.
This comment has been minimized.
|
Comment 38 by ateu on 2014-07-13 15:05 |
This comment has been minimized.
This comment has been minimized.
|
Comment 39 by jteh (in reply to comment 23) on 2014-07-14 01:16
If you're talking about control+a (for English), it already announces that the text is selected. |
This comment has been minimized.
This comment has been minimized.
|
Comment 40 by blindbhavya on 2014-07-15 10:55 |
This comment has been minimized.
This comment has been minimized.
|
Comment 41 by blindbhavya on 2014-07-15 11:03 |
This comment has been minimized.
This comment has been minimized.
|
Comment 42 by surveyor on 2014-07-16 11:34 |
This comment has been minimized.
This comment has been minimized.
|
Comment 43 by jteh (in reply to comment 42) on 2014-07-17 00:37
There's not really any useful feedback we can provide for these. They don't have a state we can actually report; they just make a change to the text. All we'd be doing is reporting a static message like "paragraph moved" or "case changed", which is not particularly useful, as it doesn't really inform the user of the exact change. |
This comment has been minimized.
This comment has been minimized.
|
Comment 44 by blindbhavya on 2014-07-18 13:18 |
This comment has been minimized.
This comment has been minimized.
|
Comment 45 by k_kolev1985 on 2014-07-18 13:28 I don't think it is a good idea, unless there is a way to check if the action was really performed or not. Because, the "save" command in MS Word doesn't always use the CTRL+S keystroke. For example, on my Windows 8.1 machine and Office 2013 (both in bulgarian), the keystroke to save is not CTRL+S, but Shift+F12, and I haven't changed - it was set that way by default. BTW: For some actions in MS Office products, you can set MS Office to use sound feedback. Then you need to download an installer for the soundpack for MS Office, install it, set it (if necessary) in Control Panel -> Sound. Then will have sound feedback for some actions in MS Office, including for the save command. Interestingly enough, that was the way that I've discovered that CTRL+S was not performing the "save" command :). |
This comment has been minimized.
This comment has been minimized.
|
Comment 46 by ateu (in reply to comment 39) on 2014-11-13 12:42
Strangelly, in my language, Brazilian Portuguese, this information is not provided. Here, the shortcut to select/unselect all is control+t, and when It's pressed, NVDA says nothing. |
This comment has been minimized.
This comment has been minimized.
|
Comment 47 by jteh (in reply to comment 46) on 2014-11-19 04:26
You'd need to provide a locale specific gesture binding. See #4478, which discusses this same issue for Spanish. |
nvaccessAuto commentedFeb 3, 2011
Reported by wildcat11 on 2011-02-03 22:14
For example when pressing control plus e nvda doesn't say centered it is silent.
Blocking #2573, #3846, #3862