Windows: Disable Hot Key Ctrl+Space
- Go to
Start
> Type inregedit
and start it - Navigate to
HKEY_CURRENT_USER/Control Panel/Input Method/Hot Keys
- Select the key named:
00000070
for theChinese (Traditional) IME - Ime/NonIme Toggle
hotkey00000010
for theChinese (Simplified) IME - Ime/NonIme Toggle
hotkey
- In the right sub-window, there are three subkeys.Change the first byte in
Key Modifiers
from02
to00
- 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
).
- Key Modifiers designate Alt/Ctrl/Shift/etc and is set to Ctrl (
- Change the first byte in
Virtual Key
from20
toFF
- Log off and log back on. I don't think it's necessary to restart.
- Do not change the
Hot keys for input languages
in Control Panel, unless you want to do this all over again.
https://superuser.com/questions/363873/how-to-disable-ctrl-space-selecting-chinese-keyboard-on-windows-7
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律