Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic cursor positioning in Pycharm

When running your program in Pycharm, and you have an input function in the code such as input("Type True or False"). Is there a configuration setting or something to have the cursor automatically go into the console instead of having to always click in there manually?

like image 975
Belzika Avatar asked Feb 05 '26 10:02

Belzika


1 Answers

Here is a workaround: Enable Floating Mode in the console. The cursor will go there when the program runs.

Note: You can hide the floating console with Shift+Escape

like image 189
Anonta Avatar answered Feb 07 '26 23:02

Anonta