Skip to content

Instantly share code, notes, and snippets.

@hidsh
Created November 20, 2011 18:02
Show Gist options
  • Save hidsh/1380596 to your computer and use it in GitHub Desktop.
Save hidsh/1380596 to your computer and use it in GitHub Desktop.
a registry file to realize my hentai-keybind under windows 7 with 101 keyboard
Windows Registry Editor Version 5.00
;
; keytop scancode
; ------------------ --------------- -----------
; src dest src dest description
; ------------------ --------------- -----------
; F15 --> R-SFT (0066 --> 0036) IME
; L-CTRL --> CAPS (001d --> 003a)
; R-CTRL --> R-ALT (e01d --> e038)
; R-CTRL --> APP (e01d --> e05d)
;
; scan code reference:
; http://www.win.tue.nl/~aeb/linux/kbd/scancodes-10.html
;
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,\
05,00,00,00,\
66,00,36,00,\
1d,00,3a,00,\
1d,00,38,e0,\
1d,e0,5d,e0,\
00,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment