CTRL-Space always toggles Chinese IME (Windows 7、10)
一、window占用了ctrl+空格的快捷键,影响开发工具的只能提示的使用。
二、解决方式:
- Go to
Start> Type inregeditand start it (打开运行输入regedit) - Navigate to
HKEY_CURRENT_USER/Control Panel/Input Method/Hot Keys(定位到这个位置)
Select the key named:(选择以下俩个语言)
00000070for theChinese (Traditional) IME - Ime/NonIme Togglehotkey00000010for theChinese (Simplified) IME - Ime/NonIme Togglehotkey- Key Modifiers designate Alt/Ctrl/Shift/etc and is set to Ctrl (
02c00000). - Virtual Key designates the finishing key and is set to Space (
20000000). - Change the first byte in
Key Modifiersfrom02to00(修改) - Change the first byte in
Virtual Keyfrom20toFF(修改) - Log off and log back on. I don't think it's necessary to restart.(注销并重新登录)
- Do not change the
Hot keys for input languagesin Control Panel, unless you want to do this all over again.
引用:
http://superuser.com/questions/327479/ctrl-space-always-toggles-chinese-ime-windows-7
https://www.zhihu.com/question/36005148/answer/68621648

浙公网安备 33010602011771号