You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/changes.t2t
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ What's New in NVDA
7
7
8
8
== New Features ==
9
9
- In Windows 11, NVDA will announce alerts from voice typing and suggested actions including the top suggestion when copying data such as phone numbers to the clipboard (Windows 11 2022 Update and later). (#16009, @josephsl)
10
+
- New input gestures:
11
+
- Added gestures to jump first, last, forward and backward the values through the synth settings ring. (#13768, #16095, @rmcpantoja)
12
+
- set the first/last setting to the synth settings ring:
13
+
- Desktop: ``CTRL+NVDA+home`` or ``CTRL+NVDA+end``.
14
+
- laptop: ``CTRL+shift+NVDA+home`` or ``CTRL+shift+NVDA+end``.
15
+
- Jump forward and bacward the current setting of the synth settings ring:
16
+
- Desktop: ``CTRL+NVDA+page up`` or ``CTRL+NVDA+page down``.
17
+
- laptop: ``CTRL+shift+NVDA+page up`` or ``CTRL+shift+NVDA+page down``.
| Move to next synth setting | ``NVDA+control+rightArrow`` | ``NVDA+shift+control+rightArrow`` | Moves to the next available speech setting after the current, wrapping around to the first setting again after the last |
238
238
| Move to previous synth setting | ``NVDA+control+leftArrow`` | ``NVDA+shift+control+leftArrow`` | Moves to the next available speech setting before the current, wrapping around to the last setting after the first |
239
+
| Set the first value of the current synth setting | ``NVDA+control+home`` | ``NVDA+shift+control+home`` | Set the current speech setting to the first value. E.G. When you're on a rate setting, it will set the rate to 0; when you're on a voice setting, it will set the first voice. |
239
240
| Increment current synth setting | ``NVDA+control+upArrow`` | ``NVDA+shift+control+upArrow`` | increases the current speech setting you are on. E.g. increases the rate, chooses the next voice, increases the volume |
241
+
| Jump forward the current synth setting | ``NVDA+control+pageUp`` | ``NVDA+shift+control+pageUp`` | Jumps forward the value of the current speech setting you're on. E.G. When you're on a voice setting, it will jump forward every 5 voices; when you're on slider settings (rate, pitch, etc) it will jump forward the value up to 20% |
240
242
| Decrement current synth setting | ``NVDA+control+downArrow`` | ``NVDA+shift+control+downArrow`` | decreases the current speech setting you are on. E.g. decreases the rate, chooses the previous voice, decreases the volume |
243
+
| Jump backward the current synth setting | ``NVDA+control+pageDown`` | ``NVDA+shift+control+pageDown`` | Jumps backward the value of the current speech setting you're on. E.G. When you're on a voice setting, it will jump backward every 5 voices; when you're on a slider setting, it will jump backward the value up to 20% |
244
+
| Set the last value of the current synth setting | ``NVDA+control+end`` | ``NVDA+shift+control+end`` | Set the current speech setting to the last value. E.G. When you're on a rate setting, it will set the rate to 100; when you're on a voice setting, it will set the last voice. |
241
245
242
246
+++ Web navigation +++[WebNavigation]
243
247
The full list of Single Letter Navigation keys is in the [Browse Mode #BrowseMode] section of the user guide.
@@ -1657,8 +1661,12 @@ If you wish to quickly change speech settings without going to the Speech catego
| Move to next synth setting | NVDA+control+rightArrow | NVDA+shift+control+rightArrow | Moves to the next available speech setting after the current, wrapping around to the first setting again after the last |
1659
1663
| Move to previous synth setting | NVDA+control+leftArrow | NVDA+shift+control+leftArrow | Moves to the next available speech setting before the current, wrapping around to the last setting after the first |
1664
+
| Set the first value of the current synth setting | ``NVDA+control+home`` | ``NVDA+shift+control+home`` | Set the current speech setting to the first value. E.G. When you're on a rate setting, it will set the rate to 0; when you're on a voice setting, it will set the first voice. |
1660
1665
| Increment current synth setting | NVDA+control+upArrow | NVDA+shift+control+upArrow | increases the current speech setting you are on. E.g. increases the rate, chooses the next voice, increases the volume |
1666
+
| Jump forward the current synth setting | ``NVDA+control+pageUp`` | ``NVDA+shift+control+pageUp`` | Jumps forward the value of the current speech setting you're on. E.G. When you're on a voice setting, it will jump forward every 5 voices; when you're on slider settings (rate, pitch, etc) it will jump forward the value up to 20% |
1661
1667
| Decrement current synth setting | NVDA+control+downArrow | NVDA+shift+control+downArrow | decreases the current speech setting you are on. E.g. decreases the rate, chooses the previous voice, decreases the volume |
1668
+
| Jump backward the current synth setting | ``NVDA+control+pageDown`` | ``NVDA+shift+control+pageDown`` | Jumps backward the value of the current speech setting you're on. E.G. When you're on a voice setting, it will jump backward every 5 voices; when you're on a slider setting, it will jump backward the value up to 20% |
1669
+
| Set the last value of the current synth setting | ``NVDA+control+end`` | ``NVDA+shift+control+end`` | Set the current speech setting to the last value. E.G. When you're on a rate setting, it will set the rate to 100; when you're on a voice setting, it will set the last voice. |
0 commit comments