| Value : type | Description |
| AtShiftModeOut : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this registry value is not set, the default is 1.
This value corresponds to the Resume Japanese input after multiple Alphanumeric capitals option under the Mixed Japanese/English tab of the IME property dialog box. The IME automatically changes the input mode to an alphanumeric mode when a user enters two or more letters while holding down the SHIFT key. If this option is enabled, the input mode automatically reverts to the previous mode when the SHIFT key is released. If this option is disabled, the input mode remains alphanumeric. |
| AutoAlphaFlag : REG_DWORD | Default is not set in the registry. If this registry value is not set, the default is 855638017 (0x33000001). Specifies whether the IME automatically switches the input mode when specific keywords are entered.
This value corresponds to the Automatically convert target string to Alphanumeric option under the Mixed Japanese Input tab of the IME property dialog box. To implement a specific set of options, you need to add the values of all the selected options together. The values for each option are specified in the following list. The final value of the AutoAlphaFlag subkey is the sum of all the selected options. For example, the default setting (0x33000001) implies that the following options have been selected and their values have been added together:
- The automatic switch option is enabled.
- When "\\" is typed, change to direct input mode.
- When "c:\" is typed, change to direct input mode.
- Even if "//" is typed, do not switch the input mode.
The following registry values specify whether the IME automatically switches the input mode on specific keywords:
- 0x00000000 = Automatic switch is disabled.
- 0x00000001 = Automatic switch is enabled. This is the default setting.
This registry key also specifies how the IME switches the input mode for three specific keywords. Other keywords can be specified in the AutoAlphaStr value. The following registry values specify how the IME switches the input mode when the "\\" characters are typed:
- 0x00000000 = Do not switch the mode.
- 0x10000000 = Change to the half-width alphanumeric mode.
- 0x20000000 = Change to the half-width alphanumeric mode during the keyword entry, and revert to the previous mode after the keyword entry.
- 0x30000000 = Change to direct input mode (turn off the IME.) This is the default setting.
The following registry values specify how the IME switches the input mode when the "c:\" character string is typed:
- 0x00000000 = Do not switch the mode.
- 0x01000000 = Change to the half-width alphanumeric mode.
- 0x02000000 = Change to the half-width alphanumeric mode during the keyword entry, and revert to the previous mode after the keyword entry.
- 0x03000000 = Change to direct input mode (turn off the IME.) This is the default setting.
The following registry values specify how the IME switches the input mode when the "//" characters are typed:
- 0x00000000 = Do not switch the mode. This is the default setting.
- 0x00100000 = Change to the half-width alphanumeric mode.
- 0x00200000 = Change to the half-width alphanumeric mode during the keyword entry, and revert to the previous mode after the keyword entry.
- 0x00300000 = Change to direct input mode (turn off the IME).
|
| AutoAlphaStr : REG_MULTI_SZ | Default is not set in the registry. If this registry value is not set, the default value is the following multi-line string:
1,http: 1,file: 1,ftp: 1,mailto: 1,news: 1,//www. 1,www. 2,windows Specifies keywords and how the IME switches the input mode when the keywords are entered. Each line consists of the value specifying the mode switch behavior and a keyword. A comma separates the value and the keyword. This value corresponds to the Target string list dropdown list under the Automatically convert target string to Alphanumeric option under the Mixed Japanese/English tab of the IME property dialog box. The following list shows possible values for configuring the mode switch behavior:
- 0 = Do not switch the mode.
- 1 = Change to the half-width alphanumeric mode.
- 2 = Change to the half-width alphanumeric mode during the keyword entry, and revert to the previous mode after the keyword entry.
- 3 = Change to direct input mode (turn off the IME.)
|
| AutoConversion : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this registry value is not set, the default value is 0.
Specifies the behavior of the auto conversion feature. If this value is set to 1, the IME converts strings automatically when the length of the composition string is long enough for conversion. If this value is set to zero (0), the IME does not convert strings automatically. The IME will stop accepting a key input if the length of the composition string exceeds the limit. |
| AutoCorrect : REG_DWORD | Default is not set in the registry. If this registry value is not set, the default value is 196608 (0x00030000).
The following list shows possible values for configuring the AutoCorrect options. .gif) This value corresponds to the Input AutoCorrect options: dropdown list under the AutoCorrect tab of the IME property dialog box. |
| AutomaticUserDictionaryCleanup : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this registry value is not set, the default value is 0.
Specifies whether the IME cleans up words that are automatically registered by the IME from the user dictionary when the user dictionary is full. If this value is set to 1, the IME deletes words from the user dictionary when the user dictionary is full. If this value is set to zero (0), the IME does not delete words from the user dictionary and will just stop registering further words. |
| deffont_alwaysuse : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this value is not set, the default value is 0.
Specifies whether the IME accepts font information from applications or uses the default font for undetermined strings. If set to 0, the IME displays undetermined strings in an application-defined font. If set to 1, the IME uses the default font. You may need to select this option if you use characters from more than one language in the same text. This value corresponds to the Use fixed font face for undetermined string option in the General tab of the IME property dialog box. |
| CharInKana : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this value is not set, the default value is 0.
Specifies whether the IME accepts numeric keys on the main keyboard to choose a candidate from the candidate list. If set to 0, selecting a numeric key on the main keyboard will choose a candidate. If it is set to 1, selecting a numeric key on the main keyboard will enter a corresponding character. Entries from the numeric pad, however, always select candidates, regardless of this setting. This value corresponds to the Select candidate by number keys on main keyboard option in the Conversion tab of the IME property dialog box. |
| colstyle : REG_SZ | Default is not set in the registry. This value can be "MS-IME2000", "ATOK" or "OEM". If this value is not set, the default value is "MS-IME2000".
This value corresponds to the Color template option in the General tab of the IME property dialog box. Specify the "OEM" keyword to use settings under the HKEY_LOCAL_MACHINE\Software\Microsoft\IMEJP\3.1\StyleList\OEM\Color registry key as default. |
| keystyle : REG_SZ | Default is not set in the registry. This value can be "MS-IME2000", "ATOK" or "OEM". If this value is not set, the default value is "MS-IME2000".
This value corresponds to the Key template option in the General tab of the IME property dialog box. Specify the "OEM" keyword to use the settings under the HKEY_LOCAL_MACHINE\Software\Microsoft\IMEJP\3.1\StyleList\OEM registry key as default. |
| MaximumCompositionString : REG_DWORD | Default is not set in the registry. This value can be any integer value between 1 and 100. If this registry value is not set, the default value is 60. If this registry value is less than 1, it is treated as 1. If this registry value is greater than 100, it is treated as 100.
Specifies the maximum length of the composition string. The IME discards character inputs when the length of the composition string exceeds the limit. This setting takes effect only when auto conversion is disabled. |
| NonKanjiCandidate : REG_DWORD | Default is not set in the registry. If this value is not set, the default value is 65539 (0x00010003).
Specifies what types of candidates are included in the candidate list in addition to the Kanji candidates. This value corresponds to the Include in candidate list option under the Conversion tab of the IME property dialog box. The value is a sum of the following option values:
- 0x00000001 = Hiragana candidate (default: on).
- 0x00000002 = Full-width Katakana candidate (default: on).
- 0x00000004 = Half-width Katakana candidate (default: off).
- 0x00000008 = Romaji candidate (default: off).
- 0x00010000 = Base value. Always add this value.
|
| option1 : REG_DWORD | Default is not set in the registry. If this value is not set, the default value is 1376896 (0x00150280).
Allows you to set a variety of options on the IME property dialog box. The value is a sum of the following option values: Base Value
- 0x00100080 = Base Value
Do not change this and always add this value. Punctuation This value corresponds to the Punctuation option under the General tab. Choose one of the following values: .gif) Brackets and Slash This value corresponds to the Brackets and slash option under the General tab. Choose one of the following values: .gif) Convert at punctuation marks option under the Conversion tab – the IME performs a conversion when a user enters a punctuation mark. By default, this option is disabled and a user needs to select the Convert key to perform a conversion. The following values are valid:
- 0x00000000 = Disable (default)
- 0x04000000 = Enable
Determine when moving focus to another phrase option under the Conversion tab – the IME completes the current target clause when a user changes the target clause to another. The following values are valid:
- 0x00000000 = Disable (default)
- 0x00800000 = Enable
Use the space key for inserting space in alphanumeric input mode option under the Mixed Japanese/English tab – By default, users have to select the space key as a conversion trigger. If this option is enabled, in the alphanumeric input mode, selecting the space key will enter a space. If this option is disabled, selecting the space key will convert an undetermined string. This option is enabled by default since alphanumeric characters usually do not need to be converted. The following values are valid:
- 0x00000000 = Disable
- 0x00000200 = Enable (default)
Allow conversion in Alphanumeric input mode option in the Mixed Japanese/English tab. If this option is enabled, the IME converts an undetermined string that consists of alphanumeric characters. By default, the IME converts a composition string that consists of Kana characters, not alphanumeric characters. The following values are valid:
- 0x00000000 = Disable (default)
- 0x00000400 = Enable
You can choose only one option out of each of the previously discussed option groups. To calculate the final registry value for this registry key, after choosing a value for each option, you need to add the chosen values. The default value for this registry key (0x00150280) is the sum of the following values:
- 0x00100080 (Base Value)
- 0x00010000 (Default value for the Punctuation option.)
- 0x00040000 (Default value for the Bracket and slash option)
- 0x00000000 (Default value for the Convert at punctuation marks option.)
- 0x00000000 (Default value for Determine when moving focus to another phrase option.)
- 0x00000200 (Default value for the Use the space key for inserting space in alphanumeric input mode option.)
- 0x00000000 (Default value for the Allow conversion in Alphanumeric input mode option.)
|
| option3 : REG_DWORD | Default is not set in the registry. If this value is not set, the default value is 1 (0x00000001).
This value corresponds to the following options on the IME property dialog box:
- Input method option under the General tab.
- Default input mode option under the General tab.
- Conversion mode option under the Conversion tab.
- Numeric pad option under the General tab.
The value is a sum of the following option values: Input Method (choose one):
- 0x00000000 = Kana input method
- 0x00000001 = Romaji input method (default)
Input Mode (choose one):
- 0x00000000 = Full-width Hiragana input mode (default)
- 0x00000002 = Full-width Katakana input mode
- 0x00000004 = Full-width alphanumeric input mode
- 0x0000000A = Half-width Katakana input mode
- 0x0000000C = Half-width alphanumeric input mode
Conversion Mode (choose one):
- 0x00000000 = General conversion mode (default)
- 0x00003000 = No conversion mode
Character width of inputs from numeric pad (choose one):
- 0x00000000 = Always half width (default)
- 0x00000200 = Always full width
- 0x00000400 = Follow the current input mode
|
| romastyle : REG_SZ | Default is not set in the registry. If this registry value is not set, the default value is "MS-IME". This value can be "MS-IME" or "OEM".
This value corresponds to the Romaji template option in the General tab of the IME property dialog box. Specify the "OEM" keyword to use the settings under the HKEY_LOCAL_MACHINE\Software\Microsoft\IMEJP\3.1\RomaDef\OEM registry key as default. |
| shiftmode : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this value is not set, the default value is 0.
This value corresponds to the Use the shift key for switching to half-width Alphanumeric input mode (During Romaji input) option under the Mixed Japanese/English tab on the IME property dialog box. If this value is set to 1, the IME switches the input mode to the half-width alphanumeric mode when the shift key is selected. If set to zero (0), the IME will not switch the input mode. |
| ShowCharComment : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this value is not set, the default value is 0.
This value corresponds to the View character comments option under the Conversion tab on the IME property dialog box. This value can be either zero (0) or 1. Specifies whether the IME shows character comments in the candidate list. |
| Trigger : REG_DWORD | Default is not set in the registry. If this value is not set, the default value is 14 (0x0000000e).
This value corresponds to the checkboxes for the Convert at punctuation marks options under the Conversion tab on the IME property dialog box. Specifies the symbol characters that will be used as triggers for the Convert at punctuation marks functionality. The following values are valid: .gif) |
| UseCandidateShortcuts : REG_DWORD | Default is not set in the registry. This value can be either zero (0) or 1. If this registry value is not set, the default value is 1. Specifies whether the IME accepts numeric keys to choose a candidate from the candidate list. If it is set to 1, selecting a numeric key will choose a candidate. If it is set to zero (0), selecting a numeric key will enter a corresponding character. This setting affects to both inputs from the numeric pad and main keyboard. |