Terminal.Gui.ConsoleKeyMapping.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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>Class ConsoleKeyMapping
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class ConsoleKeyMapping
  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.ConsoleKeyMapping">
  74. <h1 id="Terminal_Gui_ConsoleKeyMapping" data-uid="Terminal.Gui.ConsoleKeyMapping" class="text-break">Class ConsoleKeyMapping
  75. </h1>
  76. <div class="markdown level0 summary">
  77. Helper class to handle the scan code and virtual key from a <span class="xref">System.ConsoleKey</span>.
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><span class="xref">System.Object</span></div>
  83. <div class="level1"><span class="xref">ConsoleKeyMapping</span></div>
  84. </div>
  85. <div class="inheritedMembers">
  86. <h5>Inherited Members</h5>
  87. <div>
  88. <span class="xref">System.Object.Equals(System.Object)</span>
  89. </div>
  90. <div>
  91. <span class="xref">System.Object.Equals(System.Object, System.Object)</span>
  92. </div>
  93. <div>
  94. <span class="xref">System.Object.GetHashCode()</span>
  95. </div>
  96. <div>
  97. <span class="xref">System.Object.GetType()</span>
  98. </div>
  99. <div>
  100. <span class="xref">System.Object.MemberwiseClone()</span>
  101. </div>
  102. <div>
  103. <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
  104. </div>
  105. <div>
  106. <span class="xref">System.Object.ToString()</span>
  107. </div>
  108. </div>
  109. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  110. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  111. <h5 id="Terminal_Gui_ConsoleKeyMapping_syntax">Syntax</h5>
  112. <div class="codewrapper">
  113. <pre><code class="lang-csharp hljs">public static class ConsoleKeyMapping</code></pre>
  114. </div>
  115. <h3 id="methods">Methods
  116. </h3>
  117. <span class="small pull-right mobile-hide">
  118. <span class="divider">|</span>
  119. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_ConsoleKeyMapping_GetConsoleKeyFromKey_System_UInt32_System_ConsoleModifiers_System_UInt32__System_UInt32__.md&amp;value=---%0Auid%3A%20Terminal.Gui.ConsoleKeyMapping.GetConsoleKeyFromKey(System.UInt32%2CSystem.ConsoleModifiers%2CSystem.UInt32%40%2CSystem.UInt32%40)%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">Improve this Doc</a>
  120. </span>
  121. <span class="small pull-right mobile-hide">
  122. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/Terminal.Gui/Core/ConsoleKeyMapping.cs/#L80">View Source</a>
  123. </span>
  124. <a id="Terminal_Gui_ConsoleKeyMapping_GetConsoleKeyFromKey_" data-uid="Terminal.Gui.ConsoleKeyMapping.GetConsoleKeyFromKey*"></a>
  125. <h4 id="Terminal_Gui_ConsoleKeyMapping_GetConsoleKeyFromKey_System_UInt32_System_ConsoleModifiers_System_UInt32__System_UInt32__" data-uid="Terminal.Gui.ConsoleKeyMapping.GetConsoleKeyFromKey(System.UInt32,System.ConsoleModifiers,System.UInt32@,System.UInt32@)">GetConsoleKeyFromKey(UInt32, ConsoleModifiers, out UInt32, out UInt32)</h4>
  126. <div class="markdown level1 summary">
  127. Get the <span class="xref">System.ConsoleKey</span> from a <a class="xref" href="Terminal.Gui.Key.html">Key</a>.
  128. </div>
  129. <div class="markdown level1 conceptual"></div>
  130. <h5 class="decalaration">Declaration</h5>
  131. <div class="codewrapper">
  132. <pre><code class="lang-csharp hljs">public static uint GetConsoleKeyFromKey(uint keyValue, ConsoleModifiers modifiers, out uint scanCode, out uint outputChar)</code></pre>
  133. </div>
  134. <h5 class="parameters">Parameters</h5>
  135. <table class="table table-bordered table-striped table-condensed">
  136. <thead>
  137. <tr>
  138. <th>Type</th>
  139. <th>Name</th>
  140. <th>Description</th>
  141. </tr>
  142. </thead>
  143. <tbody>
  144. <tr>
  145. <td><span class="xref">System.UInt32</span></td>
  146. <td><span class="parametername">keyValue</span></td>
  147. <td>The key value.</td>
  148. </tr>
  149. <tr>
  150. <td><span class="xref">System.ConsoleModifiers</span></td>
  151. <td><span class="parametername">modifiers</span></td>
  152. <td>The modifiers keys.</td>
  153. </tr>
  154. <tr>
  155. <td><span class="xref">System.UInt32</span></td>
  156. <td><span class="parametername">scanCode</span></td>
  157. <td>The resulting scan code.</td>
  158. </tr>
  159. <tr>
  160. <td><span class="xref">System.UInt32</span></td>
  161. <td><span class="parametername">outputChar</span></td>
  162. <td>The resulting output character.</td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <h5 class="returns">Returns</h5>
  167. <table class="table table-bordered table-striped table-condensed">
  168. <thead>
  169. <tr>
  170. <th>Type</th>
  171. <th>Description</th>
  172. </tr>
  173. </thead>
  174. <tbody>
  175. <tr>
  176. <td><span class="xref">System.UInt32</span></td>
  177. <td>The <span class="xref">System.ConsoleKey</span> or the <code data-dev-comment-type="paramref" class="paramref">outputChar</code>.</td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. <span class="small pull-right mobile-hide">
  182. <span class="divider">|</span>
  183. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_ConsoleKeyMapping_GetKeyCharFromConsoleKey_System_UInt32_System_ConsoleModifiers_System_UInt32__System_UInt32__.md&amp;value=---%0Auid%3A%20Terminal.Gui.ConsoleKeyMapping.GetKeyCharFromConsoleKey(System.UInt32%2CSystem.ConsoleModifiers%2CSystem.UInt32%40%2CSystem.UInt32%40)%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">Improve this Doc</a>
  184. </span>
  185. <span class="small pull-right mobile-hide">
  186. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/Terminal.Gui/Core/ConsoleKeyMapping.cs/#L120">View Source</a>
  187. </span>
  188. <a id="Terminal_Gui_ConsoleKeyMapping_GetKeyCharFromConsoleKey_" data-uid="Terminal.Gui.ConsoleKeyMapping.GetKeyCharFromConsoleKey*"></a>
  189. <h4 id="Terminal_Gui_ConsoleKeyMapping_GetKeyCharFromConsoleKey_System_UInt32_System_ConsoleModifiers_System_UInt32__System_UInt32__" data-uid="Terminal.Gui.ConsoleKeyMapping.GetKeyCharFromConsoleKey(System.UInt32,System.ConsoleModifiers,System.UInt32@,System.UInt32@)">GetKeyCharFromConsoleKey(UInt32, ConsoleModifiers, out UInt32, out UInt32)</h4>
  190. <div class="markdown level1 summary">
  191. Get the output character from the <span class="xref">System.ConsoleKey</span>.
  192. </div>
  193. <div class="markdown level1 conceptual"></div>
  194. <h5 class="decalaration">Declaration</h5>
  195. <div class="codewrapper">
  196. <pre><code class="lang-csharp hljs">public static uint GetKeyCharFromConsoleKey(uint unicodeChar, ConsoleModifiers modifiers, out uint consoleKey, out uint scanCode)</code></pre>
  197. </div>
  198. <h5 class="parameters">Parameters</h5>
  199. <table class="table table-bordered table-striped table-condensed">
  200. <thead>
  201. <tr>
  202. <th>Type</th>
  203. <th>Name</th>
  204. <th>Description</th>
  205. </tr>
  206. </thead>
  207. <tbody>
  208. <tr>
  209. <td><span class="xref">System.UInt32</span></td>
  210. <td><span class="parametername">unicodeChar</span></td>
  211. <td>The unicode character.</td>
  212. </tr>
  213. <tr>
  214. <td><span class="xref">System.ConsoleModifiers</span></td>
  215. <td><span class="parametername">modifiers</span></td>
  216. <td>The modifiers keys.</td>
  217. </tr>
  218. <tr>
  219. <td><span class="xref">System.UInt32</span></td>
  220. <td><span class="parametername">consoleKey</span></td>
  221. <td>The resulting console key.</td>
  222. </tr>
  223. <tr>
  224. <td><span class="xref">System.UInt32</span></td>
  225. <td><span class="parametername">scanCode</span></td>
  226. <td>The resulting scan code.</td>
  227. </tr>
  228. </tbody>
  229. </table>
  230. <h5 class="returns">Returns</h5>
  231. <table class="table table-bordered table-striped table-condensed">
  232. <thead>
  233. <tr>
  234. <th>Type</th>
  235. <th>Description</th>
  236. </tr>
  237. </thead>
  238. <tbody>
  239. <tr>
  240. <td><span class="xref">System.UInt32</span></td>
  241. <td>The output character or the <code data-dev-comment-type="paramref" class="paramref">consoleKey</code>.</td>
  242. </tr>
  243. </tbody>
  244. </table>
  245. <span class="small pull-right mobile-hide">
  246. <span class="divider">|</span>
  247. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_ConsoleKeyMapping_MapConsoleKeyToKey_System_ConsoleKey_System_Boolean__.md&amp;value=---%0Auid%3A%20Terminal.Gui.ConsoleKeyMapping.MapConsoleKeyToKey(System.ConsoleKey%2CSystem.Boolean%40)%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">Improve this Doc</a>
  248. </span>
  249. <span class="small pull-right mobile-hide">
  250. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/Terminal.Gui/Core/ConsoleKeyMapping.cs/#L256">View Source</a>
  251. </span>
  252. <a id="Terminal_Gui_ConsoleKeyMapping_MapConsoleKeyToKey_" data-uid="Terminal.Gui.ConsoleKeyMapping.MapConsoleKeyToKey*"></a>
  253. <h4 id="Terminal_Gui_ConsoleKeyMapping_MapConsoleKeyToKey_System_ConsoleKey_System_Boolean__" data-uid="Terminal.Gui.ConsoleKeyMapping.MapConsoleKeyToKey(System.ConsoleKey,System.Boolean@)">MapConsoleKeyToKey(ConsoleKey, out Boolean)</h4>
  254. <div class="markdown level1 summary">
  255. Maps a <span class="xref">System.ConsoleKey</span> to a <a class="xref" href="Terminal.Gui.Key.html">Key</a>.
  256. </div>
  257. <div class="markdown level1 conceptual"></div>
  258. <h5 class="decalaration">Declaration</h5>
  259. <div class="codewrapper">
  260. <pre><code class="lang-csharp hljs">public static Key MapConsoleKeyToKey(ConsoleKey consoleKey, out bool isMappable)</code></pre>
  261. </div>
  262. <h5 class="parameters">Parameters</h5>
  263. <table class="table table-bordered table-striped table-condensed">
  264. <thead>
  265. <tr>
  266. <th>Type</th>
  267. <th>Name</th>
  268. <th>Description</th>
  269. </tr>
  270. </thead>
  271. <tbody>
  272. <tr>
  273. <td><span class="xref">System.ConsoleKey</span></td>
  274. <td><span class="parametername">consoleKey</span></td>
  275. <td>The console key.</td>
  276. </tr>
  277. <tr>
  278. <td><span class="xref">System.Boolean</span></td>
  279. <td><span class="parametername">isMappable</span></td>
  280. <td>If <span class="xref">true</span> is mapped to a valid character, otherwise <span class="xref">false</span>.</td>
  281. </tr>
  282. </tbody>
  283. </table>
  284. <h5 class="returns">Returns</h5>
  285. <table class="table table-bordered table-striped table-condensed">
  286. <thead>
  287. <tr>
  288. <th>Type</th>
  289. <th>Description</th>
  290. </tr>
  291. </thead>
  292. <tbody>
  293. <tr>
  294. <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
  295. <td>The <a class="xref" href="Terminal.Gui.Key.html">Key</a> or the <code data-dev-comment-type="paramref" class="paramref">consoleKey</code>.</td>
  296. </tr>
  297. </tbody>
  298. </table>
  299. <span class="small pull-right mobile-hide">
  300. <span class="divider">|</span>
  301. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_ConsoleKeyMapping_MapKeyModifiers_System_ConsoleKeyInfo_Terminal_Gui_Key_.md&amp;value=---%0Auid%3A%20Terminal.Gui.ConsoleKeyMapping.MapKeyModifiers(System.ConsoleKeyInfo%2CTerminal.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">Improve this Doc</a>
  302. </span>
  303. <span class="small pull-right mobile-hide">
  304. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/Terminal.Gui/Core/ConsoleKeyMapping.cs/#L343">View Source</a>
  305. </span>
  306. <a id="Terminal_Gui_ConsoleKeyMapping_MapKeyModifiers_" data-uid="Terminal.Gui.ConsoleKeyMapping.MapKeyModifiers*"></a>
  307. <h4 id="Terminal_Gui_ConsoleKeyMapping_MapKeyModifiers_System_ConsoleKeyInfo_Terminal_Gui_Key_" data-uid="Terminal.Gui.ConsoleKeyMapping.MapKeyModifiers(System.ConsoleKeyInfo,Terminal.Gui.Key)">MapKeyModifiers(ConsoleKeyInfo, Key)</h4>
  308. <div class="markdown level1 summary">
  309. Maps a <span class="xref">System.ConsoleKeyInfo</span> to a <a class="xref" href="Terminal.Gui.Key.html">Key</a>.
  310. </div>
  311. <div class="markdown level1 conceptual"></div>
  312. <h5 class="decalaration">Declaration</h5>
  313. <div class="codewrapper">
  314. <pre><code class="lang-csharp hljs">public static Key MapKeyModifiers(ConsoleKeyInfo keyInfo, Key key)</code></pre>
  315. </div>
  316. <h5 class="parameters">Parameters</h5>
  317. <table class="table table-bordered table-striped table-condensed">
  318. <thead>
  319. <tr>
  320. <th>Type</th>
  321. <th>Name</th>
  322. <th>Description</th>
  323. </tr>
  324. </thead>
  325. <tbody>
  326. <tr>
  327. <td><span class="xref">System.ConsoleKeyInfo</span></td>
  328. <td><span class="parametername">keyInfo</span></td>
  329. <td>The console key info.</td>
  330. </tr>
  331. <tr>
  332. <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
  333. <td><span class="parametername">key</span></td>
  334. <td>The key.</td>
  335. </tr>
  336. </tbody>
  337. </table>
  338. <h5 class="returns">Returns</h5>
  339. <table class="table table-bordered table-striped table-condensed">
  340. <thead>
  341. <tr>
  342. <th>Type</th>
  343. <th>Description</th>
  344. </tr>
  345. </thead>
  346. <tbody>
  347. <tr>
  348. <td><a class="xref" href="Terminal.Gui.Key.html">Key</a></td>
  349. <td>The <a class="xref" href="Terminal.Gui.Key.html">Key</a> with <span class="xref">System.ConsoleModifiers</span> or the <code data-dev-comment-type="paramref" class="paramref">key</code></td>
  350. </tr>
  351. </tbody>
  352. </table>
  353. <span class="small pull-right mobile-hide">
  354. <span class="divider">|</span>
  355. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_ConsoleKeyMapping_MapKeyToConsoleKey_System_UInt32_System_Boolean__.md&amp;value=---%0Auid%3A%20Terminal.Gui.ConsoleKeyMapping.MapKeyToConsoleKey(System.UInt32%2CSystem.Boolean%40)%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">Improve this Doc</a>
  356. </span>
  357. <span class="small pull-right mobile-hide">
  358. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/Terminal.Gui/Core/ConsoleKeyMapping.cs/#L164">View Source</a>
  359. </span>
  360. <a id="Terminal_Gui_ConsoleKeyMapping_MapKeyToConsoleKey_" data-uid="Terminal.Gui.ConsoleKeyMapping.MapKeyToConsoleKey*"></a>
  361. <h4 id="Terminal_Gui_ConsoleKeyMapping_MapKeyToConsoleKey_System_UInt32_System_Boolean__" data-uid="Terminal.Gui.ConsoleKeyMapping.MapKeyToConsoleKey(System.UInt32,System.Boolean@)">MapKeyToConsoleKey(UInt32, out Boolean)</h4>
  362. <div class="markdown level1 summary">
  363. Maps a <a class="xref" href="Terminal.Gui.Key.html">Key</a> to a <span class="xref">System.ConsoleKey</span>.
  364. </div>
  365. <div class="markdown level1 conceptual"></div>
  366. <h5 class="decalaration">Declaration</h5>
  367. <div class="codewrapper">
  368. <pre><code class="lang-csharp hljs">public static uint MapKeyToConsoleKey(uint keyValue, out bool isMappable)</code></pre>
  369. </div>
  370. <h5 class="parameters">Parameters</h5>
  371. <table class="table table-bordered table-striped table-condensed">
  372. <thead>
  373. <tr>
  374. <th>Type</th>
  375. <th>Name</th>
  376. <th>Description</th>
  377. </tr>
  378. </thead>
  379. <tbody>
  380. <tr>
  381. <td><span class="xref">System.UInt32</span></td>
  382. <td><span class="parametername">keyValue</span></td>
  383. <td>The key value.</td>
  384. </tr>
  385. <tr>
  386. <td><span class="xref">System.Boolean</span></td>
  387. <td><span class="parametername">isMappable</span></td>
  388. <td>If <span class="xref">true</span> is mapped to a valid character, otherwise <span class="xref">false</span>.</td>
  389. </tr>
  390. </tbody>
  391. </table>
  392. <h5 class="returns">Returns</h5>
  393. <table class="table table-bordered table-striped table-condensed">
  394. <thead>
  395. <tr>
  396. <th>Type</th>
  397. <th>Description</th>
  398. </tr>
  399. </thead>
  400. <tbody>
  401. <tr>
  402. <td><span class="xref">System.UInt32</span></td>
  403. <td>The <span class="xref">System.ConsoleKey</span> or the <code data-dev-comment-type="paramref" class="paramref">keyValue</code>.</td>
  404. </tr>
  405. </tbody>
  406. </table>
  407. </article>
  408. </div>
  409. <div class="hidden-sm col-md-2" role="complementary">
  410. <div class="sideaffix">
  411. <div class="contribution">
  412. <ul class="nav">
  413. <li>
  414. <a href="https://github.com/gui-cs/Terminal.Gui/new/develop/docfx/overrides/new?filename=Terminal_Gui_ConsoleKeyMapping.md&amp;value=---%0Auid%3A%20Terminal.Gui.ConsoleKeyMapping%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>
  415. </li>
  416. <li>
  417. <a href="https://github.com/gui-cs/Terminal.Gui/blob/develop/Terminal.Gui/Core/ConsoleKeyMapping.cs/#L10" class="contribution-link">View Source</a>
  418. </li>
  419. </ul>
  420. </div>
  421. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  422. <h5>In This Article</h5>
  423. <div></div>
  424. </nav>
  425. </div>
  426. </div>
  427. </div>
  428. </div>
  429. <footer>
  430. <div class="grad-bottom"></div>
  431. <div class="footer">
  432. <div class="container">
  433. <span class="pull-right">
  434. <a href="#top">Back to top</a>
  435. </span>
  436. <span>Generated by <strong>DocFX</strong></span>
  437. </div>
  438. </div>
  439. </footer>
  440. </div>
  441. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  442. <script type="text/javascript" src="../../styles/docfx.js"></script>
  443. <script type="text/javascript" src="../../styles/main.js"></script>
  444. </body>
  445. </html>