OSDN Git Service

In Microsoft Excel, pressing shift+f11 to create a new sheet now reports your new...
authorMichael Curran <mick@nvaccess.org>
Wed, 20 Jan 2016 03:09:05 +0000 (13:09 +1000)
committerJames Teh <jamie@nvaccess.org>
Mon, 1 Feb 2016 03:45:08 +0000 (13:45 +1000)
Fixes #5689.

source/NVDAObjects/window/excel.py
user_docs/en/changes.t2t

index 10e4b39..f274e95 100755 (executable)
@@ -788,6 +788,7 @@ class ExcelWorksheet(ExcelBase):
                "kb:control+pageDown",\r
                "kb:control+a",\r
                "kb:control+v",\r
+               "kb:shift+f11",\r
        )\r
 \r
 class ExcelCellTextInfo(NVDAObjectTextInfo):\r
index 09a3b0e..c2f6cc6 100644 (file)
@@ -48,6 +48,7 @@ Highlights of this release include the ability to optionally lower the volume of
 - In a very rare case, NVDA no longer fails to read sheet content in Microsoft Excel with reporting of row and column headers enabled. (#5705)\r
 - In Google Chrome, navigating within an Input composition when entering east Asian characters now works as expected. (#4080)\r
 - When searching Apple Music in iTunes, browse mode for the search results document is now updated as expected. (#5659)\r
+- In Microsoft Excel, pressing shift+f11 to create a new sheet now reports your new position instead of reporting nothing. (#5689)\r
 \r
 \r
 == Changes for Developers ==\r