How to disable Control + Space toggle key for switching to Chinese language ?

/*

Author: Jiangong SUN

*/


The combined key Ctrl + Space for switching from en to cn is a default settings in Windows System. As far as I know, we can't disable it in the keyboard settings in configuration pannel.

We can modify the registry to disable it.


In HKEY_CURRENT_USER -> Control Panel -> Input Method -> Hot Keys 

You can choose:

00000010 for Simplified Chinese

00000070 for Traditional Chinese

I use Simplified Chinese, so I click 00000010 "folder". 

You need to 

-> modify "Key Modifiers" value from 20 c0 00 00 to 00 c0 00 00. 

-> modify  "Virtual Key" value from 49 00 00 00 to ff 00 00 00


The case is not sensitive.

Once you have done registry modifications, you can log off and re-logon. And you will find the problem solved.


I hope this can do help to you!



reference:

http://superuser.com/questions/327479/ctrl-space-always-toggles-chinese-ime-windows-7/480723#480723

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章