Ctrl Space Not Working in Eclipse Helios on Win 7

后端 未结 13 1312
青春惊慌失措
青春惊慌失措 2021-02-07 10:47

I have shifted by Dev Env recently to Eclipse Helios on Windows 7. After that the Ctrl + Space Content Assist feature is not working. I found out that that key option is utilize

13条回答
  •  猫巷女王i
    2021-02-07 11:49

    This was solution for me to get rid of windows key shortcuts:

    1. Go to Start > Type in regedit and start it
    2. Navigate to HKEY_CURRENT_USER/Control Panel/Input Method/Hot Keys
    3. Select the key named: 00000070 for the Chinese (Traditional) IME - Ime/NonIme Toggle hotkey 00000010 for the Chinese (Simplified) IME - Ime/NonIme Toggle hotkey
    4. In the right sub-window, there are three subkeys. 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).
    5. Change the first byte in Key Modifiers from 02 to 00
    6. Change the first byte in Virtual Key from 20 to FF
    7. Log off and log back on. I don't think it's necessary to restart.
    8. 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/327479/ctrl-space-always-toggles-chinese-ime-windows-7

提交回复
热议问题