Created
February 28, 2015 08:46
-
-
Save yoggy/8426dca27ef750bc6382 to your computer and use it in GitHub Desktop.
Surface Pro 3でソフトウェアキーボードで日本語キーボードが表示されないのを修正するregファイル
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\i8042prt\Parameters] | |
"LayerDriver JPN"="kbd106.dll" | |
"OverrideKeyboardType"=dword:00000007 | |
"OverrideKeyboardIdentifier"="PCAT_106KEY" | |
"OverrideKeyboardSubtype"=dword:00000002 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参考