When developing I faced the situation, where I want to quickly enable / disable the "scroll on output" setting from the Terminal.
Does such a shortcut exist (while being in the Terminal context) or is it possible to "record" a shortcut for such a toggle action?
If you're looking to just freeze / resume the output of the terminal, just use Ctrl+S to Stop output and Ctrl+Q to Quit stopping the output...
It's basic bash keyboard handling...
:-)