Terminal.Gui.Key.html 19 KB

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