Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way in pycharm to close the run window and just look at the editor window using a keyboard shortcut

Tags:

python

pycharm

Because of vision problems, I have to keep the font in my Python programs in pycharm larger than the default setting. When I execute any program, the run window comes up at the bottom and every time I have to start working on the Python code in the editor window, I have to close the run window using a mouse.

Is there a way to close it using the keyboard shortcut? I could not find anything in the key map but there are so many settings that there is a chance that I may have missed it.

I also tried with using the distraction free option and it works very well. However, when I tried to find something within the code, it does not bring up the in-line window that allows me to type the keyword is searched for.

Please suggest if there is any way to close the run window or if there is any workaround so that I can return to working in a larger editor window.

Thank you for any inputs

like image 273
Ramana Avatar asked Oct 15 '25 06:10

Ramana


1 Answers

shift+esc will hide the run window from within PyCharm.

If you want to access the run menu use: ctrl+shift+A

You can get a helpful cheatsheet of commands from within PyCharm by going to help -> Keymap Reference. This will provide the default key mapping for Windows and Linux

like image 176
Robert H Avatar answered Oct 17 '25 21:10

Robert H



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!