Hey, I've been learning to code with NVDA, Visual Studio Code, and Python. I can navigate the 'main' page reasonably well. However, I'm having trouble navigating the terminal and interacting with the 'output' of my code so to speak. In particular right now I'm learning how to use 'help()' to read the descriptions of built-in functions within Python.
The problem is that once I print the help function, for example 'print(help(pow))' and press 'ctrl + f5' to run it, I don't know how to efficiently navigate the terminal using NVDA. After I press 'ctrl + f5', NVDA starts reading the terminal. However, there's a lot of information not related to my code output before it gets to it. Furthermore, when I try to use the numberpad to skip to the code output itself, NVDA defaults to the 'main' page aka where my code is instead of the terminal where my code output is. I've gone into the Visual Studio Code hotkeys to try and find a solution, but wasn't able to find one with those hotkeys. Would appreciate some help, thanks.