Terminal.Key.yml 31 KB

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