How to disable Double-Shift for Search Everywhere
Hi,
I installed PyCharm 3.1 today.
Using the new version, I've noticed that Search Everywhere floating window often appeared suddenly when writing codes on editor, and it took away keyboard focus from the editor. It's annoying...
So I would like to disable Doublie-Shift for Search Everywhere. But I don't know how to do it.
I installed PyCharm 3.1 today.
Using the new version, I've noticed that Search Everywhere floating window often appeared suddenly when writing codes on editor, and it took away keyboard focus from the editor. It's annoying...
So I would like to disable Doublie-Shift for Search Everywhere. But I don't know how to do it.
Please sign in to leave a comment.
I do not think that you can actually turn it off.
But you can assign better/more suitable shortcut for it so that Double Shift will NOT trigger it.
Settings | Keymap – type "Everywhere" in search box.
If you assign some complex and difficult to press shortcut, there is extremely little chance that you will press it accidentally.
I modified the shortcut keys, but it will pop up the window.
I use phpstorm 2017.1.3 macOs
@Persi
Looks like regression -- follow this ticket for details/updates: https://youtrack.jetbrains.com/issue/IDEA-163555
For anyone else finding this now, you can disable the "double click handler" through the registry (Rider registry), as described here:
https://youtrack.jetbrains.com/issue/IDEA-161094
God bless you!
Really God bless this guy!
Thank you!
Thank you so much Svend!!
Basically, what you have to do:
Open settings (ctrl+alt+s) > Advanced Settings
Here, in search box type "Disable double modifier key shortcuts"
Check the checkbox.
Apply and save!
Perfect, "Disable double modifier key shortcuts" is a lifesaver