Terminal.Gui.Key.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Enum Key
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Enum Key
  11. ">
  12. <link rel="shortcut icon" href="../../favicon.ico">
  13. <link rel="stylesheet" href="../../styles/docfx.vendor.min.css">
  14. <link rel="stylesheet" href="../../styles/docfx.css">
  15. <link rel="stylesheet" href="../../styles/main.css">
  16. <meta property="docfx:navrel" content="../../toc.html">
  17. <meta property="docfx:tocrel" content="toc.html">
  18. <meta property="docfx:rel" content="../../">
  19. </head>
  20. <body data-spy="scroll" data-target="#affix" data-offset="120">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../../index.html">
  33. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div class="container body-content">
  54. <div id="search-results">
  55. <div class="search-list">Search Results for <span></span></div>
  56. <div class="sr-items">
  57. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  58. </div>
  59. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  60. </div>
  61. </div>
  62. <div role="main" class="container body-content hide-when-search">
  63. <div class="sidenav hide-when-search">
  64. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  65. <div class="sidetoggle collapse" id="sidetoggle">
  66. <div id="sidetoc"></div>
  67. </div>
  68. </div>
  69. <div class="article row grid-right">
  70. <div class="col-md-10">
  71. <article class="content wrap" id="_content" data-uid="Terminal.Gui.Key">
  72. <h1 id="Terminal_Gui_Key" data-uid="Terminal.Gui.Key" class="text-break">Enum Key
  73. </h1>
  74. <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
  75. encode all the unicode values that can be passed.</div>
  76. <div class="markdown level0 conceptual"></div>
  77. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.html">Terminal</a>.<a class="xref" href="Terminal.Gui.html">Gui</a></h6>
  78. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  79. <h5 id="Terminal_Gui_Key_syntax">Syntax</h5>
  80. <div class="codewrapper">
  81. <pre><code class="lang-csharp hljs">[Flags]
  82. public enum Key : uint</code></pre>
  83. </div>
  84. <h5 id="Terminal_Gui_Key_remarks"><strong>Remarks</strong></h5>
  85. <div class="markdown level0 remarks"><p>
  86. 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,
  87. 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>)
  88. <p>
  89. Numerics keys are the values between 48 and 57 corresponding to 0 to 9
  90. </p>
  91. <p>
  92. Upper alpha keys are the values between 65 and 90 corresponding to A to Z
  93. </p>
  94. <p>
  95. Unicode runes are also stored here, the letter 'A" for example is encoded as a value 65 (not surfaced in the enum).
  96. </p></div>
  97. <h3 id="fields">Fields
  98. </h3>
  99. <table class="table table-bordered table-condensed">
  100. <thead>
  101. <tr>
  102. <th>Name</th>
  103. <th>Description</th>
  104. </tr>
  105. <thead>
  106. <tbody>
  107. <tr>
  108. <td id="Terminal_Gui_Key_A">A</td>
  109. <td>The key code for the user pressing Shift-A</td>
  110. </tr>
  111. <tr>
  112. <td id="Terminal_Gui_Key_AltMask">AltMask</td>
  113. <td>When this value is set, the Key encodes the sequence Alt-KeyValue.
  114. And the actual value must be extracted by removing the AltMask.</td>
  115. </tr>
  116. <tr>
  117. <td id="Terminal_Gui_Key_B">B</td>
  118. <td>The key code for the user pressing Shift-B</td>
  119. </tr>
  120. <tr>
  121. <td id="Terminal_Gui_Key_BackTab">BackTab</td>
  122. <td>Shift-tab key (backwards tab key).</td>
  123. </tr>
  124. <tr>
  125. <td id="Terminal_Gui_Key_Backspace">Backspace</td>
  126. <td>Backspace key.</td>
  127. </tr>
  128. <tr>
  129. <td id="Terminal_Gui_Key_C">C</td>
  130. <td>The key code for the user pressing Shift-C</td>
  131. </tr>
  132. <tr>
  133. <td id="Terminal_Gui_Key_CharMask">CharMask</td>
  134. <td>Mask that indicates that this is a character value, values outside this range
  135. indicate special characters like Alt-key combinations or special keys on the
  136. keyboard like function keys, arrows keys and so on.</td>
  137. </tr>
  138. <tr>
  139. <td id="Terminal_Gui_Key_Clear">Clear</td>
  140. <td>The key code for the user pressing the clear key.</td>
  141. </tr>
  142. <tr>
  143. <td id="Terminal_Gui_Key_CtrlMask">CtrlMask</td>
  144. <td>When this value is set, the Key encodes the sequence Ctrl-KeyValue.
  145. And the actual value must be extracted by removing the CtrlMask.</td>
  146. </tr>
  147. <tr>
  148. <td id="Terminal_Gui_Key_CursorDown">CursorDown</td>
  149. <td>Cursor down key.</td>
  150. </tr>
  151. <tr>
  152. <td id="Terminal_Gui_Key_CursorLeft">CursorLeft</td>
  153. <td>Cursor left key.</td>
  154. </tr>
  155. <tr>
  156. <td id="Terminal_Gui_Key_CursorRight">CursorRight</td>
  157. <td>Cursor right key.</td>
  158. </tr>
  159. <tr>
  160. <td id="Terminal_Gui_Key_CursorUp">CursorUp</td>
  161. <td>Cursor up key</td>
  162. </tr>
  163. <tr>
  164. <td id="Terminal_Gui_Key_D">D</td>
  165. <td>The key code for the user pressing Shift-D</td>
  166. </tr>
  167. <tr>
  168. <td id="Terminal_Gui_Key_D0">D0</td>
  169. <td>Digit 0.</td>
  170. </tr>
  171. <tr>
  172. <td id="Terminal_Gui_Key_D1">D1</td>
  173. <td>Digit 1.</td>
  174. </tr>
  175. <tr>
  176. <td id="Terminal_Gui_Key_D2">D2</td>
  177. <td>Digit 2.</td>
  178. </tr>
  179. <tr>
  180. <td id="Terminal_Gui_Key_D3">D3</td>
  181. <td>Digit 3.</td>
  182. </tr>
  183. <tr>
  184. <td id="Terminal_Gui_Key_D4">D4</td>
  185. <td>Digit 4.</td>
  186. </tr>
  187. <tr>
  188. <td id="Terminal_Gui_Key_D5">D5</td>
  189. <td>Digit 5.</td>
  190. </tr>
  191. <tr>
  192. <td id="Terminal_Gui_Key_D6">D6</td>
  193. <td>Digit 6.</td>
  194. </tr>
  195. <tr>
  196. <td id="Terminal_Gui_Key_D7">D7</td>
  197. <td>Digit 7.</td>
  198. </tr>
  199. <tr>
  200. <td id="Terminal_Gui_Key_D8">D8</td>
  201. <td>Digit 8.</td>
  202. </tr>
  203. <tr>
  204. <td id="Terminal_Gui_Key_D9">D9</td>
  205. <td>Digit 9.</td>
  206. </tr>
  207. <tr>
  208. <td id="Terminal_Gui_Key_Delete">Delete</td>
  209. <td>The key code for the user pressing the delete key.</td>
  210. </tr>
  211. <tr>
  212. <td id="Terminal_Gui_Key_DeleteChar">DeleteChar</td>
  213. <td>Delete character key.</td>
  214. </tr>
  215. <tr>
  216. <td id="Terminal_Gui_Key_E">E</td>
  217. <td>The key code for the user pressing Shift-E</td>
  218. </tr>
  219. <tr>
  220. <td id="Terminal_Gui_Key_End">End</td>
  221. <td>End key.</td>
  222. </tr>
  223. <tr>
  224. <td id="Terminal_Gui_Key_Enter">Enter</td>
  225. <td>The key code for the user pressing the return key.</td>
  226. </tr>
  227. <tr>
  228. <td id="Terminal_Gui_Key_Esc">Esc</td>
  229. <td>The key code for the user pressing the escape key</td>
  230. </tr>
  231. <tr>
  232. <td id="Terminal_Gui_Key_F">F</td>
  233. <td>The key code for the user pressing Shift-F</td>
  234. </tr>
  235. <tr>
  236. <td id="Terminal_Gui_Key_F1">F1</td>
  237. <td>F1 key.</td>
  238. </tr>
  239. <tr>
  240. <td id="Terminal_Gui_Key_F10">F10</td>
  241. <td>F10 key.</td>
  242. </tr>
  243. <tr>
  244. <td id="Terminal_Gui_Key_F11">F11</td>
  245. <td>F11 key.</td>
  246. </tr>
  247. <tr>
  248. <td id="Terminal_Gui_Key_F12">F12</td>
  249. <td>F12 key.</td>
  250. </tr>
  251. <tr>
  252. <td id="Terminal_Gui_Key_F13">F13</td>
  253. <td>F13 key.</td>
  254. </tr>
  255. <tr>
  256. <td id="Terminal_Gui_Key_F14">F14</td>
  257. <td>F14 key.</td>
  258. </tr>
  259. <tr>
  260. <td id="Terminal_Gui_Key_F15">F15</td>
  261. <td>F15 key.</td>
  262. </tr>
  263. <tr>
  264. <td id="Terminal_Gui_Key_F16">F16</td>
  265. <td>F16 key.</td>
  266. </tr>
  267. <tr>
  268. <td id="Terminal_Gui_Key_F17">F17</td>
  269. <td>F17 key.</td>
  270. </tr>
  271. <tr>
  272. <td id="Terminal_Gui_Key_F18">F18</td>
  273. <td>F18 key.</td>
  274. </tr>
  275. <tr>
  276. <td id="Terminal_Gui_Key_F19">F19</td>
  277. <td>F19 key.</td>
  278. </tr>
  279. <tr>
  280. <td id="Terminal_Gui_Key_F2">F2</td>
  281. <td>F2 key.</td>
  282. </tr>
  283. <tr>
  284. <td id="Terminal_Gui_Key_F20">F20</td>
  285. <td>F20 key.</td>
  286. </tr>
  287. <tr>
  288. <td id="Terminal_Gui_Key_F21">F21</td>
  289. <td>F21 key.</td>
  290. </tr>
  291. <tr>
  292. <td id="Terminal_Gui_Key_F22">F22</td>
  293. <td>F22 key.</td>
  294. </tr>
  295. <tr>
  296. <td id="Terminal_Gui_Key_F23">F23</td>
  297. <td>F23 key.</td>
  298. </tr>
  299. <tr>
  300. <td id="Terminal_Gui_Key_F24">F24</td>
  301. <td>F24 key.</td>
  302. </tr>
  303. <tr>
  304. <td id="Terminal_Gui_Key_F3">F3</td>
  305. <td>F3 key.</td>
  306. </tr>
  307. <tr>
  308. <td id="Terminal_Gui_Key_F4">F4</td>
  309. <td>F4 key.</td>
  310. </tr>
  311. <tr>
  312. <td id="Terminal_Gui_Key_F5">F5</td>
  313. <td>F5 key.</td>
  314. </tr>
  315. <tr>
  316. <td id="Terminal_Gui_Key_F6">F6</td>
  317. <td>F6 key.</td>
  318. </tr>
  319. <tr>
  320. <td id="Terminal_Gui_Key_F7">F7</td>
  321. <td>F7 key.</td>
  322. </tr>
  323. <tr>
  324. <td id="Terminal_Gui_Key_F8">F8</td>
  325. <td>F8 key.</td>
  326. </tr>
  327. <tr>
  328. <td id="Terminal_Gui_Key_F9">F9</td>
  329. <td>F9 key.</td>
  330. </tr>
  331. <tr>
  332. <td id="Terminal_Gui_Key_G">G</td>
  333. <td>The key code for the user pressing Shift-G</td>
  334. </tr>
  335. <tr>
  336. <td id="Terminal_Gui_Key_H">H</td>
  337. <td>The key code for the user pressing Shift-H</td>
  338. </tr>
  339. <tr>
  340. <td id="Terminal_Gui_Key_Home">Home</td>
  341. <td>Home key.</td>
  342. </tr>
  343. <tr>
  344. <td id="Terminal_Gui_Key_I">I</td>
  345. <td>The key code for the user pressing Shift-I</td>
  346. </tr>
  347. <tr>
  348. <td id="Terminal_Gui_Key_InsertChar">InsertChar</td>
  349. <td>Insert character key.</td>
  350. </tr>
  351. <tr>
  352. <td id="Terminal_Gui_Key_J">J</td>
  353. <td>The key code for the user pressing Shift-J</td>
  354. </tr>
  355. <tr>
  356. <td id="Terminal_Gui_Key_K">K</td>
  357. <td>The key code for the user pressing Shift-K</td>
  358. </tr>
  359. <tr>
  360. <td id="Terminal_Gui_Key_L">L</td>
  361. <td>The key code for the user pressing Shift-L</td>
  362. </tr>
  363. <tr>
  364. <td id="Terminal_Gui_Key_M">M</td>
  365. <td>The key code for the user pressing Shift-M</td>
  366. </tr>
  367. <tr>
  368. <td id="Terminal_Gui_Key_N">N</td>
  369. <td>The key code for the user pressing Shift-N</td>
  370. </tr>
  371. <tr>
  372. <td id="Terminal_Gui_Key_Null">Null</td>
  373. <td>The key code representing null or empty</td>
  374. </tr>
  375. <tr>
  376. <td id="Terminal_Gui_Key_O">O</td>
  377. <td>The key code for the user pressing Shift-O</td>
  378. </tr>
  379. <tr>
  380. <td id="Terminal_Gui_Key_P">P</td>
  381. <td>The key code for the user pressing Shift-P</td>
  382. </tr>
  383. <tr>
  384. <td id="Terminal_Gui_Key_PageDown">PageDown</td>
  385. <td>Page Down key.</td>
  386. </tr>
  387. <tr>
  388. <td id="Terminal_Gui_Key_PageUp">PageUp</td>
  389. <td>Page Up key.</td>
  390. </tr>
  391. <tr>
  392. <td id="Terminal_Gui_Key_PrintScreen">PrintScreen</td>
  393. <td>Print screen character key.</td>
  394. </tr>
  395. <tr>
  396. <td id="Terminal_Gui_Key_Q">Q</td>
  397. <td>The key code for the user pressing Shift-Q</td>
  398. </tr>
  399. <tr>
  400. <td id="Terminal_Gui_Key_R">R</td>
  401. <td>The key code for the user pressing Shift-R</td>
  402. </tr>
  403. <tr>
  404. <td id="Terminal_Gui_Key_S">S</td>
  405. <td>The key code for the user pressing Shift-S</td>
  406. </tr>
  407. <tr>
  408. <td id="Terminal_Gui_Key_ShiftMask">ShiftMask</td>
  409. <td>When this value is set, the Key encodes the sequence Shift-KeyValue.</td>
  410. </tr>
  411. <tr>
  412. <td id="Terminal_Gui_Key_Space">Space</td>
  413. <td>The key code for the user pressing the space bar</td>
  414. </tr>
  415. <tr>
  416. <td id="Terminal_Gui_Key_SpecialMask">SpecialMask</td>
  417. <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,
  418. 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>
  419. </tr>
  420. <tr>
  421. <td id="Terminal_Gui_Key_T">T</td>
  422. <td>The key code for the user pressing Shift-T</td>
  423. </tr>
  424. <tr>
  425. <td id="Terminal_Gui_Key_Tab">Tab</td>
  426. <td>The key code for the user pressing the tab key (forwards tab key).</td>
  427. </tr>
  428. <tr>
  429. <td id="Terminal_Gui_Key_U">U</td>
  430. <td>The key code for the user pressing Shift-U</td>
  431. </tr>
  432. <tr>
  433. <td id="Terminal_Gui_Key_Unknown">Unknown</td>
  434. <td>A key with an unknown mapping was raised.</td>
  435. </tr>
  436. <tr>
  437. <td id="Terminal_Gui_Key_V">V</td>
  438. <td>The key code for the user pressing Shift-V</td>
  439. </tr>
  440. <tr>
  441. <td id="Terminal_Gui_Key_W">W</td>
  442. <td>The key code for the user pressing Shift-W</td>
  443. </tr>
  444. <tr>
  445. <td id="Terminal_Gui_Key_X">X</td>
  446. <td>The key code for the user pressing Shift-X</td>
  447. </tr>
  448. <tr>
  449. <td id="Terminal_Gui_Key_Y">Y</td>
  450. <td>The key code for the user pressing Shift-Y</td>
  451. </tr>
  452. <tr>
  453. <td id="Terminal_Gui_Key_Z">Z</td>
  454. <td>The key code for the user pressing Shift-Z</td>
  455. </tr>
  456. <tr>
  457. <td id="Terminal_Gui_Key_a">a</td>
  458. <td>The key code for the user pressing A</td>
  459. </tr>
  460. <tr>
  461. <td id="Terminal_Gui_Key_b">b</td>
  462. <td>The key code for the user pressing B</td>
  463. </tr>
  464. <tr>
  465. <td id="Terminal_Gui_Key_c">c</td>
  466. <td>The key code for the user pressing C</td>
  467. </tr>
  468. <tr>
  469. <td id="Terminal_Gui_Key_d">d</td>
  470. <td>The key code for the user pressing D</td>
  471. </tr>
  472. <tr>
  473. <td id="Terminal_Gui_Key_e">e</td>
  474. <td>The key code for the user pressing E</td>
  475. </tr>
  476. <tr>
  477. <td id="Terminal_Gui_Key_f">f</td>
  478. <td>The key code for the user pressing F</td>
  479. </tr>
  480. <tr>
  481. <td id="Terminal_Gui_Key_g">g</td>
  482. <td>The key code for the user pressing G</td>
  483. </tr>
  484. <tr>
  485. <td id="Terminal_Gui_Key_h">h</td>
  486. <td>The key code for the user pressing H</td>
  487. </tr>
  488. <tr>
  489. <td id="Terminal_Gui_Key_i">i</td>
  490. <td>The key code for the user pressing I</td>
  491. </tr>
  492. <tr>
  493. <td id="Terminal_Gui_Key_j">j</td>
  494. <td>The key code for the user pressing J</td>
  495. </tr>
  496. <tr>
  497. <td id="Terminal_Gui_Key_k">k</td>
  498. <td>The key code for the user pressing K</td>
  499. </tr>
  500. <tr>
  501. <td id="Terminal_Gui_Key_l">l</td>
  502. <td>The key code for the user pressing L</td>
  503. </tr>
  504. <tr>
  505. <td id="Terminal_Gui_Key_m">m</td>
  506. <td>The key code for the user pressing M</td>
  507. </tr>
  508. <tr>
  509. <td id="Terminal_Gui_Key_n">n</td>
  510. <td>The key code for the user pressing N</td>
  511. </tr>
  512. <tr>
  513. <td id="Terminal_Gui_Key_o">o</td>
  514. <td>The key code for the user pressing O</td>
  515. </tr>
  516. <tr>
  517. <td id="Terminal_Gui_Key_p">p</td>
  518. <td>The key code for the user pressing P</td>
  519. </tr>
  520. <tr>
  521. <td id="Terminal_Gui_Key_q">q</td>
  522. <td>The key code for the user pressing Q</td>
  523. </tr>
  524. <tr>
  525. <td id="Terminal_Gui_Key_r">r</td>
  526. <td>The key code for the user pressing R</td>
  527. </tr>
  528. <tr>
  529. <td id="Terminal_Gui_Key_s">s</td>
  530. <td>The key code for the user pressing S</td>
  531. </tr>
  532. <tr>
  533. <td id="Terminal_Gui_Key_t">t</td>
  534. <td>The key code for the user pressing T</td>
  535. </tr>
  536. <tr>
  537. <td id="Terminal_Gui_Key_u">u</td>
  538. <td>The key code for the user pressing U</td>
  539. </tr>
  540. <tr>
  541. <td id="Terminal_Gui_Key_v">v</td>
  542. <td>The key code for the user pressing V</td>
  543. </tr>
  544. <tr>
  545. <td id="Terminal_Gui_Key_w">w</td>
  546. <td>The key code for the user pressing W</td>
  547. </tr>
  548. <tr>
  549. <td id="Terminal_Gui_Key_x">x</td>
  550. <td>The key code for the user pressing X</td>
  551. </tr>
  552. <tr>
  553. <td id="Terminal_Gui_Key_y">y</td>
  554. <td>The key code for the user pressing Y</td>
  555. </tr>
  556. <tr>
  557. <td id="Terminal_Gui_Key_z">z</td>
  558. <td>The key code for the user pressing Z</td>
  559. </tr>
  560. </tbody>
  561. </thead></thead></table>
  562. </article>
  563. </div>
  564. <div class="hidden-sm col-md-2" role="complementary">
  565. <div class="sideaffix">
  566. <div class="contribution">
  567. <ul class="nav">
  568. <li>
  569. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_Key.md&amp;value=---%0Auid%3A%20Terminal.Gui.Key%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Edit this page</a>
  570. </li>
  571. <li>
  572. <a href="tig:tig/Terminal.Gui/blob/v2_develop/Terminal.Gui/Core/Event.cs/#L60" class="contribution-link">View Source</a>
  573. </li>
  574. </ul>
  575. </div>
  576. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  577. <h5>In this article</h5>
  578. <div></div>
  579. </nav>
  580. </div>
  581. </div>
  582. </div>
  583. </div>
  584. <footer>
  585. <div class="grad-bottom"></div>
  586. <div class="footer">
  587. <div class="container">
  588. <span class="pull-right">
  589. <a href="#top">Back to top</a>
  590. </span>
  591. <span>Generated by <strong>DocFX</strong></span>
  592. </div>
  593. </div>
  594. </footer>
  595. </div>
  596. <script type="text/javascript" src="../../styles/docfx.vendor.min.js"></script>
  597. <script type="text/javascript" src="../../styles/docfx.js"></script>
  598. <script type="text/javascript" src="../../styles/main.js"></script>
  599. </body>
  600. </html>