ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • KbdLayout shift space
    Search: 카테고리 없음 카테고리 없음 2011. 7. 19. 21:57

    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'='PCAT_101AKEY'

    여기서 보면 두가지의 값만 바꾸면 된다.

    'LayerDriver KOR'='kbd101a.dll' -> 'LayerDriver KOR'='kbd101c.dll'
    'OverrideKeyboardSubtype'=dword:00000003 -> 'OverrideKeyboardSubtype'=dword:00000005

    이 두가지만 바꿔주고 Reboot 을 하면 Shift + Space 로 한영 전환이 가능

    댓글