简体   繁体   中英

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?

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 .

隐私图标客户端实际上可以配置为使用除默认Shift + Esc之外的快捷方式。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM