Simplified Chinese Pinyin IME Hotkey Registry Settings

Windows CE uses the registry to store various settings for the Microsoft Pinyin (MSPY) IME for Windows CE. The following code shows the registry settings for the MSPY IME from the %_WINCEROOT%\Public\Wceshellfe\Oak\Files\Wceshellfe.reg file. These settings should not be changed.

; For Edit control IME support level
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\EDIT]
"IMELEVEL"=dword:3
; Keyboard layout setting for IME
[HKEY_CURRENT_USER\Keyboard Layout\Preload\1]
@="e0010804"
; IME settings
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010804]
"Layout Text"="Intelligent IME 98"
"Ime File"="chsime98.dll"
;for IME hot keys (optional and may be diff due to target)
# Hot Key Alt + F1 For direct switch
# IME_HOTKEY_DSWITCH_FIRST\
# It may be no use because there is only one IME
 [HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000100]
"VK"=dword:70
"KM"=dword:C001
"Ime"=dword:e0010804

# Hot Key Ctrl + Space For NO IME switch
# IME_CHOTKEY_IME_NONIME_TOGGLE
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000010]
"VK"=dword:20
"KM"=dword:C002
"Ime"=dword:e0010804

# Hot Key Shift + Space For Shape switch
# IME_CHOTKEY_SHAPE_TOGGLE
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000011]
"VK"=dword:20
"KM"=dword:C004
"Ime"=dword:e0010804

# Hot Key Ctrl + . for symbol switch
# IME_CHOTKEY_SYMBOL_TOGGLE
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000012]

"VK"=dword:BE
"KM"=dword:C002
"Ime"=dword:e0010804

[HKEY_CURRENT_USER\Ime\Hot Keys\001]
"Key Modifiers"=dword:11
"Virtual Key"=dword:20

[HKEY_CURRENT_USER\Ime\Hot Keys\002]
"Key Modifiers"=dword:10
"Virtual Key"=dword:20

[HKEY_CURRENT_USER\Ime\Hot Keys\003]
"Key Modifiers"=dword:0
"Virtual Key"=dword:0

See Also

Simplified Chinese Pinyin IME

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.