Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Double Shift functionality in PhpStorm cannot be disabled

Double Shift to search everywhere functionality in PhpStorm cannot be disabled.

It's really a dumb shortcut.

Version:

PhpStorm 2016.3.2

Build #PS-163.10504.2, built on December 20, 2016

Assigning to another shortcut doesn't work anymore:

How do I disable the Search Everywhere shortcut?

https://intellij-support.jetbrains.com/hc/en-us/community/posts/205815999-How-to-disable-Double-Shift-for-Search-Everywhere


I'm working on MacOS.

Thanks for any help.

like image 547
wbsnail Avatar asked Mar 09 '17 03:03

wbsnail


1 Answers

To disable the "Search everywhere" feature, you need to invoke "Go to action" (Ctrl+Shift+A on Windows), then type "Registry...".

enter image description here

Scroll down to "ide.suppress.double.click.handler" and check the box.

enter image description here

Source: https://youtrack.jetbrains.com/issue/IDEA-161094

like image 155
kurdtpage Avatar answered Sep 28 '22 04:09

kurdtpage