How do I disable the Search Everywhere shortcut?

前端 未结 5 2095
萌比男神i
萌比男神i 2021-02-02 07:25

IntelliJ IDEA 13 has the new Search Anywhere feature. It sounds like it might be useful, but so far it just gets in the way. It\'s mapped to some kind of magical shift-

5条回答
  •  半阙折子戏
    2021-02-02 07:45

    This problem is still present under linux (ubuntu amd64 16.10 ) on Android Studio using X11Rdp for remote connection, maybe in other situations too - the Search Everywhere dialog appear on single Shift press.

    The answer is here

    https://youtrack.jetbrains.com/issue/IDEA-114933#comment=27-603899

    Basically you need to Open lib/resources.jar/idea/PlatformActions.xml and remove or comment such line:

    and repack the jar.

提交回复
热议问题