Terminal.Gui.Key.yml 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.Key
  4. id: Key
  5. children:
  6. - Terminal.Gui.Key.AltMask
  7. - Terminal.Gui.Key.Backspace
  8. - Terminal.Gui.Key.BackTab
  9. - Terminal.Gui.Key.CharMask
  10. - Terminal.Gui.Key.ControlA
  11. - Terminal.Gui.Key.ControlB
  12. - Terminal.Gui.Key.ControlC
  13. - Terminal.Gui.Key.ControlD
  14. - Terminal.Gui.Key.ControlE
  15. - Terminal.Gui.Key.ControlF
  16. - Terminal.Gui.Key.ControlG
  17. - Terminal.Gui.Key.ControlH
  18. - Terminal.Gui.Key.ControlI
  19. - Terminal.Gui.Key.ControlJ
  20. - Terminal.Gui.Key.ControlK
  21. - Terminal.Gui.Key.ControlL
  22. - Terminal.Gui.Key.ControlM
  23. - Terminal.Gui.Key.ControlN
  24. - Terminal.Gui.Key.ControlO
  25. - Terminal.Gui.Key.ControlP
  26. - Terminal.Gui.Key.ControlQ
  27. - Terminal.Gui.Key.ControlR
  28. - Terminal.Gui.Key.ControlS
  29. - Terminal.Gui.Key.ControlSpace
  30. - Terminal.Gui.Key.ControlT
  31. - Terminal.Gui.Key.ControlU
  32. - Terminal.Gui.Key.ControlV
  33. - Terminal.Gui.Key.ControlW
  34. - Terminal.Gui.Key.ControlX
  35. - Terminal.Gui.Key.ControlY
  36. - Terminal.Gui.Key.ControlZ
  37. - Terminal.Gui.Key.CursorDown
  38. - Terminal.Gui.Key.CursorLeft
  39. - Terminal.Gui.Key.CursorRight
  40. - Terminal.Gui.Key.CursorUp
  41. - Terminal.Gui.Key.Delete
  42. - Terminal.Gui.Key.DeleteChar
  43. - Terminal.Gui.Key.End
  44. - Terminal.Gui.Key.Enter
  45. - Terminal.Gui.Key.Esc
  46. - Terminal.Gui.Key.F1
  47. - Terminal.Gui.Key.F10
  48. - Terminal.Gui.Key.F2
  49. - Terminal.Gui.Key.F3
  50. - Terminal.Gui.Key.F4
  51. - Terminal.Gui.Key.F5
  52. - Terminal.Gui.Key.F6
  53. - Terminal.Gui.Key.F7
  54. - Terminal.Gui.Key.F8
  55. - Terminal.Gui.Key.F9
  56. - Terminal.Gui.Key.Home
  57. - Terminal.Gui.Key.InsertChar
  58. - Terminal.Gui.Key.PageDown
  59. - Terminal.Gui.Key.PageUp
  60. - Terminal.Gui.Key.Space
  61. - Terminal.Gui.Key.SpecialMask
  62. - Terminal.Gui.Key.Tab
  63. - Terminal.Gui.Key.Unknown
  64. langs:
  65. - csharp
  66. name: Key
  67. nameWithType: Key
  68. fullName: Terminal.Gui.Key
  69. type: Enum
  70. assemblies:
  71. - Terminal.Gui
  72. namespace: Terminal.Gui
  73. summary: >-
  74. The Key enumeration contains special encoding for some keys, but can also
  75. encode all the unicode values that can be passed.
  76. remarks: >-
  77. <p>
  78. If the SpecialMask is set, then the value is that of the special mask,
  79. otherwise, the value is the one of the lower bits (as extracted by CharMask)
  80. </p>
  81. <p>
  82. Control keys are the values between 1 and 26 corresponding to Control-A to Control-Z
  83. </p>
  84. <p>
  85. Unicode runes are also stored here, the letter 'A" for example is encoded as a value 65 (not surfaced in the enum).
  86. </p>
  87. syntax:
  88. content: public enum Key
  89. inheritance:
  90. - System.Enum
  91. - uid: Terminal.Gui.Key.AltMask
  92. id: AltMask
  93. parent: Terminal.Gui.Key
  94. langs:
  95. - csharp
  96. name: AltMask
  97. nameWithType: Key.AltMask
  98. fullName: Key.AltMask
  99. type: Field
  100. assemblies:
  101. - Terminal.Gui
  102. namespace: Terminal.Gui
  103. summary: >-
  104. When this value is set, the Key encodes the sequence Alt-KeyValue.
  105. And the actual value must be extracted by removing the AltMask.
  106. syntax:
  107. content: AltMask
  108. return:
  109. type: Terminal.Gui.Key
  110. description: To be added.
  111. exceptions: []
  112. - uid: Terminal.Gui.Key.Backspace
  113. id: Backspace
  114. parent: Terminal.Gui.Key
  115. langs:
  116. - csharp
  117. name: Backspace
  118. nameWithType: Key.Backspace
  119. fullName: Key.Backspace
  120. type: Field
  121. assemblies:
  122. - Terminal.Gui
  123. namespace: Terminal.Gui
  124. summary: Backspace key.
  125. syntax:
  126. content: Backspace
  127. return:
  128. type: Terminal.Gui.Key
  129. description: To be added.
  130. exceptions: []
  131. - uid: Terminal.Gui.Key.BackTab
  132. id: BackTab
  133. parent: Terminal.Gui.Key
  134. langs:
  135. - csharp
  136. name: BackTab
  137. nameWithType: Key.BackTab
  138. fullName: Key.BackTab
  139. type: Field
  140. assemblies:
  141. - Terminal.Gui
  142. namespace: Terminal.Gui
  143. summary: Shift-tab key (backwards tab key).
  144. syntax:
  145. content: BackTab
  146. return:
  147. type: Terminal.Gui.Key
  148. description: To be added.
  149. exceptions: []
  150. - uid: Terminal.Gui.Key.CharMask
  151. id: CharMask
  152. parent: Terminal.Gui.Key
  153. langs:
  154. - csharp
  155. name: CharMask
  156. nameWithType: Key.CharMask
  157. fullName: Key.CharMask
  158. type: Field
  159. assemblies:
  160. - Terminal.Gui
  161. namespace: Terminal.Gui
  162. summary: >-
  163. Mask that indictes that this is a character value, values outside this range
  164. indicate special characters like Alt-key combinations or special keys on the
  165. keyboard like function keys, arrows keys and so on.
  166. syntax:
  167. content: CharMask
  168. return:
  169. type: Terminal.Gui.Key
  170. description: To be added.
  171. exceptions: []
  172. - uid: Terminal.Gui.Key.ControlA
  173. id: ControlA
  174. parent: Terminal.Gui.Key
  175. langs:
  176. - csharp
  177. name: ControlA
  178. nameWithType: Key.ControlA
  179. fullName: Key.ControlA
  180. type: Field
  181. assemblies:
  182. - Terminal.Gui
  183. namespace: Terminal.Gui
  184. summary: The key code for the user pressing Control-A
  185. syntax:
  186. content: ControlA
  187. return:
  188. type: Terminal.Gui.Key
  189. description: To be added.
  190. exceptions: []
  191. - uid: Terminal.Gui.Key.ControlB
  192. id: ControlB
  193. parent: Terminal.Gui.Key
  194. langs:
  195. - csharp
  196. name: ControlB
  197. nameWithType: Key.ControlB
  198. fullName: Key.ControlB
  199. type: Field
  200. assemblies:
  201. - Terminal.Gui
  202. namespace: Terminal.Gui
  203. summary: The key code for the user pressing Control-B
  204. syntax:
  205. content: ControlB
  206. return:
  207. type: Terminal.Gui.Key
  208. description: To be added.
  209. exceptions: []
  210. - uid: Terminal.Gui.Key.ControlC
  211. id: ControlC
  212. parent: Terminal.Gui.Key
  213. langs:
  214. - csharp
  215. name: ControlC
  216. nameWithType: Key.ControlC
  217. fullName: Key.ControlC
  218. type: Field
  219. assemblies:
  220. - Terminal.Gui
  221. namespace: Terminal.Gui
  222. summary: The key code for the user pressing Control-C
  223. syntax:
  224. content: ControlC
  225. return:
  226. type: Terminal.Gui.Key
  227. description: To be added.
  228. exceptions: []
  229. - uid: Terminal.Gui.Key.ControlD
  230. id: ControlD
  231. parent: Terminal.Gui.Key
  232. langs:
  233. - csharp
  234. name: ControlD
  235. nameWithType: Key.ControlD
  236. fullName: Key.ControlD
  237. type: Field
  238. assemblies:
  239. - Terminal.Gui
  240. namespace: Terminal.Gui
  241. summary: The key code for the user pressing Control-D
  242. syntax:
  243. content: ControlD
  244. return:
  245. type: Terminal.Gui.Key
  246. description: To be added.
  247. exceptions: []
  248. - uid: Terminal.Gui.Key.ControlE
  249. id: ControlE
  250. parent: Terminal.Gui.Key
  251. langs:
  252. - csharp
  253. name: ControlE
  254. nameWithType: Key.ControlE
  255. fullName: Key.ControlE
  256. type: Field
  257. assemblies:
  258. - Terminal.Gui
  259. namespace: Terminal.Gui
  260. summary: The key code for the user pressing Control-E
  261. syntax:
  262. content: ControlE
  263. return:
  264. type: Terminal.Gui.Key
  265. description: To be added.
  266. exceptions: []
  267. - uid: Terminal.Gui.Key.ControlF
  268. id: ControlF
  269. parent: Terminal.Gui.Key
  270. langs:
  271. - csharp
  272. name: ControlF
  273. nameWithType: Key.ControlF
  274. fullName: Key.ControlF
  275. type: Field
  276. assemblies:
  277. - Terminal.Gui
  278. namespace: Terminal.Gui
  279. summary: The key code for the user pressing Control-F
  280. syntax:
  281. content: ControlF
  282. return:
  283. type: Terminal.Gui.Key
  284. description: To be added.
  285. exceptions: []
  286. - uid: Terminal.Gui.Key.ControlG
  287. id: ControlG
  288. parent: Terminal.Gui.Key
  289. langs:
  290. - csharp
  291. name: ControlG
  292. nameWithType: Key.ControlG
  293. fullName: Key.ControlG
  294. type: Field
  295. assemblies:
  296. - Terminal.Gui
  297. namespace: Terminal.Gui
  298. summary: The key code for the user pressing Control-G
  299. syntax:
  300. content: ControlG
  301. return:
  302. type: Terminal.Gui.Key
  303. description: To be added.
  304. exceptions: []
  305. - uid: Terminal.Gui.Key.ControlH
  306. id: ControlH
  307. parent: Terminal.Gui.Key
  308. langs:
  309. - csharp
  310. name: ControlH
  311. nameWithType: Key.ControlH
  312. fullName: Key.ControlH
  313. type: Field
  314. assemblies:
  315. - Terminal.Gui
  316. namespace: Terminal.Gui
  317. summary: The key code for the user pressing Control-H
  318. syntax:
  319. content: ControlH
  320. return:
  321. type: Terminal.Gui.Key
  322. description: To be added.
  323. exceptions: []
  324. - uid: Terminal.Gui.Key.ControlI
  325. id: ControlI
  326. parent: Terminal.Gui.Key
  327. langs:
  328. - csharp
  329. name: ControlI
  330. nameWithType: Key.ControlI
  331. fullName: Key.ControlI
  332. type: Field
  333. assemblies:
  334. - Terminal.Gui
  335. namespace: Terminal.Gui
  336. summary: The key code for the user pressing Control-I (same as the tab key).
  337. syntax:
  338. content: ControlI
  339. return:
  340. type: Terminal.Gui.Key
  341. description: To be added.
  342. exceptions: []
  343. - uid: Terminal.Gui.Key.ControlJ
  344. id: ControlJ
  345. parent: Terminal.Gui.Key
  346. langs:
  347. - csharp
  348. name: ControlJ
  349. nameWithType: Key.ControlJ
  350. fullName: Key.ControlJ
  351. type: Field
  352. assemblies:
  353. - Terminal.Gui
  354. namespace: Terminal.Gui
  355. summary: The key code for the user pressing Control-J
  356. syntax:
  357. content: ControlJ
  358. return:
  359. type: Terminal.Gui.Key
  360. description: To be added.
  361. exceptions: []
  362. - uid: Terminal.Gui.Key.ControlK
  363. id: ControlK
  364. parent: Terminal.Gui.Key
  365. langs:
  366. - csharp
  367. name: ControlK
  368. nameWithType: Key.ControlK
  369. fullName: Key.ControlK
  370. type: Field
  371. assemblies:
  372. - Terminal.Gui
  373. namespace: Terminal.Gui
  374. summary: The key code for the user pressing Control-K
  375. syntax:
  376. content: ControlK
  377. return:
  378. type: Terminal.Gui.Key
  379. description: To be added.
  380. exceptions: []
  381. - uid: Terminal.Gui.Key.ControlL
  382. id: ControlL
  383. parent: Terminal.Gui.Key
  384. langs:
  385. - csharp
  386. name: ControlL
  387. nameWithType: Key.ControlL
  388. fullName: Key.ControlL
  389. type: Field
  390. assemblies:
  391. - Terminal.Gui
  392. namespace: Terminal.Gui
  393. summary: The key code for the user pressing Control-L
  394. syntax:
  395. content: ControlL
  396. return:
  397. type: Terminal.Gui.Key
  398. description: To be added.
  399. exceptions: []
  400. - uid: Terminal.Gui.Key.ControlM
  401. id: ControlM
  402. parent: Terminal.Gui.Key
  403. langs:
  404. - csharp
  405. name: ControlM
  406. nameWithType: Key.ControlM
  407. fullName: Key.ControlM
  408. type: Field
  409. assemblies:
  410. - Terminal.Gui
  411. namespace: Terminal.Gui
  412. summary: The key code for the user pressing Control-M
  413. syntax:
  414. content: ControlM
  415. return:
  416. type: Terminal.Gui.Key
  417. description: To be added.
  418. exceptions: []
  419. - uid: Terminal.Gui.Key.ControlN
  420. id: ControlN
  421. parent: Terminal.Gui.Key
  422. langs:
  423. - csharp
  424. name: ControlN
  425. nameWithType: Key.ControlN
  426. fullName: Key.ControlN
  427. type: Field
  428. assemblies:
  429. - Terminal.Gui
  430. namespace: Terminal.Gui
  431. summary: The key code for the user pressing Control-N (same as the return key).
  432. syntax:
  433. content: ControlN
  434. return:
  435. type: Terminal.Gui.Key
  436. description: To be added.
  437. exceptions: []
  438. - uid: Terminal.Gui.Key.ControlO
  439. id: ControlO
  440. parent: Terminal.Gui.Key
  441. langs:
  442. - csharp
  443. name: ControlO
  444. nameWithType: Key.ControlO
  445. fullName: Key.ControlO
  446. type: Field
  447. assemblies:
  448. - Terminal.Gui
  449. namespace: Terminal.Gui
  450. summary: The key code for the user pressing Control-O
  451. syntax:
  452. content: ControlO
  453. return:
  454. type: Terminal.Gui.Key
  455. description: To be added.
  456. exceptions: []
  457. - uid: Terminal.Gui.Key.ControlP
  458. id: ControlP
  459. parent: Terminal.Gui.Key
  460. langs:
  461. - csharp
  462. name: ControlP
  463. nameWithType: Key.ControlP
  464. fullName: Key.ControlP
  465. type: Field
  466. assemblies:
  467. - Terminal.Gui
  468. namespace: Terminal.Gui
  469. summary: The key code for the user pressing Control-P
  470. syntax:
  471. content: ControlP
  472. return:
  473. type: Terminal.Gui.Key
  474. description: To be added.
  475. exceptions: []
  476. - uid: Terminal.Gui.Key.ControlQ
  477. id: ControlQ
  478. parent: Terminal.Gui.Key
  479. langs:
  480. - csharp
  481. name: ControlQ
  482. nameWithType: Key.ControlQ
  483. fullName: Key.ControlQ
  484. type: Field
  485. assemblies:
  486. - Terminal.Gui
  487. namespace: Terminal.Gui
  488. summary: The key code for the user pressing Control-Q
  489. syntax:
  490. content: ControlQ
  491. return:
  492. type: Terminal.Gui.Key
  493. description: To be added.
  494. exceptions: []
  495. - uid: Terminal.Gui.Key.ControlR
  496. id: ControlR
  497. parent: Terminal.Gui.Key
  498. langs:
  499. - csharp
  500. name: ControlR
  501. nameWithType: Key.ControlR
  502. fullName: Key.ControlR
  503. type: Field
  504. assemblies:
  505. - Terminal.Gui
  506. namespace: Terminal.Gui
  507. summary: The key code for the user pressing Control-R
  508. syntax:
  509. content: ControlR
  510. return:
  511. type: Terminal.Gui.Key
  512. description: To be added.
  513. exceptions: []
  514. - uid: Terminal.Gui.Key.ControlS
  515. id: ControlS
  516. parent: Terminal.Gui.Key
  517. langs:
  518. - csharp
  519. name: ControlS
  520. nameWithType: Key.ControlS
  521. fullName: Key.ControlS
  522. type: Field
  523. assemblies:
  524. - Terminal.Gui
  525. namespace: Terminal.Gui
  526. summary: The key code for the user pressing Control-S
  527. syntax:
  528. content: ControlS
  529. return:
  530. type: Terminal.Gui.Key
  531. description: To be added.
  532. exceptions: []
  533. - uid: Terminal.Gui.Key.ControlSpace
  534. id: ControlSpace
  535. parent: Terminal.Gui.Key
  536. langs:
  537. - csharp
  538. name: ControlSpace
  539. nameWithType: Key.ControlSpace
  540. fullName: Key.ControlSpace
  541. type: Field
  542. assemblies:
  543. - Terminal.Gui
  544. namespace: Terminal.Gui
  545. summary: The key code for the user pressing Control-spacebar
  546. syntax:
  547. content: ControlSpace
  548. return:
  549. type: Terminal.Gui.Key
  550. description: To be added.
  551. exceptions: []
  552. - uid: Terminal.Gui.Key.ControlT
  553. id: ControlT
  554. parent: Terminal.Gui.Key
  555. langs:
  556. - csharp
  557. name: ControlT
  558. nameWithType: Key.ControlT
  559. fullName: Key.ControlT
  560. type: Field
  561. assemblies:
  562. - Terminal.Gui
  563. namespace: Terminal.Gui
  564. summary: The key code for the user pressing Control-T
  565. syntax:
  566. content: ControlT
  567. return:
  568. type: Terminal.Gui.Key
  569. description: To be added.
  570. exceptions: []
  571. - uid: Terminal.Gui.Key.ControlU
  572. id: ControlU
  573. parent: Terminal.Gui.Key
  574. langs:
  575. - csharp
  576. name: ControlU
  577. nameWithType: Key.ControlU
  578. fullName: Key.ControlU
  579. type: Field
  580. assemblies:
  581. - Terminal.Gui
  582. namespace: Terminal.Gui
  583. summary: The key code for the user pressing Control-U
  584. syntax:
  585. content: ControlU
  586. return:
  587. type: Terminal.Gui.Key
  588. description: To be added.
  589. exceptions: []
  590. - uid: Terminal.Gui.Key.ControlV
  591. id: ControlV
  592. parent: Terminal.Gui.Key
  593. langs:
  594. - csharp
  595. name: ControlV
  596. nameWithType: Key.ControlV
  597. fullName: Key.ControlV
  598. type: Field
  599. assemblies:
  600. - Terminal.Gui
  601. namespace: Terminal.Gui
  602. summary: The key code for the user pressing Control-V
  603. syntax:
  604. content: ControlV
  605. return:
  606. type: Terminal.Gui.Key
  607. description: To be added.
  608. exceptions: []
  609. - uid: Terminal.Gui.Key.ControlW
  610. id: ControlW
  611. parent: Terminal.Gui.Key
  612. langs:
  613. - csharp
  614. name: ControlW
  615. nameWithType: Key.ControlW
  616. fullName: Key.ControlW
  617. type: Field
  618. assemblies:
  619. - Terminal.Gui
  620. namespace: Terminal.Gui
  621. summary: The key code for the user pressing Control-W
  622. syntax:
  623. content: ControlW
  624. return:
  625. type: Terminal.Gui.Key
  626. description: To be added.
  627. exceptions: []
  628. - uid: Terminal.Gui.Key.ControlX
  629. id: ControlX
  630. parent: Terminal.Gui.Key
  631. langs:
  632. - csharp
  633. name: ControlX
  634. nameWithType: Key.ControlX
  635. fullName: Key.ControlX
  636. type: Field
  637. assemblies:
  638. - Terminal.Gui
  639. namespace: Terminal.Gui
  640. summary: The key code for the user pressing Control-X
  641. syntax:
  642. content: ControlX
  643. return:
  644. type: Terminal.Gui.Key
  645. description: To be added.
  646. exceptions: []
  647. - uid: Terminal.Gui.Key.ControlY
  648. id: ControlY
  649. parent: Terminal.Gui.Key
  650. langs:
  651. - csharp
  652. name: ControlY
  653. nameWithType: Key.ControlY
  654. fullName: Key.ControlY
  655. type: Field
  656. assemblies:
  657. - Terminal.Gui
  658. namespace: Terminal.Gui
  659. summary: The key code for the user pressing Control-Y
  660. syntax:
  661. content: ControlY
  662. return:
  663. type: Terminal.Gui.Key
  664. description: To be added.
  665. exceptions: []
  666. - uid: Terminal.Gui.Key.ControlZ
  667. id: ControlZ
  668. parent: Terminal.Gui.Key
  669. langs:
  670. - csharp
  671. name: ControlZ
  672. nameWithType: Key.ControlZ
  673. fullName: Key.ControlZ
  674. type: Field
  675. assemblies:
  676. - Terminal.Gui
  677. namespace: Terminal.Gui
  678. summary: The key code for the user pressing Control-Z
  679. syntax:
  680. content: ControlZ
  681. return:
  682. type: Terminal.Gui.Key
  683. description: To be added.
  684. exceptions: []
  685. - uid: Terminal.Gui.Key.CursorDown
  686. id: CursorDown
  687. parent: Terminal.Gui.Key
  688. langs:
  689. - csharp
  690. name: CursorDown
  691. nameWithType: Key.CursorDown
  692. fullName: Key.CursorDown
  693. type: Field
  694. assemblies:
  695. - Terminal.Gui
  696. namespace: Terminal.Gui
  697. summary: Cursor down key.
  698. syntax:
  699. content: CursorDown
  700. return:
  701. type: Terminal.Gui.Key
  702. description: To be added.
  703. exceptions: []
  704. - uid: Terminal.Gui.Key.CursorLeft
  705. id: CursorLeft
  706. parent: Terminal.Gui.Key
  707. langs:
  708. - csharp
  709. name: CursorLeft
  710. nameWithType: Key.CursorLeft
  711. fullName: Key.CursorLeft
  712. type: Field
  713. assemblies:
  714. - Terminal.Gui
  715. namespace: Terminal.Gui
  716. summary: Cursor left key.
  717. syntax:
  718. content: CursorLeft
  719. return:
  720. type: Terminal.Gui.Key
  721. description: To be added.
  722. exceptions: []
  723. - uid: Terminal.Gui.Key.CursorRight
  724. id: CursorRight
  725. parent: Terminal.Gui.Key
  726. langs:
  727. - csharp
  728. name: CursorRight
  729. nameWithType: Key.CursorRight
  730. fullName: Key.CursorRight
  731. type: Field
  732. assemblies:
  733. - Terminal.Gui
  734. namespace: Terminal.Gui
  735. summary: Cursor right key.
  736. syntax:
  737. content: CursorRight
  738. return:
  739. type: Terminal.Gui.Key
  740. description: To be added.
  741. exceptions: []
  742. - uid: Terminal.Gui.Key.CursorUp
  743. id: CursorUp
  744. parent: Terminal.Gui.Key
  745. langs:
  746. - csharp
  747. name: CursorUp
  748. nameWithType: Key.CursorUp
  749. fullName: Key.CursorUp
  750. type: Field
  751. assemblies:
  752. - Terminal.Gui
  753. namespace: Terminal.Gui
  754. summary: Cursor up key
  755. syntax:
  756. content: CursorUp
  757. return:
  758. type: Terminal.Gui.Key
  759. description: To be added.
  760. exceptions: []
  761. - uid: Terminal.Gui.Key.Delete
  762. id: Delete
  763. parent: Terminal.Gui.Key
  764. langs:
  765. - csharp
  766. name: Delete
  767. nameWithType: Key.Delete
  768. fullName: Key.Delete
  769. type: Field
  770. assemblies:
  771. - Terminal.Gui
  772. namespace: Terminal.Gui
  773. summary: The key code for the user pressing the delete key.
  774. syntax:
  775. content: Delete
  776. return:
  777. type: Terminal.Gui.Key
  778. description: To be added.
  779. exceptions: []
  780. - uid: Terminal.Gui.Key.DeleteChar
  781. id: DeleteChar
  782. parent: Terminal.Gui.Key
  783. langs:
  784. - csharp
  785. name: DeleteChar
  786. nameWithType: Key.DeleteChar
  787. fullName: Key.DeleteChar
  788. type: Field
  789. assemblies:
  790. - Terminal.Gui
  791. namespace: Terminal.Gui
  792. summary: Delete character key
  793. syntax:
  794. content: DeleteChar
  795. return:
  796. type: Terminal.Gui.Key
  797. description: To be added.
  798. exceptions: []
  799. - uid: Terminal.Gui.Key.End
  800. id: End
  801. parent: Terminal.Gui.Key
  802. langs:
  803. - csharp
  804. name: End
  805. nameWithType: Key.End
  806. fullName: Key.End
  807. type: Field
  808. assemblies:
  809. - Terminal.Gui
  810. namespace: Terminal.Gui
  811. summary: End key
  812. syntax:
  813. content: End
  814. return:
  815. type: Terminal.Gui.Key
  816. description: To be added.
  817. exceptions: []
  818. - uid: Terminal.Gui.Key.Enter
  819. id: Enter
  820. parent: Terminal.Gui.Key
  821. langs:
  822. - csharp
  823. name: Enter
  824. nameWithType: Key.Enter
  825. fullName: Key.Enter
  826. type: Field
  827. assemblies:
  828. - Terminal.Gui
  829. namespace: Terminal.Gui
  830. summary: The key code for the user pressing the return key.
  831. syntax:
  832. content: Enter
  833. return:
  834. type: Terminal.Gui.Key
  835. description: To be added.
  836. exceptions: []
  837. - uid: Terminal.Gui.Key.Esc
  838. id: Esc
  839. parent: Terminal.Gui.Key
  840. langs:
  841. - csharp
  842. name: Esc
  843. nameWithType: Key.Esc
  844. fullName: Key.Esc
  845. type: Field
  846. assemblies:
  847. - Terminal.Gui
  848. namespace: Terminal.Gui
  849. summary: The key code for the user pressing the escape key
  850. syntax:
  851. content: Esc
  852. return:
  853. type: Terminal.Gui.Key
  854. description: To be added.
  855. exceptions: []
  856. - uid: Terminal.Gui.Key.F1
  857. id: F1
  858. parent: Terminal.Gui.Key
  859. langs:
  860. - csharp
  861. name: F1
  862. nameWithType: Key.F1
  863. fullName: Key.F1
  864. type: Field
  865. assemblies:
  866. - Terminal.Gui
  867. namespace: Terminal.Gui
  868. summary: F1 key.
  869. syntax:
  870. content: F1
  871. return:
  872. type: Terminal.Gui.Key
  873. description: To be added.
  874. exceptions: []
  875. - uid: Terminal.Gui.Key.F10
  876. id: F10
  877. parent: Terminal.Gui.Key
  878. langs:
  879. - csharp
  880. name: F10
  881. nameWithType: Key.F10
  882. fullName: Key.F10
  883. type: Field
  884. assemblies:
  885. - Terminal.Gui
  886. namespace: Terminal.Gui
  887. summary: F10 key.
  888. syntax:
  889. content: F10
  890. return:
  891. type: Terminal.Gui.Key
  892. description: To be added.
  893. exceptions: []
  894. - uid: Terminal.Gui.Key.F2
  895. id: F2
  896. parent: Terminal.Gui.Key
  897. langs:
  898. - csharp
  899. name: F2
  900. nameWithType: Key.F2
  901. fullName: Key.F2
  902. type: Field
  903. assemblies:
  904. - Terminal.Gui
  905. namespace: Terminal.Gui
  906. summary: F2 key.
  907. syntax:
  908. content: F2
  909. return:
  910. type: Terminal.Gui.Key
  911. description: To be added.
  912. exceptions: []
  913. - uid: Terminal.Gui.Key.F3
  914. id: F3
  915. parent: Terminal.Gui.Key
  916. langs:
  917. - csharp
  918. name: F3
  919. nameWithType: Key.F3
  920. fullName: Key.F3
  921. type: Field
  922. assemblies:
  923. - Terminal.Gui
  924. namespace: Terminal.Gui
  925. summary: F3 key.
  926. syntax:
  927. content: F3
  928. return:
  929. type: Terminal.Gui.Key
  930. description: To be added.
  931. exceptions: []
  932. - uid: Terminal.Gui.Key.F4
  933. id: F4
  934. parent: Terminal.Gui.Key
  935. langs:
  936. - csharp
  937. name: F4
  938. nameWithType: Key.F4
  939. fullName: Key.F4
  940. type: Field
  941. assemblies:
  942. - Terminal.Gui
  943. namespace: Terminal.Gui
  944. summary: F4 key.
  945. syntax:
  946. content: F4
  947. return:
  948. type: Terminal.Gui.Key
  949. description: To be added.
  950. exceptions: []
  951. - uid: Terminal.Gui.Key.F5
  952. id: F5
  953. parent: Terminal.Gui.Key
  954. langs:
  955. - csharp
  956. name: F5
  957. nameWithType: Key.F5
  958. fullName: Key.F5
  959. type: Field
  960. assemblies:
  961. - Terminal.Gui
  962. namespace: Terminal.Gui
  963. summary: F5 key.
  964. syntax:
  965. content: F5
  966. return:
  967. type: Terminal.Gui.Key
  968. description: To be added.
  969. exceptions: []
  970. - uid: Terminal.Gui.Key.F6
  971. id: F6
  972. parent: Terminal.Gui.Key
  973. langs:
  974. - csharp
  975. name: F6
  976. nameWithType: Key.F6
  977. fullName: Key.F6
  978. type: Field
  979. assemblies:
  980. - Terminal.Gui
  981. namespace: Terminal.Gui
  982. summary: F6 key.
  983. syntax:
  984. content: F6
  985. return:
  986. type: Terminal.Gui.Key
  987. description: To be added.
  988. exceptions: []
  989. - uid: Terminal.Gui.Key.F7
  990. id: F7
  991. parent: Terminal.Gui.Key
  992. langs:
  993. - csharp
  994. name: F7
  995. nameWithType: Key.F7
  996. fullName: Key.F7
  997. type: Field
  998. assemblies:
  999. - Terminal.Gui
  1000. namespace: Terminal.Gui
  1001. summary: F7 key.
  1002. syntax:
  1003. content: F7
  1004. return:
  1005. type: Terminal.Gui.Key
  1006. description: To be added.
  1007. exceptions: []
  1008. - uid: Terminal.Gui.Key.F8
  1009. id: F8
  1010. parent: Terminal.Gui.Key
  1011. langs:
  1012. - csharp
  1013. name: F8
  1014. nameWithType: Key.F8
  1015. fullName: Key.F8
  1016. type: Field
  1017. assemblies:
  1018. - Terminal.Gui
  1019. namespace: Terminal.Gui
  1020. summary: F8 key.
  1021. syntax:
  1022. content: F8
  1023. return:
  1024. type: Terminal.Gui.Key
  1025. description: To be added.
  1026. exceptions: []
  1027. - uid: Terminal.Gui.Key.F9
  1028. id: F9
  1029. parent: Terminal.Gui.Key
  1030. langs:
  1031. - csharp
  1032. name: F9
  1033. nameWithType: Key.F9
  1034. fullName: Key.F9
  1035. type: Field
  1036. assemblies:
  1037. - Terminal.Gui
  1038. namespace: Terminal.Gui
  1039. summary: F9 key.
  1040. syntax:
  1041. content: F9
  1042. return:
  1043. type: Terminal.Gui.Key
  1044. description: To be added.
  1045. exceptions: []
  1046. - uid: Terminal.Gui.Key.Home
  1047. id: Home
  1048. parent: Terminal.Gui.Key
  1049. langs:
  1050. - csharp
  1051. name: Home
  1052. nameWithType: Key.Home
  1053. fullName: Key.Home
  1054. type: Field
  1055. assemblies:
  1056. - Terminal.Gui
  1057. namespace: Terminal.Gui
  1058. summary: Home key
  1059. syntax:
  1060. content: Home
  1061. return:
  1062. type: Terminal.Gui.Key
  1063. description: To be added.
  1064. exceptions: []
  1065. - uid: Terminal.Gui.Key.InsertChar
  1066. id: InsertChar
  1067. parent: Terminal.Gui.Key
  1068. langs:
  1069. - csharp
  1070. name: InsertChar
  1071. nameWithType: Key.InsertChar
  1072. fullName: Key.InsertChar
  1073. type: Field
  1074. assemblies:
  1075. - Terminal.Gui
  1076. namespace: Terminal.Gui
  1077. summary: Insert character key
  1078. syntax:
  1079. content: InsertChar
  1080. return:
  1081. type: Terminal.Gui.Key
  1082. description: To be added.
  1083. exceptions: []
  1084. - uid: Terminal.Gui.Key.PageDown
  1085. id: PageDown
  1086. parent: Terminal.Gui.Key
  1087. langs:
  1088. - csharp
  1089. name: PageDown
  1090. nameWithType: Key.PageDown
  1091. fullName: Key.PageDown
  1092. type: Field
  1093. assemblies:
  1094. - Terminal.Gui
  1095. namespace: Terminal.Gui
  1096. summary: Page Down key.
  1097. syntax:
  1098. content: PageDown
  1099. return:
  1100. type: Terminal.Gui.Key
  1101. description: To be added.
  1102. exceptions: []
  1103. - uid: Terminal.Gui.Key.PageUp
  1104. id: PageUp
  1105. parent: Terminal.Gui.Key
  1106. langs:
  1107. - csharp
  1108. name: PageUp
  1109. nameWithType: Key.PageUp
  1110. fullName: Key.PageUp
  1111. type: Field
  1112. assemblies:
  1113. - Terminal.Gui
  1114. namespace: Terminal.Gui
  1115. summary: Page Up key.
  1116. syntax:
  1117. content: PageUp
  1118. return:
  1119. type: Terminal.Gui.Key
  1120. description: To be added.
  1121. exceptions: []
  1122. - uid: Terminal.Gui.Key.Space
  1123. id: Space
  1124. parent: Terminal.Gui.Key
  1125. langs:
  1126. - csharp
  1127. name: Space
  1128. nameWithType: Key.Space
  1129. fullName: Key.Space
  1130. type: Field
  1131. assemblies:
  1132. - Terminal.Gui
  1133. namespace: Terminal.Gui
  1134. summary: The key code for the user pressing the space bar
  1135. syntax:
  1136. content: Space
  1137. return:
  1138. type: Terminal.Gui.Key
  1139. description: To be added.
  1140. exceptions: []
  1141. - uid: Terminal.Gui.Key.SpecialMask
  1142. id: SpecialMask
  1143. parent: Terminal.Gui.Key
  1144. langs:
  1145. - csharp
  1146. name: SpecialMask
  1147. nameWithType: Key.SpecialMask
  1148. fullName: Key.SpecialMask
  1149. type: Field
  1150. assemblies:
  1151. - Terminal.Gui
  1152. namespace: Terminal.Gui
  1153. summary: >-
  1154. If the SpecialMask is set, then the value is that of the special mask,
  1155. otherwise, the value is the one of the lower bits (as extracted by CharMask).
  1156. syntax:
  1157. content: SpecialMask
  1158. return:
  1159. type: Terminal.Gui.Key
  1160. description: To be added.
  1161. exceptions: []
  1162. - uid: Terminal.Gui.Key.Tab
  1163. id: Tab
  1164. parent: Terminal.Gui.Key
  1165. langs:
  1166. - csharp
  1167. name: Tab
  1168. nameWithType: Key.Tab
  1169. fullName: Key.Tab
  1170. type: Field
  1171. assemblies:
  1172. - Terminal.Gui
  1173. namespace: Terminal.Gui
  1174. summary: The key code for the user pressing the tab key (same as pressing Control-I).
  1175. syntax:
  1176. content: Tab
  1177. return:
  1178. type: Terminal.Gui.Key
  1179. description: To be added.
  1180. exceptions: []
  1181. - uid: Terminal.Gui.Key.Unknown
  1182. id: Unknown
  1183. parent: Terminal.Gui.Key
  1184. langs:
  1185. - csharp
  1186. name: Unknown
  1187. nameWithType: Key.Unknown
  1188. fullName: Key.Unknown
  1189. type: Field
  1190. assemblies:
  1191. - Terminal.Gui
  1192. namespace: Terminal.Gui
  1193. summary: A key with an unknown mapping was raised.
  1194. syntax:
  1195. content: Unknown
  1196. return:
  1197. type: Terminal.Gui.Key
  1198. description: To be added.
  1199. exceptions: []
  1200. references:
  1201. - uid: System.Enum
  1202. parent: System
  1203. isExternal: true
  1204. name: Enum
  1205. nameWithType: Enum
  1206. fullName: System.Enum
  1207. - uid: Terminal.Gui.Key.AltMask
  1208. parent: Terminal.Gui.Key
  1209. isExternal: false
  1210. name: AltMask
  1211. nameWithType: Key.AltMask
  1212. fullName: Key.AltMask
  1213. - uid: Terminal.Gui.Key
  1214. parent: Terminal.Gui
  1215. isExternal: false
  1216. name: Key
  1217. nameWithType: Key
  1218. fullName: Terminal.Gui.Key
  1219. - uid: Terminal.Gui.Key.Backspace
  1220. parent: Terminal.Gui.Key
  1221. isExternal: false
  1222. name: Backspace
  1223. nameWithType: Key.Backspace
  1224. fullName: Key.Backspace
  1225. - uid: Terminal.Gui.Key.BackTab
  1226. parent: Terminal.Gui.Key
  1227. isExternal: false
  1228. name: BackTab
  1229. nameWithType: Key.BackTab
  1230. fullName: Key.BackTab
  1231. - uid: Terminal.Gui.Key.CharMask
  1232. parent: Terminal.Gui.Key
  1233. isExternal: false
  1234. name: CharMask
  1235. nameWithType: Key.CharMask
  1236. fullName: Key.CharMask
  1237. - uid: Terminal.Gui.Key.ControlA
  1238. parent: Terminal.Gui.Key
  1239. isExternal: false
  1240. name: ControlA
  1241. nameWithType: Key.ControlA
  1242. fullName: Key.ControlA
  1243. - uid: Terminal.Gui.Key.ControlB
  1244. parent: Terminal.Gui.Key
  1245. isExternal: false
  1246. name: ControlB
  1247. nameWithType: Key.ControlB
  1248. fullName: Key.ControlB
  1249. - uid: Terminal.Gui.Key.ControlC
  1250. parent: Terminal.Gui.Key
  1251. isExternal: false
  1252. name: ControlC
  1253. nameWithType: Key.ControlC
  1254. fullName: Key.ControlC
  1255. - uid: Terminal.Gui.Key.ControlD
  1256. parent: Terminal.Gui.Key
  1257. isExternal: false
  1258. name: ControlD
  1259. nameWithType: Key.ControlD
  1260. fullName: Key.ControlD
  1261. - uid: Terminal.Gui.Key.ControlE
  1262. parent: Terminal.Gui.Key
  1263. isExternal: false
  1264. name: ControlE
  1265. nameWithType: Key.ControlE
  1266. fullName: Key.ControlE
  1267. - uid: Terminal.Gui.Key.ControlF
  1268. parent: Terminal.Gui.Key
  1269. isExternal: false
  1270. name: ControlF
  1271. nameWithType: Key.ControlF
  1272. fullName: Key.ControlF
  1273. - uid: Terminal.Gui.Key.ControlG
  1274. parent: Terminal.Gui.Key
  1275. isExternal: false
  1276. name: ControlG
  1277. nameWithType: Key.ControlG
  1278. fullName: Key.ControlG
  1279. - uid: Terminal.Gui.Key.ControlH
  1280. parent: Terminal.Gui.Key
  1281. isExternal: false
  1282. name: ControlH
  1283. nameWithType: Key.ControlH
  1284. fullName: Key.ControlH
  1285. - uid: Terminal.Gui.Key.ControlI
  1286. parent: Terminal.Gui.Key
  1287. isExternal: false
  1288. name: ControlI
  1289. nameWithType: Key.ControlI
  1290. fullName: Key.ControlI
  1291. - uid: Terminal.Gui.Key.ControlJ
  1292. parent: Terminal.Gui.Key
  1293. isExternal: false
  1294. name: ControlJ
  1295. nameWithType: Key.ControlJ
  1296. fullName: Key.ControlJ
  1297. - uid: Terminal.Gui.Key.ControlK
  1298. parent: Terminal.Gui.Key
  1299. isExternal: false
  1300. name: ControlK
  1301. nameWithType: Key.ControlK
  1302. fullName: Key.ControlK
  1303. - uid: Terminal.Gui.Key.ControlL
  1304. parent: Terminal.Gui.Key
  1305. isExternal: false
  1306. name: ControlL
  1307. nameWithType: Key.ControlL
  1308. fullName: Key.ControlL
  1309. - uid: Terminal.Gui.Key.ControlM
  1310. parent: Terminal.Gui.Key
  1311. isExternal: false
  1312. name: ControlM
  1313. nameWithType: Key.ControlM
  1314. fullName: Key.ControlM
  1315. - uid: Terminal.Gui.Key.ControlN
  1316. parent: Terminal.Gui.Key
  1317. isExternal: false
  1318. name: ControlN
  1319. nameWithType: Key.ControlN
  1320. fullName: Key.ControlN
  1321. - uid: Terminal.Gui.Key.ControlO
  1322. parent: Terminal.Gui.Key
  1323. isExternal: false
  1324. name: ControlO
  1325. nameWithType: Key.ControlO
  1326. fullName: Key.ControlO
  1327. - uid: Terminal.Gui.Key.ControlP
  1328. parent: Terminal.Gui.Key
  1329. isExternal: false
  1330. name: ControlP
  1331. nameWithType: Key.ControlP
  1332. fullName: Key.ControlP
  1333. - uid: Terminal.Gui.Key.ControlQ
  1334. parent: Terminal.Gui.Key
  1335. isExternal: false
  1336. name: ControlQ
  1337. nameWithType: Key.ControlQ
  1338. fullName: Key.ControlQ
  1339. - uid: Terminal.Gui.Key.ControlR
  1340. parent: Terminal.Gui.Key
  1341. isExternal: false
  1342. name: ControlR
  1343. nameWithType: Key.ControlR
  1344. fullName: Key.ControlR
  1345. - uid: Terminal.Gui.Key.ControlS
  1346. parent: Terminal.Gui.Key
  1347. isExternal: false
  1348. name: ControlS
  1349. nameWithType: Key.ControlS
  1350. fullName: Key.ControlS
  1351. - uid: Terminal.Gui.Key.ControlSpace
  1352. parent: Terminal.Gui.Key
  1353. isExternal: false
  1354. name: ControlSpace
  1355. nameWithType: Key.ControlSpace
  1356. fullName: Key.ControlSpace
  1357. - uid: Terminal.Gui.Key.ControlT
  1358. parent: Terminal.Gui.Key
  1359. isExternal: false
  1360. name: ControlT
  1361. nameWithType: Key.ControlT
  1362. fullName: Key.ControlT
  1363. - uid: Terminal.Gui.Key.ControlU
  1364. parent: Terminal.Gui.Key
  1365. isExternal: false
  1366. name: ControlU
  1367. nameWithType: Key.ControlU
  1368. fullName: Key.ControlU
  1369. - uid: Terminal.Gui.Key.ControlV
  1370. parent: Terminal.Gui.Key
  1371. isExternal: false
  1372. name: ControlV
  1373. nameWithType: Key.ControlV
  1374. fullName: Key.ControlV
  1375. - uid: Terminal.Gui.Key.ControlW
  1376. parent: Terminal.Gui.Key
  1377. isExternal: false
  1378. name: ControlW
  1379. nameWithType: Key.ControlW
  1380. fullName: Key.ControlW
  1381. - uid: Terminal.Gui.Key.ControlX
  1382. parent: Terminal.Gui.Key
  1383. isExternal: false
  1384. name: ControlX
  1385. nameWithType: Key.ControlX
  1386. fullName: Key.ControlX
  1387. - uid: Terminal.Gui.Key.ControlY
  1388. parent: Terminal.Gui.Key
  1389. isExternal: false
  1390. name: ControlY
  1391. nameWithType: Key.ControlY
  1392. fullName: Key.ControlY
  1393. - uid: Terminal.Gui.Key.ControlZ
  1394. parent: Terminal.Gui.Key
  1395. isExternal: false
  1396. name: ControlZ
  1397. nameWithType: Key.ControlZ
  1398. fullName: Key.ControlZ
  1399. - uid: Terminal.Gui.Key.CursorDown
  1400. parent: Terminal.Gui.Key
  1401. isExternal: false
  1402. name: CursorDown
  1403. nameWithType: Key.CursorDown
  1404. fullName: Key.CursorDown
  1405. - uid: Terminal.Gui.Key.CursorLeft
  1406. parent: Terminal.Gui.Key
  1407. isExternal: false
  1408. name: CursorLeft
  1409. nameWithType: Key.CursorLeft
  1410. fullName: Key.CursorLeft
  1411. - uid: Terminal.Gui.Key.CursorRight
  1412. parent: Terminal.Gui.Key
  1413. isExternal: false
  1414. name: CursorRight
  1415. nameWithType: Key.CursorRight
  1416. fullName: Key.CursorRight
  1417. - uid: Terminal.Gui.Key.CursorUp
  1418. parent: Terminal.Gui.Key
  1419. isExternal: false
  1420. name: CursorUp
  1421. nameWithType: Key.CursorUp
  1422. fullName: Key.CursorUp
  1423. - uid: Terminal.Gui.Key.Delete
  1424. parent: Terminal.Gui.Key
  1425. isExternal: false
  1426. name: Delete
  1427. nameWithType: Key.Delete
  1428. fullName: Key.Delete
  1429. - uid: Terminal.Gui.Key.DeleteChar
  1430. parent: Terminal.Gui.Key
  1431. isExternal: false
  1432. name: DeleteChar
  1433. nameWithType: Key.DeleteChar
  1434. fullName: Key.DeleteChar
  1435. - uid: Terminal.Gui.Key.End
  1436. parent: Terminal.Gui.Key
  1437. isExternal: false
  1438. name: End
  1439. nameWithType: Key.End
  1440. fullName: Key.End
  1441. - uid: Terminal.Gui.Key.Enter
  1442. parent: Terminal.Gui.Key
  1443. isExternal: false
  1444. name: Enter
  1445. nameWithType: Key.Enter
  1446. fullName: Key.Enter
  1447. - uid: Terminal.Gui.Key.Esc
  1448. parent: Terminal.Gui.Key
  1449. isExternal: false
  1450. name: Esc
  1451. nameWithType: Key.Esc
  1452. fullName: Key.Esc
  1453. - uid: Terminal.Gui.Key.F1
  1454. parent: Terminal.Gui.Key
  1455. isExternal: false
  1456. name: F1
  1457. nameWithType: Key.F1
  1458. fullName: Key.F1
  1459. - uid: Terminal.Gui.Key.F10
  1460. parent: Terminal.Gui.Key
  1461. isExternal: false
  1462. name: F10
  1463. nameWithType: Key.F10
  1464. fullName: Key.F10
  1465. - uid: Terminal.Gui.Key.F2
  1466. parent: Terminal.Gui.Key
  1467. isExternal: false
  1468. name: F2
  1469. nameWithType: Key.F2
  1470. fullName: Key.F2
  1471. - uid: Terminal.Gui.Key.F3
  1472. parent: Terminal.Gui.Key
  1473. isExternal: false
  1474. name: F3
  1475. nameWithType: Key.F3
  1476. fullName: Key.F3
  1477. - uid: Terminal.Gui.Key.F4
  1478. parent: Terminal.Gui.Key
  1479. isExternal: false
  1480. name: F4
  1481. nameWithType: Key.F4
  1482. fullName: Key.F4
  1483. - uid: Terminal.Gui.Key.F5
  1484. parent: Terminal.Gui.Key
  1485. isExternal: false
  1486. name: F5
  1487. nameWithType: Key.F5
  1488. fullName: Key.F5
  1489. - uid: Terminal.Gui.Key.F6
  1490. parent: Terminal.Gui.Key
  1491. isExternal: false
  1492. name: F6
  1493. nameWithType: Key.F6
  1494. fullName: Key.F6
  1495. - uid: Terminal.Gui.Key.F7
  1496. parent: Terminal.Gui.Key
  1497. isExternal: false
  1498. name: F7
  1499. nameWithType: Key.F7
  1500. fullName: Key.F7
  1501. - uid: Terminal.Gui.Key.F8
  1502. parent: Terminal.Gui.Key
  1503. isExternal: false
  1504. name: F8
  1505. nameWithType: Key.F8
  1506. fullName: Key.F8
  1507. - uid: Terminal.Gui.Key.F9
  1508. parent: Terminal.Gui.Key
  1509. isExternal: false
  1510. name: F9
  1511. nameWithType: Key.F9
  1512. fullName: Key.F9
  1513. - uid: Terminal.Gui.Key.Home
  1514. parent: Terminal.Gui.Key
  1515. isExternal: false
  1516. name: Home
  1517. nameWithType: Key.Home
  1518. fullName: Key.Home
  1519. - uid: Terminal.Gui.Key.InsertChar
  1520. parent: Terminal.Gui.Key
  1521. isExternal: false
  1522. name: InsertChar
  1523. nameWithType: Key.InsertChar
  1524. fullName: Key.InsertChar
  1525. - uid: Terminal.Gui.Key.PageDown
  1526. parent: Terminal.Gui.Key
  1527. isExternal: false
  1528. name: PageDown
  1529. nameWithType: Key.PageDown
  1530. fullName: Key.PageDown
  1531. - uid: Terminal.Gui.Key.PageUp
  1532. parent: Terminal.Gui.Key
  1533. isExternal: false
  1534. name: PageUp
  1535. nameWithType: Key.PageUp
  1536. fullName: Key.PageUp
  1537. - uid: Terminal.Gui.Key.Space
  1538. parent: Terminal.Gui.Key
  1539. isExternal: false
  1540. name: Space
  1541. nameWithType: Key.Space
  1542. fullName: Key.Space
  1543. - uid: Terminal.Gui.Key.SpecialMask
  1544. parent: Terminal.Gui.Key
  1545. isExternal: false
  1546. name: SpecialMask
  1547. nameWithType: Key.SpecialMask
  1548. fullName: Key.SpecialMask
  1549. - uid: Terminal.Gui.Key.Tab
  1550. parent: Terminal.Gui.Key
  1551. isExternal: false
  1552. name: Tab
  1553. nameWithType: Key.Tab
  1554. fullName: Key.Tab
  1555. - uid: Terminal.Gui.Key.Unknown
  1556. parent: Terminal.Gui.Key
  1557. isExternal: false
  1558. name: Unknown
  1559. nameWithType: Key.Unknown
  1560. fullName: Key.Unknown