Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot type in terminal window

I cannot type in the terminal window on PyCharm after updating to windows 10. This may be a compatibility issue, I am not sure. Has anyone else encountered this problem on windows 10, and also does anyone know how to fix it?

like image 998
PiccolMan Avatar asked Dec 11 '22 21:12

PiccolMan


2 Answers

I solved it.

Type cmd, and open the properties dialog. Check the option: "Use legacy console (requires relaunch)". You just need to close and open a new terminal in pycharm and it works. By doing this you will lose the caracteristics of the new windows terminal.

Have fun!

like image 86
Ricardo Ribeiro Avatar answered Dec 22 '22 16:12

Ricardo Ribeiro


Do this it worked for me. Go to tools in the top menu bar and uncheck Vim Emulator.

enter image description here

like image 44
raj240 Avatar answered Dec 22 '22 16:12

raj240