Disabling double shift functionality in pycharm 2021.1

Viewed 22

I've started a project using pycharm 2021.1 on a virtual desktop (VDI). The VDI translates a shift held for 0.5s as a double shift, and this infuriating search box pops up.

pycharm seems to move how to disable this every new version. All the solutions I've found have missing menu items.

Does anybody know how to do it in pycharm 2021.1.1 I have no option to change my pycharm version. I have to sort it out in that version.

BTW the project is a 5G base station. It's quite complex.

1 Answers

Go in your settings with ALT+CTRL+S then go in advanced settings and turn on "Disable double modifier key shortcuts"

Related