Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
IME97 provides two predefined hot keys, IME_KHOTKEY_HANJACONVERT, and IME_KHOTKEY_ENGLISH. These hot keys are enabled through the registry.
The IME_KHOTKEY_HANJACONVERT hot key invokes the candidate window, which is related with the current composition string. The candidate window can contain Chinese characters as well as symbols or full-width characters. If no composition string is available, the candidate window will not be invoked. This hot key is enabled through the HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000051 registry key.
The following table shows the named values for the HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000051 registry key.
Value : type | Description |
---|---|
VK : REG_DWORD | Default set to 19 for IME97. Specifies the virtual key value for VK_HANJA, which invokes the candidate window related to the current composition string. |
KM : REG_DWORD | Default set to 0400 for IME97. Specifies the key modifier value for the hot key. |
Ime : REG_DWORD | Default set to e0010412 for IME97. Specifies the IME settings for the related keyboard layout. |
The IME_KHOTKEY_ENGLISH hot key enables the user to toggle the current input mode between Korean and English. This hot key is set in the HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000052 registry key.
The following table shows the named values for the HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000052 registry key.
Value : type | Description |
---|---|
VK : REG_DWORD | Default set to 15 for IME97. Specifies the virtual key value for VK_HANGUL implementing input mode switch. |
KM : REG_DWORD | Default set to 0400 for IME97. Specifies the key modifier value for the hot key. |
Ime : REG_DWORD | Default set to e0010412 for IME97. Specifies the IME settings for the related keyboard layout. |
See Also
Korean Registry Settings | Korean IME97 Registry Settings | Korean Handwriting Sample IM Registry Settings
Send Feedback on this topic to the authors