|
|
@@ -5,10 +5,10 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
- <title>Enum Key
|
|
|
+ <title>Class Key
|
|
|
</title>
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
- <meta name="title" content="Enum Key
|
|
|
+ <meta name="title" content="Class Key
|
|
|
">
|
|
|
<meta name="generator" content="docfx 2.59.3.0">
|
|
|
|
|
|
@@ -81,19 +81,23 @@
|
|
|
<article class="content wrap" id="_content" data-uid="Terminal.Gui.Key">
|
|
|
|
|
|
|
|
|
- <h1 id="Terminal_Gui_Key" data-uid="Terminal.Gui.Key" class="text-break">Enum Key
|
|
|
+ <h1 id="Terminal_Gui_Key" data-uid="Terminal.Gui.Key" class="text-break">Class Key
|
|
|
</h1>
|
|
|
<div class="markdown level0 summary">
|
|
|
The <a class="xref" href="Terminal.Gui.Key.html">Key</a> enumeration contains special encoding for some keys, but can also
|
|
|
encode all the unicode values that can be passed.
|
|
|
</div>
|
|
|
<div class="markdown level0 conceptual"></div>
|
|
|
+ <div class="inheritance">
|
|
|
+ <h5>Inheritance</h5>
|
|
|
+ <div class="level0"><span class="xref">System.Object</span></div>
|
|
|
+ <div class="level1"><span class="xref">Key</span></div>
|
|
|
+ </div>
|
|
|
<h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
|
|
|
<h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
|
|
|
<h5 id="Terminal_Gui_Key_syntax">Syntax</h5>
|
|
|
<div class="codewrapper">
|
|
|
- <pre><code class="lang-csharp hljs">[Flags]
|
|
|
-public enum Key : uint</code></pre>
|
|
|
+ <pre><code class="lang-csharp hljs">public sealed class Key : Enum</code></pre>
|
|
|
</div>
|
|
|
<h5 id="Terminal_Gui_Key_remarks"><strong>Remarks</strong></h5>
|
|
|
<div class="markdown level0 remarks">
|
|
|
@@ -113,609 +117,2333 @@ public enum Key : uint</code></pre>
|
|
|
</div>
|
|
|
<h3 id="fields">Fields
|
|
|
</h3>
|
|
|
+ <h4 id="Terminal_Gui_Key_a" data-uid="Terminal.Gui.Key.a">a</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key a</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>Name</th>
|
|
|
+ <th>Type</th>
|
|
|
<th>Description</th>
|
|
|
</tr>
|
|
|
- <thead>
|
|
|
+ </thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_a">a</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing A
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_A" data-uid="Terminal.Gui.Key.A">A</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing A
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key A</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_A">A</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-A
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_AltMask">AltMask</td>
|
|
|
- <td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_AltMask" data-uid="Terminal.Gui.Key.AltMask">AltMask</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
When this value is set, the Key encodes the sequence Alt-KeyValue.
|
|
|
And the actual value must be extracted by removing the AltMask.
|
|
|
-</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td id="Terminal_Gui_Key_b">b</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing B
|
|
|
-</td>
|
|
|
- </tr>
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key AltMask</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_B">B</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-B
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Backspace">Backspace</td>
|
|
|
- <td>
|
|
|
-Backspace key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_b" data-uid="Terminal.Gui.Key.b">b</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key b</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_BackTab">BackTab</td>
|
|
|
- <td>
|
|
|
-Shift-tab key (backwards tab key).
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_c">c</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing C
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_B" data-uid="Terminal.Gui.Key.B">B</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing B
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key B</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_C">C</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-C
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_CharMask">CharMask</td>
|
|
|
- <td>
|
|
|
-Mask that indicates that this is a character value, values outside this range
|
|
|
-indicate special characters like Alt-key combinations or special keys on the
|
|
|
-keyboard like function keys, arrows keys and so on.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Backspace" data-uid="Terminal.Gui.Key.Backspace">Backspace</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Backspace key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Backspace</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_CtrlMask">CtrlMask</td>
|
|
|
- <td>
|
|
|
-When this value is set, the Key encodes the sequence Ctrl-KeyValue.
|
|
|
-And the actual value must be extracted by removing the CtrlMask.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_CursorDown">CursorDown</td>
|
|
|
- <td>
|
|
|
-Cursor down key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_BackTab" data-uid="Terminal.Gui.Key.BackTab">BackTab</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Shift-tab key (backwards tab key).
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key BackTab</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_CursorLeft">CursorLeft</td>
|
|
|
- <td>
|
|
|
-Cursor left key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_CursorRight">CursorRight</td>
|
|
|
- <td>
|
|
|
-Cursor right key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_c" data-uid="Terminal.Gui.Key.c">c</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key c</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_CursorUp">CursorUp</td>
|
|
|
- <td>
|
|
|
-Cursor up key
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_d">d</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing D
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_C" data-uid="Terminal.Gui.Key.C">C</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing C
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key C</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D">D</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-D
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D0">D0</td>
|
|
|
- <td>
|
|
|
-Digit 0.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_CharMask" data-uid="Terminal.Gui.Key.CharMask">CharMask</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Mask that indicates that this is a character value, values outside this range
|
|
|
+indicate special characters like Alt-key combinations or special keys on the
|
|
|
+keyboard like function keys, arrows keys and so on.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key CharMask</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D1">D1</td>
|
|
|
- <td>
|
|
|
-Digit 1.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D2">D2</td>
|
|
|
- <td>
|
|
|
-Digit 2.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_CtrlMask" data-uid="Terminal.Gui.Key.CtrlMask">CtrlMask</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+When this value is set, the Key encodes the sequence Ctrl-KeyValue.
|
|
|
+And the actual value must be extracted by removing the CtrlMask.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key CtrlMask</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D3">D3</td>
|
|
|
- <td>
|
|
|
-Digit 3.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D4">D4</td>
|
|
|
- <td>
|
|
|
-Digit 4.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_CursorDown" data-uid="Terminal.Gui.Key.CursorDown">CursorDown</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Cursor down key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key CursorDown</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D5">D5</td>
|
|
|
- <td>
|
|
|
-Digit 5.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D6">D6</td>
|
|
|
- <td>
|
|
|
-Digit 6.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_CursorLeft" data-uid="Terminal.Gui.Key.CursorLeft">CursorLeft</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Cursor left key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key CursorLeft</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D7">D7</td>
|
|
|
- <td>
|
|
|
-Digit 7.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D8">D8</td>
|
|
|
- <td>
|
|
|
-Digit 8.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_CursorRight" data-uid="Terminal.Gui.Key.CursorRight">CursorRight</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Cursor right key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key CursorRight</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_D9">D9</td>
|
|
|
- <td>
|
|
|
-Digit 9.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Delete">Delete</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing the delete key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_CursorUp" data-uid="Terminal.Gui.Key.CursorUp">CursorUp</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Cursor up key
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key CursorUp</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_DeleteChar">DeleteChar</td>
|
|
|
- <td>
|
|
|
-Delete character key
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_e">e</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing E
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_d" data-uid="Terminal.Gui.Key.d">d</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key d</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_E">E</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-E
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_End">End</td>
|
|
|
- <td>
|
|
|
-End key
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D" data-uid="Terminal.Gui.Key.D">D</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing D
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Enter">Enter</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing the return key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Esc">Esc</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing the escape key
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D0" data-uid="Terminal.Gui.Key.D0">D0</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 0.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D0</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_f">f</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing F
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F">F</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-F
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D1" data-uid="Terminal.Gui.Key.D1">D1</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 1.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D1</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F1">F1</td>
|
|
|
- <td>
|
|
|
-F1 key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F10">F10</td>
|
|
|
- <td>
|
|
|
-F10 key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D2" data-uid="Terminal.Gui.Key.D2">D2</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 2.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D2</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F11">F11</td>
|
|
|
- <td>
|
|
|
-F11 key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F12">F12</td>
|
|
|
- <td>
|
|
|
-F12 key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D3" data-uid="Terminal.Gui.Key.D3">D3</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 3.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D3</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F2">F2</td>
|
|
|
- <td>
|
|
|
-F2 key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F3">F3</td>
|
|
|
- <td>
|
|
|
-F3 key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D4" data-uid="Terminal.Gui.Key.D4">D4</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 4.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D4</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F4">F4</td>
|
|
|
- <td>
|
|
|
-F4 key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F5">F5</td>
|
|
|
- <td>
|
|
|
-F5 key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D5" data-uid="Terminal.Gui.Key.D5">D5</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 5.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D5</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F6">F6</td>
|
|
|
- <td>
|
|
|
-F6 key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F7">F7</td>
|
|
|
- <td>
|
|
|
-F7 key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D6" data-uid="Terminal.Gui.Key.D6">D6</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 6.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D6</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F8">F8</td>
|
|
|
- <td>
|
|
|
-F8 key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_F9">F9</td>
|
|
|
- <td>
|
|
|
-F9 key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
- <td id="Terminal_Gui_Key_g">g</td>
|
|
|
- <td>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D7" data-uid="Terminal.Gui.Key.D7">D7</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 7.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D7</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D8" data-uid="Terminal.Gui.Key.D8">D8</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 8.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D8</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_D9" data-uid="Terminal.Gui.Key.D9">D9</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Digit 9.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key D9</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Delete" data-uid="Terminal.Gui.Key.Delete">Delete</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing the delete key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Delete</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_DeleteChar" data-uid="Terminal.Gui.Key.DeleteChar">DeleteChar</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Delete character key
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key DeleteChar</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_e" data-uid="Terminal.Gui.Key.e">e</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key e</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_E" data-uid="Terminal.Gui.Key.E">E</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing E
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key E</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_End" data-uid="Terminal.Gui.Key.End">End</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+End key
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key End</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Enter" data-uid="Terminal.Gui.Key.Enter">Enter</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing the return key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Enter</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Esc" data-uid="Terminal.Gui.Key.Esc">Esc</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing the escape key
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Esc</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_f" data-uid="Terminal.Gui.Key.f">f</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key f</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F" data-uid="Terminal.Gui.Key.F">F</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing F
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F1" data-uid="Terminal.Gui.Key.F1">F1</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F1 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F1</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F10" data-uid="Terminal.Gui.Key.F10">F10</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F10 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F10</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F11" data-uid="Terminal.Gui.Key.F11">F11</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F11 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F11</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F12" data-uid="Terminal.Gui.Key.F12">F12</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F12 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F12</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F2" data-uid="Terminal.Gui.Key.F2">F2</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F2 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F2</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F3" data-uid="Terminal.Gui.Key.F3">F3</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F3 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F3</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F4" data-uid="Terminal.Gui.Key.F4">F4</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F4 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F4</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F5" data-uid="Terminal.Gui.Key.F5">F5</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F5 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F5</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F6" data-uid="Terminal.Gui.Key.F6">F6</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F6 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F6</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F7" data-uid="Terminal.Gui.Key.F7">F7</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F7 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F7</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F8" data-uid="Terminal.Gui.Key.F8">F8</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F8 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F8</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_F9" data-uid="Terminal.Gui.Key.F9">F9</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+F9 key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key F9</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_g" data-uid="Terminal.Gui.Key.g">g</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key g</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_G" data-uid="Terminal.Gui.Key.G">G</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
The key code for the user pressing G
|
|
|
-</td>
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key G</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_h" data-uid="Terminal.Gui.Key.h">h</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key h</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_H" data-uid="Terminal.Gui.Key.H">H</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing H
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key H</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Home" data-uid="Terminal.Gui.Key.Home">Home</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Home key
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Home</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_i" data-uid="Terminal.Gui.Key.i">i</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key i</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_I" data-uid="Terminal.Gui.Key.I">I</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing I
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key I</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_InsertChar" data-uid="Terminal.Gui.Key.InsertChar">InsertChar</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Insert character key
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key InsertChar</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_j" data-uid="Terminal.Gui.Key.j">j</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key j</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_J" data-uid="Terminal.Gui.Key.J">J</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing J
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key J</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_k" data-uid="Terminal.Gui.Key.k">k</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key k</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_K" data-uid="Terminal.Gui.Key.K">K</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing K
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key K</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_l" data-uid="Terminal.Gui.Key.l">l</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key l</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_L" data-uid="Terminal.Gui.Key.L">L</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing L
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key L</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_m" data-uid="Terminal.Gui.Key.m">m</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key m</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_M" data-uid="Terminal.Gui.Key.M">M</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing M
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key M</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_n" data-uid="Terminal.Gui.Key.n">n</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key n</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_N" data-uid="Terminal.Gui.Key.N">N</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing N
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key N</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Null" data-uid="Terminal.Gui.Key.Null">Null</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code representing null or empty
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Null</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_o" data-uid="Terminal.Gui.Key.o">o</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key o</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_O" data-uid="Terminal.Gui.Key.O">O</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing O
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key O</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_p" data-uid="Terminal.Gui.Key.p">p</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key p</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_P" data-uid="Terminal.Gui.Key.P">P</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing P
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key P</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_PageDown" data-uid="Terminal.Gui.Key.PageDown">PageDown</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Page Down key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key PageDown</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_PageUp" data-uid="Terminal.Gui.Key.PageUp">PageUp</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+Page Up key.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key PageUp</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_G">G</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-G
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_h">h</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing H
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_q" data-uid="Terminal.Gui.Key.q">q</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key q</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_H">H</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-H
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Home">Home</td>
|
|
|
- <td>
|
|
|
-Home key
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Q" data-uid="Terminal.Gui.Key.Q">Q</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing Q
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Q</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_i">i</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing I
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_I">I</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-I
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_r" data-uid="Terminal.Gui.Key.r">r</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key r</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_InsertChar">InsertChar</td>
|
|
|
- <td>
|
|
|
-Insert character key
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_j">j</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing J
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_R" data-uid="Terminal.Gui.Key.R">R</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing R
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key R</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_J">J</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-J
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_k">k</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing K
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_s" data-uid="Terminal.Gui.Key.s">s</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key s</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_K">K</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-K
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_l">l</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing L
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_S" data-uid="Terminal.Gui.Key.S">S</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing S
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key S</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_L">L</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-L
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_m">m</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing M
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_ShiftMask" data-uid="Terminal.Gui.Key.ShiftMask">ShiftMask</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+When this value is set, the Key encodes the sequence Shift-KeyValue.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key ShiftMask</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_M">M</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-M
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_n">n</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing N
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Space" data-uid="Terminal.Gui.Key.Space">Space</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing the space bar
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Space</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_N">N</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-N
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Null">Null</td>
|
|
|
- <td>
|
|
|
-The key code representing null or empty
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_SpecialMask" data-uid="Terminal.Gui.Key.SpecialMask">SpecialMask</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+If the <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_SpecialMask">SpecialMask</a> is set, then the value is that of the special mask,
|
|
|
+otherwise, the value is the one of the lower bits (as extracted by <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_CharMask">CharMask</a>).
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key SpecialMask</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_o">o</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing O
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_O">O</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-O
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_t" data-uid="Terminal.Gui.Key.t">t</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key t</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_p">p</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing P
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_P">P</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-P
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_T" data-uid="Terminal.Gui.Key.T">T</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing T
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key T</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_PageDown">PageDown</td>
|
|
|
- <td>
|
|
|
-Page Down key.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_PageUp">PageUp</td>
|
|
|
- <td>
|
|
|
-Page Up key.
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Tab" data-uid="Terminal.Gui.Key.Tab">Tab</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing the tab key (forwards tab key).
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Tab</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_q">q</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Q
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Q">Q</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-Q
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_u" data-uid="Terminal.Gui.Key.u">u</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key u</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_r">r</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing R
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_R">R</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-R
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_U" data-uid="Terminal.Gui.Key.U">U</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing U
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key U</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_s">s</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing S
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_S">S</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-S
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Unknown" data-uid="Terminal.Gui.Key.Unknown">Unknown</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+A key with an unknown mapping was raised.
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Unknown</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_ShiftMask">ShiftMask</td>
|
|
|
- <td>
|
|
|
-When this value is set, the Key encodes the sequence Shift-KeyValue.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Space">Space</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing the space bar
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_v" data-uid="Terminal.Gui.Key.v">v</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key v</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_SpecialMask">SpecialMask</td>
|
|
|
- <td>
|
|
|
-If the <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_SpecialMask">SpecialMask</a> is set, then the value is that of the special mask,
|
|
|
-otherwise, the value is the one of the lower bits (as extracted by <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_CharMask">CharMask</a>).
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_t">t</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing T
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_V" data-uid="Terminal.Gui.Key.V">V</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing V
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key V</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_T">T</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-T
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Tab">Tab</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing the tab key (forwards tab key).
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_value__" data-uid="Terminal.Gui.Key.value__">value__</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public uint value__</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_u">u</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing U
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_U">U</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-U
|
|
|
-</td>
|
|
|
+ <td><span class="xref">System.UInt32</span></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_w" data-uid="Terminal.Gui.Key.w">w</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key w</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Unknown">Unknown</td>
|
|
|
- <td>
|
|
|
-A key with an unknown mapping was raised.
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_v">v</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing V
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_W" data-uid="Terminal.Gui.Key.W">W</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
+The key code for the user pressing W
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key W</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_V">V</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-V
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_w">w</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing W
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_x" data-uid="Terminal.Gui.Key.x">x</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key x</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_W">W</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-W
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_x">x</td>
|
|
|
- <td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_X" data-uid="Terminal.Gui.Key.X">X</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
The key code for the user pressing X
|
|
|
-</td>
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key X</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_y" data-uid="Terminal.Gui.Key.y">y</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key y</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_X">X</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-X
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_y">y</td>
|
|
|
- <td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Y" data-uid="Terminal.Gui.Key.Y">Y</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
The key code for the user pressing Y
|
|
|
-</td>
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Y</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_z" data-uid="Terminal.Gui.Key.z">z</h4>
|
|
|
+ <div class="markdown level1 summary"></div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key z</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Y">Y</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-Y
|
|
|
-</td>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_z">z</td>
|
|
|
- <td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <h4 id="Terminal_Gui_Key_Z" data-uid="Terminal.Gui.Key.Z">Z</h4>
|
|
|
+ <div class="markdown level1 summary">
|
|
|
The key code for the user pressing Z
|
|
|
-</td>
|
|
|
+</div>
|
|
|
+ <div class="markdown level1 conceptual"></div>
|
|
|
+ <h5 class="decalaration">Declaration</h5>
|
|
|
+ <div class="codewrapper">
|
|
|
+ <pre><code class="lang-csharp hljs">public const Key Z</code></pre>
|
|
|
+ </div>
|
|
|
+ <h5 class="fieldValue">Field Value</h5>
|
|
|
+ <table class="table table-bordered table-striped table-condensed">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>Type</th>
|
|
|
+ <th>Description</th>
|
|
|
</tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
- <td id="Terminal_Gui_Key_Z">Z</td>
|
|
|
- <td>
|
|
|
-The key code for the user pressing Shift-Z
|
|
|
-</td>
|
|
|
+ <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- </thead></thead></table>
|
|
|
+ </table>
|
|
|
</article>
|
|
|
</div>
|
|
|
|