Skip to content

Instantly share code, notes, and snippets.

@torbiak
Created November 7, 2014 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torbiak/c755ca49dc98a9bc4fa8 to your computer and use it in GitHub Desktop.
Save torbiak/c755ca49dc98a9bc4fa8 to your computer and use it in GitHub Desktop.
Windows kernel keycode mappings
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,07,00,00,00,36,00,3a,00,2e,e0,5c,e0,\
30,e0,5d,e0,10,e0,44,00,22,e0,57,00,19,e0,58,00,00,00,00,00
@torbiak
Copy link
Author

torbiak commented Nov 7, 2014

Maps F10-12 to Prev, Play/Pause, Next. Disables Caps Lock.

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