How to prevent Windows XP from stealing my input Ctrl-Space which is meant for Emacs?

后端 未结 12 1445
粉色の甜心
粉色の甜心 2020-12-24 08:03

I am learning and using Emacs. What I found annoying is that Ctrl-Space input will be stolen by Windows XP to switch the language bar instead of setting the mark in Emacs.

12条回答
  •  既然无缘
    2020-12-24 08:16

    The comments under the blog Sorting it all Out (mentioned in sundar's answer) mentions this solution:

    • Open RegEdit and naviagate to HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys
    • Find the '00000070' (Chinese Traditional) or '00000010' (Chinese Simplified) key that has the values: Key Modifiers='02,c0' (Control) Virtual Key='20' (Space)
    • Replace these values with, e.g. Key Modifiers='FF,c0,00,00' and Virtual Key='FF'.
    • Log out/log back in (important).

    This worked for me in Windows 7.

提交回复
热议问题