zyguan
11/7/2015 - 10:26 AM

keymaps.reg

Windows Registry Editor Version 5.00

; Here are some of common key codes
; 3a (CapsLock)
; e0 5d (Menu)
; e0 5b (LeftWindow)
; e0 5c (RightWindow)
; e0 1d (RCtrl)		1d (LCtrl)
; e0 38 (RAlt)		38 (LAlt)
; see http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html for details
;
; The following example maps capslock and menu to ctrl
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,\
03,00,00,00,\
1d,00,3a,00,\
1d,e0,5d,e0,\
00,00,00,00