Created
August 3, 2024 05:49
-
-
Save soomtong/e4c2035c8d01f679047d408367e9282b to your computer and use it in GitHub Desktop.
Windows 한/영 전환 키 변경 Registry
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\CurrentControlSet\Services\i8042prt\Parameters] | |
"PollingIterations"=dword:00002ee0 | |
"PollingIterationsMaximum"=dword:00002ee0 | |
"ResendIterations"=dword:00000003 | |
"LayerDriver JPN"="kbd101.dll" | |
"LayerDriver KOR"="kbd101a.dll" | |
"OverrideKeyboardType"=dword:00000008 | |
"OverrideKeyboardSubtype"=dword:00000003 | |
"OverrideKeyboardIdentifier"="kbd101c.dll" | |
"KeyboardFailedReset"=dword:00000000 | |
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\CurrentControlSet\Services\i8042prt\Parameters] | |
"PollingIterations"=dword:00002ee0 | |
"PollingIterationsMaximum"=dword:00002ee0 | |
"ResendIterations"=dword:00000003 | |
"LayerDriver JPN"="kbd101.dll" | |
"LayerDriver KOR"="kbd101c.dll" | |
"OverrideKeyboardType"=dword:00000008 | |
"OverrideKeyboardSubtype"=dword:00000005 | |
"OverrideKeyboardIdentifier"="kbd101c.dll" | |
"KeyboardFailedReset"=dword:00000000 | |
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\CurrentControlSet\Services\i8042prt\Parameters] | |
"LayerDriver KOR"="kbd101c.dll" | |
"OverrideKeyboardIdentifier"="PCAT_101CKEY" | |
"OverrideKeyboardSubtype"=dword:00000005 | |
"OverrideKeyboardType"=dword:00000008 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=hex:00,00,00,00,\ | |
00,00,00,00,\ | |
03,00,00,00,\ | |
72,00,38,E0,\ | |
71,00,1D,E0,\ | |
00,00,00,00 |
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\CurrentControlSet\Services\i8042prt\Parameters] | |
"PollingIterations"=dword:00002ee0 | |
"PollingIterationsMaximum"=dword:00002ee0 | |
"ResendIterations"=dword:00000003 | |
"LayerDriver JPN"="kbd101.dll" | |
"LayerDriver KOR"="KBD101A.DLL" | |
"OverrideKeyboardType"=dword:00000008 | |
"OverrideKeyboardSubtype"=dword:00000003 | |
"OverrideKeyboardIdentifier"="PCAT_101AKEY" | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=- |
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\CurrentControlSet\Services\i8042prt\Parameters] | |
"PollingIterations"=dword:00002ee0 | |
"PollingIterationsMaximum"=dword:00002ee0 | |
"ResendIterations"=dword:00000003 | |
"LayerDriver JPN"="kbd101.dll" | |
"LayerDriver KOR"="kbd101a.dll" | |
"OverrideKeyboardType"=dword:00000008 | |
"OverrideKeyboardSubtype"=dword:00000003 | |
"OverrideKeyboardIdentifier"="kbd101c.dll" | |
"KeyboardFailedReset"=dword:00000000 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=hex:00,00,00,00,\ | |
00,00,00,00,\ | |
03,00,00,00,\ | |
72,00,38,E0,\ | |
71,00,5C,E0,\ | |
00,00,00,00 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment