Python Console: Jump to previous/next result (PR #9785)
Fixes #9784
Summary of the issue:
In the output pane of the Python Console, it can be tedious to inspect a series of lengthy output results.
Description of how this pull request fixes the issue:
Provide key bindings to jump to the previous/next result, select a whole result and clear the output pane.
Co-authored-by: Reef Turner <reef@nvaccess.org>