Skip to content

Instantly share code, notes, and snippets.

@ebibibi
Last active February 1, 2019 03:39
Show Gist options
  • Save ebibibi/3935576 to your computer and use it in GitHub Desktop.
Save ebibibi/3935576 to your computer and use it in GitHub Desktop.
set keyboard layout to 106
Windows Registry Editor Version 5.00
;This registry files is used to set the keyboard driver
;for the Japanese language to a 106/109 keyboard layout driver
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters]
"PollingIterations"=dword:00002ee0
"PollingIterationsMaximum"=dword:00002ee0
"ResendIterations"=dword:00000003
"OverrideKeyboardType"=dword:00000007
"OverrideKeyboardSubtype"=dword:00000002
"OverrideKeyboardIdentifier"="PCAT_106KEY"
"LayerDriver JPN"="kbd106.dll"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment