Lahiru Chandima
Lahiru Chandima

Reputation: 24068

Shortcut for hide a tool window in Intellij IDEA (Shift + Escape) is not working

I am using Intellij IDEA 13.1.5 and I cannot hide tool windows with default Shift+Esc keyboard shortcut. When I tried to set a different shortcut to the action, I figured out that Settings window cannot detect the Shift+Esc key combination. (I can set a different key combination in settings, but cannot set Shift+Esc. If I press Shift+Esc, IDEA doesn't detect it)

What could be the problem here? Could this be an issue with the OS (I am on Windows 7) so Shift+Esc is not sent to IDEA?

Upvotes: 7

Views: 2178

Answers (2)

Antek
Antek

Reputation: 739

Privacy Icon Client can actually be configured to use shortcut another than default Shift + Esc.

Upvotes: 3

Lahiru Chandima
Lahiru Chandima

Reputation: 24068

This was caused by a process named PrivacyIconClient.exe which should be using Shift+Esc as a global shortcut. This process is started by PIconStartup.exe which is started at system startup and can be prevented from starting by unchecking it in msconfig.

Upvotes: 14

Related Questions