Unfortunately there isn't a default shortcut to bring the Result Panel back.
Problem
How to create a shortcut to open Tools -> Build Results -> Show Build Results.
From menu open Preferences -> Bindings -> User and copy this similar config there.
{ "keys": ["alt+b"], "command": "show_panel", "args": {"panel": "output.exec"} }
Now with every time you press alt+b the result panel will appear again with the previous output.
References
No comments:
Post a Comment