# C1.Win.C1Input.GrapeCity.Framework.Input.ImeHotKeys

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.ImeHotKeys" class="text-break">ImeHotKeys Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the hot keys for ime.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.html">C1.Win.C1Input.GrapeCity.Framework.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImeHotKeys</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ImeHotKeys</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_JanpaneseOpenClose">JanpaneseOpenClose</td>
        <td><p>For Japanese, alternately opens and closes the IME.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_KoreanEnglish">KoreanEnglish</td>
        <td><p>Switches to from Korean to English.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_KoreanHanjaConvert">KoreanHanjaConvert</td>
        <td><p>For Korean, switches to Hanja conversion.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_KoreanShapeToggle">KoreanShapeToggle</td>
        <td><p>For Korean, toggles the shape conversion mode of IME.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_PrivatePreviousComposition">PrivatePreviousComposition</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_PrivateResendResultString">PrivateResendResultString</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_PrivateTriggerReconversion">PrivateTriggerReconversion</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_PrivateUIStyleToggle">PrivateUIStyleToggle</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_SimplifiedChineseNonImeToggle">SimplifiedChineseNonImeToggle</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_SimplifiedChineseShapeToggle">SimplifiedChineseShapeToggle</td>
        <td><p>For simplified Chinese, toggles the shape conversion mode of IME.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_SimplifiedChineseSymbolToggle">SimplifiedChineseSymbolToggle</td>
        <td><p>For simplified Chinese, toggles the symbol conversion mode of IME.
Symbol mode indicates that the user can input Chinese punctuation and symbols
by mapping to the punctuation and symbols on the keyboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_TraditionalChineseNonImeToggle">TraditionalChineseNonImeToggle</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_TraditionalChineseShapeToggle">TraditionalChineseShapeToggle</td>
        <td><p>For traditional Chinese, toggles the shape conversion mode of IME.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_TraditionalChineseSymbolToggle">TraditionalChineseSymbolToggle</td>
        <td><p>For traditional Chinese, toggles the symbol conversion mode of IME.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_ImeHotKeys_TraditionalChineseTriggerReconversion">TraditionalChineseTriggerReconversion</td>
        <td></td>
      </tr>
    </tbody>
  </table>
</div>
