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
# Translators: If the number of characters on the clipboard is greater than about 1000, it reports this message and gives number of characters on the clipboard.
3405
3425
# Example output: The clipboard contains a large portion of text. It is 2300 characters long.
Copy file name to clipboardExpand all lines: user_docs/en/changes.t2t
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ What's New in NVDA
12
12
13
13
14
14
== Changes ==
15
-
15
+
- The following commands will now support two and three presses to spell the reported information: report selection, report clipboard text and report focused object. (#15449)
16
16
17
17
== Bug Fixes ==
18
18
- Reporting of object shortcut keys has been improved. (#10807)
| Say all | ``NVDA+downArrow`` | ``NVDA+a`` | Starts reading from the current position, moving it along as it goes |
215
215
| Read current line | ``NVDA+upArrow`` | ``NVDA+l`` | Reads the line. Pressing twice spells the line. Pressing three times spells the line using character descriptions (Alpha, Bravo, Charlie, etc) |
216
-
| Read selection | ``NVDA+shift+upArrow`` | ``NVDA+shift+s`` | Reads any selected text |
217
-
| Read clipboard text | ``NVDA+c`` | ``NVDA+c`` | Reads any text on the clipboard |
216
+
| Read selection | ``NVDA+shift+upArrow`` | ``NVDA+shift+s`` | Reads any selected text. Pressing twice will spell the information. Pressing three times will spell it using character description |
217
+
| Read clipboard text | ``NVDA+c`` | ``NVDA+c`` | Reads any text on the clipboard. Pressing twice will spell the information. Pressing three times will spell it using character description |
218
218
219
219
+++ Reporting location and other information +++[ReportingLocation]
| Window title | ``NVDA+t`` | ``NVDA+t`` | Reports the title of the currently active window. Pressing twice will spell the information. Pressing three times will copy it to the clipboard |
222
-
| Report focus | ``NVDA+tab`` | ``NVDA+tab`` | Reports the current control which has focus. Pressing twice will spell the information |
222
+
| Report focus | ``NVDA+tab`` | ``NVDA+tab`` | Reports the current control which has focus. Pressing twice will spell the information. Pressing three times will spell it using character description |
223
223
| Read window | ``NVDA+b`` | ``NVDA+b`` | Reads the entire current window (useful for dialogs) |
224
224
| Read status bar | ``NVDA+end`` | ``NVDA+shift+end`` | Reports the Status Bar if NVDA finds one. Pressing twice will spell the information. Pressing three times will copy it to the clipboard |
225
225
| Read time | ``NVDA+f12`` | ``NVDA+f12`` | Pressing once reports the current time, pressing twice reports the date. The time and date are reported in the format specified in Windows settings for the system tray clock. |
0 commit comments