-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
present name of sheet in excel when pressing control+pageUp/pageDown #760
Comments
Comment 1 by jteh on 2010-07-15 21:29 |
Comment 2 by mdcurran on 2010-12-01 05:55 |
Comment 3 by Shaimaa on 2011-04-20 22:27 |
Attachment 760-1.patch added by orcauser on 2011-06-02 12:30 |
Comment 4 by orcauser on 2011-06-02 12:34 Thank you for your feedback. Changes: |
Comment 5 by orcauser on 2011-06-02 12:40 |
Comment 6 by jteh on 2011-06-03 04:58 I've committed my fix in 1fc94fa. This also cleans up the code somewhat. Rather than implementing a new changeSheet script, I just bound ctrl+pageUp/Down to changeSelection. However, this required fixing the objects so that they correctly reported that they were unequal when their sheet was different. Then, when the focus change is fired, NVDA detects that the parent of the focus (the worksheet) changed too and reports it appropriately. I hope this makes sense. |
Reported by jeronimo on 2010-07-15 17:31
I suggest adding support for key combinations Ctrl + Page Down and Ctrl + Page Up when you want to change leaf table in Microsoft Excel.
The text was updated successfully, but these errors were encountered: