# C1.Maui.Core.C1KeyboardHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_C1KeyboardHelper" data-uid="C1.Maui.Core.C1KeyboardHelper" class="text-break">C1KeyboardHelper Class
</h1>
  <div class="markdown level0 summary"><p>This class allows accessing keyboard-related information and constants.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1KeyboardHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1KeyboardHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class C1KeyboardHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module C1KeyboardHelper</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_A" data-uid="C1.Maui.Core.C1KeyboardHelper.A">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.A.html#C1_Maui_Core_C1KeyboardHelper_A">A</a>
        </td>
        <td class="markdown level1 summary"><p>The A key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Back" data-uid="C1.Maui.Core.C1KeyboardHelper.Back">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Back.html#C1_Maui_Core_C1KeyboardHelper_Back">Back</a>
        </td>
        <td class="markdown level1 summary"><p>The Backspace key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_C" data-uid="C1.Maui.Core.C1KeyboardHelper.C">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.C.html#C1_Maui_Core_C1KeyboardHelper_C">C</a>
        </td>
        <td class="markdown level1 summary"><p>The C key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Delete" data-uid="C1.Maui.Core.C1KeyboardHelper.Delete">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Delete.html#C1_Maui_Core_C1KeyboardHelper_Delete">Delete</a>
        </td>
        <td class="markdown level1 summary"><p>The Delete key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Down" data-uid="C1.Maui.Core.C1KeyboardHelper.Down">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Down.html#C1_Maui_Core_C1KeyboardHelper_Down">Down</a>
        </td>
        <td class="markdown level1 summary"><p>The Down Arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_End" data-uid="C1.Maui.Core.C1KeyboardHelper.End">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.End.html#C1_Maui_Core_C1KeyboardHelper_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>The End key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Enter" data-uid="C1.Maui.Core.C1KeyboardHelper.Enter">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Enter.html#C1_Maui_Core_C1KeyboardHelper_Enter">Enter</a>
        </td>
        <td class="markdown level1 summary"><p>The Enter key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Escape" data-uid="C1.Maui.Core.C1KeyboardHelper.Escape">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Escape.html#C1_Maui_Core_C1KeyboardHelper_Escape">Escape</a>
        </td>
        <td class="markdown level1 summary"><p>The ESC key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_F2" data-uid="C1.Maui.Core.C1KeyboardHelper.F2">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.F2.html#C1_Maui_Core_C1KeyboardHelper_F2">F2</a>
        </td>
        <td class="markdown level1 summary"><p>The F2 key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_F5" data-uid="C1.Maui.Core.C1KeyboardHelper.F5">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.F5.html#C1_Maui_Core_C1KeyboardHelper_F5">F5</a>
        </td>
        <td class="markdown level1 summary"><p>The F5 key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Home" data-uid="C1.Maui.Core.C1KeyboardHelper.Home">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Home.html#C1_Maui_Core_C1KeyboardHelper_Home">Home</a>
        </td>
        <td class="markdown level1 summary"><p>The Home key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Left" data-uid="C1.Maui.Core.C1KeyboardHelper.Left">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Left.html#C1_Maui_Core_C1KeyboardHelper_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>The Left Arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Menu" data-uid="C1.Maui.Core.C1KeyboardHelper.Menu">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Menu.html#C1_Maui_Core_C1KeyboardHelper_Menu">Menu</a>
        </td>
        <td class="markdown level1 summary"><p>The Application key (Microsoft Natural Keyboard). Also known as the Menu key,
as it displays an application-specific context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Minus" data-uid="C1.Maui.Core.C1KeyboardHelper.Minus">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Minus.html#C1_Maui_Core_C1KeyboardHelper_Minus">Minus</a>
        </td>
        <td class="markdown level1 summary"><p>The Subtract key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_PageDown" data-uid="C1.Maui.Core.C1KeyboardHelper.PageDown">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.PageDown.html#C1_Maui_Core_C1KeyboardHelper_PageDown">PageDown</a>
        </td>
        <td class="markdown level1 summary"><p>The Page Down key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_PageUp" data-uid="C1.Maui.Core.C1KeyboardHelper.PageUp">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.PageUp.html#C1_Maui_Core_C1KeyboardHelper_PageUp">PageUp</a>
        </td>
        <td class="markdown level1 summary"><p>The Page Up key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Plus" data-uid="C1.Maui.Core.C1KeyboardHelper.Plus">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Plus.html#C1_Maui_Core_C1KeyboardHelper_Plus">Plus</a>
        </td>
        <td class="markdown level1 summary"><p>The Add key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Right" data-uid="C1.Maui.Core.C1KeyboardHelper.Right">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Right.html#C1_Maui_Core_C1KeyboardHelper_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>The Right Arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Tab" data-uid="C1.Maui.Core.C1KeyboardHelper.Tab">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Tab.html#C1_Maui_Core_C1KeyboardHelper_Tab">Tab</a>
        </td>
        <td class="markdown level1 summary"><p>The Tab key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_Up" data-uid="C1.Maui.Core.C1KeyboardHelper.Up">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.Up.html#C1_Maui_Core_C1KeyboardHelper_Up">Up</a>
        </td>
        <td class="markdown level1 summary"><p>The Up Arrow key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_V" data-uid="C1.Maui.Core.C1KeyboardHelper.V">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.V.html#C1_Maui_Core_C1KeyboardHelper_V">V</a>
        </td>
        <td class="markdown level1 summary"><p>The V key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_X" data-uid="C1.Maui.Core.C1KeyboardHelper.X">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.X.html#C1_Maui_Core_C1KeyboardHelper_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>The X key.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_GetChar_C1_Maui_Core_KeyEventArgs_" data-uid="C1.Maui.Core.C1KeyboardHelper.GetChar(C1.Maui.Core.KeyEventArgs)">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.GetChar.html#C1_Maui_Core_C1KeyboardHelper_GetChar_C1_Maui_Core_KeyEventArgs_">GetChar(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns char representation of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that was pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_GetKey_C1_Maui_Core_KeyEventArgs_" data-uid="C1.Maui.Core.C1KeyboardHelper.GetKey(C1.Maui.Core.KeyEventArgs)">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.GetKey.html#C1_Maui_Core_C1KeyboardHelper_GetKey_C1_Maui_Core_KeyEventArgs_">GetKey(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that was pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_IsAltPressed_C1_Maui_Core_KeyEventArgs_" data-uid="C1.Maui.Core.C1KeyboardHelper.IsAltPressed(C1.Maui.Core.KeyEventArgs)">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.IsAltPressed.html#C1_Maui_Core_C1KeyboardHelper_IsAltPressed_C1_Maui_Core_KeyEventArgs_">IsAltPressed(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the Alt key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_IsCommandPressed_C1_Maui_Core_KeyEventArgs_" data-uid="C1.Maui.Core.C1KeyboardHelper.IsCommandPressed(C1.Maui.Core.KeyEventArgs)">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.IsCommandPressed.html#C1_Maui_Core_C1KeyboardHelper_IsCommandPressed_C1_Maui_Core_KeyEventArgs_">IsCommandPressed(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the Command key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_IsCtrlPressed_C1_Maui_Core_KeyEventArgs_" data-uid="C1.Maui.Core.C1KeyboardHelper.IsCtrlPressed(C1.Maui.Core.KeyEventArgs)">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.IsCtrlPressed.html#C1_Maui_Core_C1KeyboardHelper_IsCtrlPressed_C1_Maui_Core_KeyEventArgs_">IsCtrlPressed(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the Ctrl key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1KeyboardHelper_IsShiftPressed_C1_Maui_Core_KeyEventArgs_" data-uid="C1.Maui.Core.C1KeyboardHelper.IsShiftPressed(C1.Maui.Core.KeyEventArgs)">
          <a class="xref" href="C1.Maui.Core.C1KeyboardHelper.IsShiftPressed.html#C1_Maui_Core_C1KeyboardHelper_IsShiftPressed_C1_Maui_Core_KeyEventArgs_">IsShiftPressed(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the Shift key is pressed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
