Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save emptypage/b69b456c7ebbcd60746f to your computer and use it in GitHub Desktop.
Save emptypage/b69b456c7ebbcd60746f to your computer and use it in GitHub Desktop.
Registry entries to customize keyboard layout
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,3a,00,1d,00,00,00,00,00
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=-

Registry Entries to Customize Keyboard Layout

2015-02-27

Caution: these (.reg) files change a registry entry of your PC and will affect its behavior. You should not apply them unless you understand the consequence.

Requirements

  • Microsoft Windows operating systems

Usage

Just double-click the .reg file you want to apply.

  • change-caps_to_lctrl.reg
  • clear-keyboard-layout.reg
  • swap-end_insert+lctrl_caps.reg
  • swap-end_insert.reg
  • swap-lctrl_caps.reg

Note that these registry entries are totally exclusve. e.g. When you applied swap-lctrl_caps.reg, then swap-lctrl_caps.reg later, only the latter will take effect. If you want to swap the both, use swap-end_insert+lctrl_caps.reg instead.

clear-keyboard-layout.reg will clear the registory entry the other .reg files modified. Apply it when you don't want to get the effect of the other .reg files any more.

License

These (.reg and .txt) files are contributed in the public domain, with no gurantee of any kind.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,05,00,00,00,4f,e0,52,e0,52,e0,4f,e0,\
3a,00,1d,00,1d,00,3a,00,00,00,00,00
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,4f,e0,52,e0,52,e0,4f,e0,00,00,00,00
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,3a,00,1d,00,1d,00,3a,00,00,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment