Skip to content

Commit

Permalink
Document review by page scripts for Windows Terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed Oct 7, 2022
1 parent 44a2dde commit 4dbb187
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ What's New in NVDA
- Laptop: ``NVDA+ctrl+shift+.``.
-
- Introduced new commands to move the review cursor by page where supported by the application. (#14021)
- These are especially useful for moving across screens of text, such as paginated output, in Windows Terminal version 1.18 and later.
- Move to previous page:
- Desktop: ``NVDA+pageUp``.
- Laptop: ``NVDA+shift+pageUp``.
Expand Down
5 changes: 4 additions & 1 deletion user_docs/en/userGuide.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ When in the table view of added books:
| Context menu | applications | Opens the context menu for the selected book. |
%kc:endInclude

++ Windows Console ++[WinConsole]
++ Windows Console and Terminal ++[WinConsole]
NVDA provides support for the Windows command console used by Command Prompt, PowerShell, and the Windows Subsystem for Linux.
The console window is of fixed size, typically much smaller than the buffer that holds the output.
As new text is written, the content scroll upwards and previous text is no longer visible.
Expand All @@ -1280,6 +1280,9 @@ The following built-in Windows Console keyboard shortcuts may be useful when [re
| Scroll down | control+downArrow | Scrolls the console window down, so later text can be read. |
| Scroll to start | control+home | Scrolls the console window to the beginning of the buffer. |
| Scroll to end | control+end | Scrolls the console window to the end of the buffer. |

When using Windows Terminal version 1.18 and later, you may use NVDA's Move to previous page in review/Move to next page in review commands to scroll visible screens of output.
This can be used, for instance, to jump to the top of a currently visible page of paginated output from commands such as ``less``.
%kc:endInclude

+ Configuring NVDA +[ConfiguringNVDA]
Expand Down

0 comments on commit 4dbb187

Please sign in to comment.