Disable shift + space full-width switch and shiftspace

Source: Internet
Author: User

Disable shift + space full-width switch and shiftspace

Comrades who write code and SQL statements may mistakenly press shift + space to switch the half-width input to the full-width input method. However, in real life, in most cases, full-width input is not required at all, so disable it directly to avoid worries.

If it is win7, open the registry, change the binary values of "Key Modifiers", "Target IME", and "Virtual Key" under HKEY_CURRENT_USER \ Control Panel \ Input Method \ Hot Keys \ 00000011 to 0, or put the following registry modification code into a reg file, and then add the dual-host. After modification, restart the system.

Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000011]"Key Modifiers"=hex:00,00,00,00"Target IME"=hex:00,00,00,00"Virtual Key"=hex:00,00,00,00

If you want to re-enable the disable halfwidth switch function, change the Registry back. The following are the registry values for enabling the switchover function:

Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000011]"Key Modifiers"=hex:04,c0,00,00"Target IME"=hex:00,00,00,00"Virtual Key"=hex:20,00,00,00

If it is win10, you can also use the following method. However, win10 has a simpler Method. You only need to add a key "Show Status" under the Registry HKEY_CURRENT_USER \ Control Panel \ Input Method ", and set it to 1 to disable full-width switch. If it is set to 0, you can re-enable full-width switch.

If disabled, put the following registry modification code into a reg file and double-click it. Then restart the system.

Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\Input Method]"Show Status"="0"[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.