Skip to content

Commit 55a263a

Browse files
authored
Merge a47eb48 into a380b6a
2 parents a380b6a + a47eb48 commit 55a263a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

source/NVDAObjects/window/excel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,9 @@ def _get_states(self):
10211021
"kb:control+a",
10221022
"kb:control+v",
10231023
"kb:shift+f11",
1024+
"kb:control+y",
1025+
"kb:control+z",
1026+
"kb:alt+backspace",
10241027
), canPropagate=True)
10251028

10261029
def script_changeSelection(self,gesture):

user_docs/en/changes.t2t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This option now announces additional relevant information about an object when t
2626
- The SAPI4 synthesizer now properly supports volume, rate and pitch changes embedded in speech. (#15271)
2727
- Multi line state is now correctly reported in applications using Java Access Bridge. (#14609)
2828
- In LibreOffice, words deleted using the ``control+backspace`` keyboard shortcut are now also properly announced when the deleted word is followed by whitespace (like spaces and tabs). (#15436)
29+
- Braille is updated when UIA is not used and ``control+y``, ``control+z``
30+
or ``alt+backspace`` is pressed in MS Excel. (15547)
2931
-
3032

3133
== Changes for Developers ==

0 commit comments

Comments
 (0)