Skip to content

Instantly share code, notes, and snippets.

@sugyo
Created October 1, 2014 15:28
Show Gist options
  • Save sugyo/32910a7213631774bfcd to your computer and use it in GitHub Desktop.
Save sugyo/32910a7213631774bfcd to your computer and use it in GitHub Desktop.
Windows7のキーバインド変更のためのregedit情報。
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,04,00,00,00,1d,00,3a,00,3a,00,73,00,\
2b,00,7d,00,00,00,00,00
@sugyo
Copy link
Author

sugyo commented Oct 4, 2014

To From
Ctrl(1d) Caps Lock(3a)
Caps Lock(3a) _(73)
\|(2b) non-US¥|(7d)

@sugyo
Copy link
Author

sugyo commented Jun 18, 2017

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,\
  5d,e0,79,00,\
  5b,e0,7b,00,\
  00,00,00,00
To From
Application(0xe05d) 変換(0x79)
左Windows(0xe05b) 無変換(0x7b)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment