Created
December 3, 2016 15:50
-
-
Save uchidev/ded1d4884d3ee21ec8b4d05ea9c16e34 to your computer and use it in GitHub Desktop.
Keymap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ctr <- caps 1d 3a | |
| esc <- H/Z(K) 01 29 | |
| H/Z(K) <- esc 29 01 | |
| 00,00,00,00, 00,00,00,00, | |
| 04,00,00,00, 1d,00,3a,00, | |
| 01,00,29,00, 29,00,01,00, | |
| 00,00,00,00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
| "Scancode Map"=00,00,00,00,00,00,00,00,04,00,00,00,1d,00,3a,00,01,00,29,00,29,00,01,00,00,00,00,00 | |
| HKEY_CURRENT_USER\Keyboard Layout | |
| HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout | |
| スペース 0x39 | |
| 半角/全角(漢字) 0x29 | |
| Esc 0x01 | |
| 英数(Caps Lock) 0x3a | |
| 左Ctrl 0x1d | |
| 右Ctrl 0xe01d | |
| 左Alt 0x38 | |
| 右Alt 0xe038 | |
| 無変換 0x7b | |
| 変換 0x79 | |
| ¥|(*) 0x7d | |
| ひらがな(カタカナ)0x70 | |
| Num Lock 0x45 | |
| Scroll Lock 0x46 | |
| F1-F10 0x3B-0x44 | |
| F11-F12 0x57-0x58 | |
| 左Windows 0xe05b | |
| 右Windows 0xe05c | |
| Application 0xe05d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment