Command line terminal in Windows and page navigation in it #18616
Unanswered
CyrilleB79
asked this question in
Q&A
Replies: 1 comment
-
@CyrilleB79 Try the console toolkit add-on and check the "Override shift+numPad7 behavior to take review cursor to the first visible line" check box |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have recently switched from Windows 10 to Windows 11.
I am facing new difficulties navigating in command line output, especially when using commands producing page-by-page output such as
git log
.How to go to the beginning of the current page? Before, with Windows 10 cmd.exe, I could just press
shift+numpad7
, and then usenumpad7
ornumpad9
to read the current page line by line. Now in Windows 11, either in Git bash or in standard command line console, either using cmd.exe or WindowsTerminal.exe,shift+numpad7
jumps at the top of the output buffer of all the commands, what is not user-friendly at all.I have tried
NVDA+pgUp
andNVDA+pgDown
commands, but in any case, there only seems to be one unique page. I thought that this hadd been implemented at the time to read the console page by page, but this does not seem to be the case. Where are these commands actually being used?Could you please all report if you have a console navigation as efficient as in Windows 10 legacy console, and how?
And also if you use page review commands and where?
@codeofdusk you may have answers, as a console expert, and also because if I remember correctly, you have been involved in the implementation of
NVDA+pgUp/Down
commands.Many thanks to all!
Beta Was this translation helpful? Give feedback.
All reactions