简体   繁体   English

在Intellij IDEA(Shift + Escape)中隐藏工具窗口的快捷方式无效

[英]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. 我正在使用Intellij IDEA 13.1.5,我无法使用默认的Shift + Esc键盘快捷隐藏工具窗口。 When I tried to set a different shortcut to the action, I figured out that Settings window cannot detect the Shift + Esc key combination. 当我尝试为动作设置不同的快捷方式时,我发现“设置”窗口无法检测到Shift + Esc组合键。 (I can set a different key combination in settings, but cannot set Shift + Esc . If I press Shift + Esc , IDEA doesn't detect it) (我可以在设置中设置不同的组合键,但不能设置Shift + Esc 。如果按Shift + Esc ,IDEA不会检测到它)

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? 这可能是操作系统的问题(我在Windows 7上)所以Shift + Esc不会发送给IDEA吗?

This was caused by a process named PrivacyIconClient.exe which should be using Shift + Esc as a global shortcut. 这是由名为PrivacyIconClient.exe的进程引起的,该进程应使用Shift + Esc作为全局快捷方式。 This process is started by PIconStartup.exe which is started at system startup and can be prevented from starting by unchecking it in msconfig . 此过程由PIconStartup.exe启动,该启动在系统启动时启动,可以通过在msconfig取消选中它来阻止启动。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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