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
No single keystroke to find out the current Excel worksheet #6613
Labels
app/microsoft-office
p3
https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
quick fix
Milestone
Comments
@michaelDCurran would the report location command be a good fit here?
…On 12/1/2016 8:33 PM, Quentin Christensen wrote:
There is no single command which tells you which worksheet you are on
in Excel without performing an action.
Object navigation can be used: NVDA+numpad 8 / NVDA+shift+up arrow
jumps immediately to the sheet and tells you, however for those not
overly familiar with object navigation, pressing it again jumps to the
parent of the worksheet (Excel itself) which could be confusing.
The elements list will also tell you, although it defaults to charts,
so you need to press NVDA+f7, then alt+s.
Alternatively there are seveal commands which perform actions which
can be used, control+page up then control+page down, as long as the
worksheet isn't the first one.
Similarly alt+tab to another application and back.
Knowing which worksheet you are on is important, but is it worth
adding a new keystroke to give extra context information? Possibly
such information could be useful in other programs, such as knowing
which section and page you are on in Onenote.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6613>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFGivZ-hg88Ju9eP_swXUeQNXcNu0GXLks5rD5GZgaJpZM4LCKh2>.
--
------------------------------------------------------------------------
Derek Riemer
* Department of computer science, third year undergraduate student.
* Proud user of the NVDA screen reader.
* Open source enthusiast.
* Member of Bridge Cu
* Avid skiier.
Websites:
Honors portfolio <http://derekriemer.com>
Awesome little hand built weather app!
<http://django.derekriemer.com/weather/>
email me at derek.riemer@colorado.edu <mailto:derek.riemer@colorado.edu>
Phone: (303) 906-2194
|
Yes, we can just override the locationText property, and have it contain
sheet name and cell coordinates.
|
It sounds like this one might be an easy win. Setting as a priority 2. |
Example output: "Sheet MyWorksheet, G11" |
feerrenrut
added a commit
that referenced
this issue
Jan 16, 2017
Provide a command to report the name of the worksheet and the cell location while in MS excell. Fixes #6613
feerrenrut
added a commit
that referenced
this issue
Jan 17, 2017
feerrenrut
added a commit
that referenced
this issue
Jan 31, 2017
Provide a command to report the name of the worksheet and the cell location while in MS excel. This can be triggered with `NVDA+numpadDelete` or for laptop layout `NVDA+delete` Fixes #6613
feerrenrut
added a commit
that referenced
this issue
Jan 31, 2017
- Added a command to report the name of the worksheet and the cell location while in Microsoft Ecel. This can be triggered with `NVDA+numpadDelete` or for laptop layout `NVDA+delete`. (Issue #6613)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app/microsoft-office
p3
https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
quick fix
There is no single command which tells you which worksheet you are on in Excel without performing an action.
Object navigation can be used: NVDA+numpad 8 / NVDA+shift+up arrow jumps immediately to the sheet and tells you, however for those not overly familiar with object navigation, pressing it again jumps to the parent of the worksheet (Excel itself) which could be confusing.
The elements list will also tell you, although it defaults to charts, so you need to press NVDA+f7, then alt+s.
Alternatively there are seveal commands which perform actions which can be used, control+page up then control+page down, as long as the worksheet isn't the first one.
Similarly alt+tab to another application and back.
Knowing which worksheet you are on is important, but is it worth adding a new keystroke to give extra context information? Possibly such information could be useful in other programs, such as knowing which section and page you are on in Onenote.
The text was updated successfully, but these errors were encountered: