123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.Gui.Key
- id: Key
- children:
- - Terminal.Gui.Key.AltMask
- - Terminal.Gui.Key.Backspace
- - Terminal.Gui.Key.BackTab
- - Terminal.Gui.Key.CharMask
- - Terminal.Gui.Key.ControlA
- - Terminal.Gui.Key.ControlB
- - Terminal.Gui.Key.ControlC
- - Terminal.Gui.Key.ControlD
- - Terminal.Gui.Key.ControlE
- - Terminal.Gui.Key.ControlF
- - Terminal.Gui.Key.ControlG
- - Terminal.Gui.Key.ControlH
- - Terminal.Gui.Key.ControlI
- - Terminal.Gui.Key.ControlJ
- - Terminal.Gui.Key.ControlK
- - Terminal.Gui.Key.ControlL
- - Terminal.Gui.Key.ControlM
- - Terminal.Gui.Key.ControlN
- - Terminal.Gui.Key.ControlO
- - Terminal.Gui.Key.ControlP
- - Terminal.Gui.Key.ControlQ
- - Terminal.Gui.Key.ControlR
- - Terminal.Gui.Key.ControlS
- - Terminal.Gui.Key.ControlSpace
- - Terminal.Gui.Key.ControlT
- - Terminal.Gui.Key.ControlU
- - Terminal.Gui.Key.ControlV
- - Terminal.Gui.Key.ControlW
- - Terminal.Gui.Key.ControlX
- - Terminal.Gui.Key.ControlY
- - Terminal.Gui.Key.ControlZ
- - Terminal.Gui.Key.CursorDown
- - Terminal.Gui.Key.CursorLeft
- - Terminal.Gui.Key.CursorRight
- - Terminal.Gui.Key.CursorUp
- - Terminal.Gui.Key.Delete
- - Terminal.Gui.Key.DeleteChar
- - Terminal.Gui.Key.End
- - Terminal.Gui.Key.Enter
- - Terminal.Gui.Key.Esc
- - Terminal.Gui.Key.F1
- - Terminal.Gui.Key.F10
- - Terminal.Gui.Key.F2
- - Terminal.Gui.Key.F3
- - Terminal.Gui.Key.F4
- - Terminal.Gui.Key.F5
- - Terminal.Gui.Key.F6
- - Terminal.Gui.Key.F7
- - Terminal.Gui.Key.F8
- - Terminal.Gui.Key.F9
- - Terminal.Gui.Key.Home
- - Terminal.Gui.Key.InsertChar
- - Terminal.Gui.Key.PageDown
- - Terminal.Gui.Key.PageUp
- - Terminal.Gui.Key.Space
- - Terminal.Gui.Key.SpecialMask
- - Terminal.Gui.Key.Tab
- - Terminal.Gui.Key.Unknown
- langs:
- - csharp
- name: Key
- nameWithType: Key
- fullName: Terminal.Gui.Key
- type: Enum
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: >-
- The Key enumeration contains special encoding for some keys, but can also
- encode all the unicode values that can be passed.
- remarks: >-
- <p>
- If the SpecialMask is set, then the value is that of the special mask,
- otherwise, the value is the one of the lower bits (as extracted by CharMask)
- </p>
- <p>
- Control keys are the values between 1 and 26 corresponding to Control-A to Control-Z
- </p>
- <p>
- Unicode runes are also stored here, the letter 'A" for example is encoded as a value 65 (not surfaced in the enum).
- </p>
- syntax:
- content: public enum Key
- inheritance:
- - System.Enum
- - uid: Terminal.Gui.Key.AltMask
- id: AltMask
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: AltMask
- nameWithType: Key.AltMask
- fullName: Key.AltMask
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: >-
- When this value is set, the Key encodes the sequence Alt-KeyValue.
- And the actual value must be extracted by removing the AltMask.
- syntax:
- content: AltMask
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Backspace
- id: Backspace
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Backspace
- nameWithType: Key.Backspace
- fullName: Key.Backspace
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Backspace key.
- syntax:
- content: Backspace
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.BackTab
- id: BackTab
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: BackTab
- nameWithType: Key.BackTab
- fullName: Key.BackTab
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Shift-tab key (backwards tab key).
- syntax:
- content: BackTab
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.CharMask
- id: CharMask
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: CharMask
- nameWithType: Key.CharMask
- fullName: Key.CharMask
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: >-
- Mask that indictes that this is a character value, values outside this range
- indicate special characters like Alt-key combinations or special keys on the
- keyboard like function keys, arrows keys and so on.
- syntax:
- content: CharMask
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlA
- id: ControlA
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlA
- nameWithType: Key.ControlA
- fullName: Key.ControlA
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-A
- syntax:
- content: ControlA
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlB
- id: ControlB
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlB
- nameWithType: Key.ControlB
- fullName: Key.ControlB
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-B
- syntax:
- content: ControlB
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlC
- id: ControlC
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlC
- nameWithType: Key.ControlC
- fullName: Key.ControlC
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-C
- syntax:
- content: ControlC
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlD
- id: ControlD
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlD
- nameWithType: Key.ControlD
- fullName: Key.ControlD
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-D
- syntax:
- content: ControlD
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlE
- id: ControlE
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlE
- nameWithType: Key.ControlE
- fullName: Key.ControlE
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-E
- syntax:
- content: ControlE
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlF
- id: ControlF
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlF
- nameWithType: Key.ControlF
- fullName: Key.ControlF
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-F
- syntax:
- content: ControlF
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlG
- id: ControlG
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlG
- nameWithType: Key.ControlG
- fullName: Key.ControlG
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-G
- syntax:
- content: ControlG
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlH
- id: ControlH
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlH
- nameWithType: Key.ControlH
- fullName: Key.ControlH
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-H
- syntax:
- content: ControlH
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlI
- id: ControlI
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlI
- nameWithType: Key.ControlI
- fullName: Key.ControlI
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-I (same as the tab key).
- syntax:
- content: ControlI
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlJ
- id: ControlJ
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlJ
- nameWithType: Key.ControlJ
- fullName: Key.ControlJ
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-J
- syntax:
- content: ControlJ
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlK
- id: ControlK
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlK
- nameWithType: Key.ControlK
- fullName: Key.ControlK
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-K
- syntax:
- content: ControlK
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlL
- id: ControlL
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlL
- nameWithType: Key.ControlL
- fullName: Key.ControlL
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-L
- syntax:
- content: ControlL
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlM
- id: ControlM
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlM
- nameWithType: Key.ControlM
- fullName: Key.ControlM
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-M
- syntax:
- content: ControlM
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlN
- id: ControlN
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlN
- nameWithType: Key.ControlN
- fullName: Key.ControlN
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-N (same as the return key).
- syntax:
- content: ControlN
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlO
- id: ControlO
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlO
- nameWithType: Key.ControlO
- fullName: Key.ControlO
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-O
- syntax:
- content: ControlO
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlP
- id: ControlP
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlP
- nameWithType: Key.ControlP
- fullName: Key.ControlP
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-P
- syntax:
- content: ControlP
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlQ
- id: ControlQ
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlQ
- nameWithType: Key.ControlQ
- fullName: Key.ControlQ
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-Q
- syntax:
- content: ControlQ
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlR
- id: ControlR
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlR
- nameWithType: Key.ControlR
- fullName: Key.ControlR
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-R
- syntax:
- content: ControlR
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlS
- id: ControlS
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlS
- nameWithType: Key.ControlS
- fullName: Key.ControlS
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-S
- syntax:
- content: ControlS
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlSpace
- id: ControlSpace
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlSpace
- nameWithType: Key.ControlSpace
- fullName: Key.ControlSpace
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-spacebar
- syntax:
- content: ControlSpace
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlT
- id: ControlT
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlT
- nameWithType: Key.ControlT
- fullName: Key.ControlT
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-T
- syntax:
- content: ControlT
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlU
- id: ControlU
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlU
- nameWithType: Key.ControlU
- fullName: Key.ControlU
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-U
- syntax:
- content: ControlU
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlV
- id: ControlV
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlV
- nameWithType: Key.ControlV
- fullName: Key.ControlV
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-V
- syntax:
- content: ControlV
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlW
- id: ControlW
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlW
- nameWithType: Key.ControlW
- fullName: Key.ControlW
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-W
- syntax:
- content: ControlW
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlX
- id: ControlX
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlX
- nameWithType: Key.ControlX
- fullName: Key.ControlX
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-X
- syntax:
- content: ControlX
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlY
- id: ControlY
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlY
- nameWithType: Key.ControlY
- fullName: Key.ControlY
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-Y
- syntax:
- content: ControlY
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.ControlZ
- id: ControlZ
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: ControlZ
- nameWithType: Key.ControlZ
- fullName: Key.ControlZ
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing Control-Z
- syntax:
- content: ControlZ
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.CursorDown
- id: CursorDown
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: CursorDown
- nameWithType: Key.CursorDown
- fullName: Key.CursorDown
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Cursor down key.
- syntax:
- content: CursorDown
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.CursorLeft
- id: CursorLeft
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: CursorLeft
- nameWithType: Key.CursorLeft
- fullName: Key.CursorLeft
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Cursor left key.
- syntax:
- content: CursorLeft
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.CursorRight
- id: CursorRight
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: CursorRight
- nameWithType: Key.CursorRight
- fullName: Key.CursorRight
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Cursor right key.
- syntax:
- content: CursorRight
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.CursorUp
- id: CursorUp
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: CursorUp
- nameWithType: Key.CursorUp
- fullName: Key.CursorUp
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Cursor up key
- syntax:
- content: CursorUp
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Delete
- id: Delete
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Delete
- nameWithType: Key.Delete
- fullName: Key.Delete
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing the delete key.
- syntax:
- content: Delete
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.DeleteChar
- id: DeleteChar
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: DeleteChar
- nameWithType: Key.DeleteChar
- fullName: Key.DeleteChar
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Delete character key
- syntax:
- content: DeleteChar
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.End
- id: End
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: End
- nameWithType: Key.End
- fullName: Key.End
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: End key
- syntax:
- content: End
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Enter
- id: Enter
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Enter
- nameWithType: Key.Enter
- fullName: Key.Enter
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing the return key.
- syntax:
- content: Enter
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Esc
- id: Esc
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Esc
- nameWithType: Key.Esc
- fullName: Key.Esc
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing the escape key
- syntax:
- content: Esc
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F1
- id: F1
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F1
- nameWithType: Key.F1
- fullName: Key.F1
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F1 key.
- syntax:
- content: F1
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F10
- id: F10
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F10
- nameWithType: Key.F10
- fullName: Key.F10
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F10 key.
- syntax:
- content: F10
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F2
- id: F2
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F2
- nameWithType: Key.F2
- fullName: Key.F2
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F2 key.
- syntax:
- content: F2
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F3
- id: F3
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F3
- nameWithType: Key.F3
- fullName: Key.F3
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F3 key.
- syntax:
- content: F3
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F4
- id: F4
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F4
- nameWithType: Key.F4
- fullName: Key.F4
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F4 key.
- syntax:
- content: F4
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F5
- id: F5
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F5
- nameWithType: Key.F5
- fullName: Key.F5
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F5 key.
- syntax:
- content: F5
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F6
- id: F6
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F6
- nameWithType: Key.F6
- fullName: Key.F6
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F6 key.
- syntax:
- content: F6
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F7
- id: F7
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F7
- nameWithType: Key.F7
- fullName: Key.F7
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F7 key.
- syntax:
- content: F7
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F8
- id: F8
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F8
- nameWithType: Key.F8
- fullName: Key.F8
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F8 key.
- syntax:
- content: F8
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.F9
- id: F9
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: F9
- nameWithType: Key.F9
- fullName: Key.F9
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: F9 key.
- syntax:
- content: F9
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Home
- id: Home
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Home
- nameWithType: Key.Home
- fullName: Key.Home
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Home key
- syntax:
- content: Home
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.InsertChar
- id: InsertChar
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: InsertChar
- nameWithType: Key.InsertChar
- fullName: Key.InsertChar
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Insert character key
- syntax:
- content: InsertChar
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.PageDown
- id: PageDown
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: PageDown
- nameWithType: Key.PageDown
- fullName: Key.PageDown
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Page Down key.
- syntax:
- content: PageDown
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.PageUp
- id: PageUp
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: PageUp
- nameWithType: Key.PageUp
- fullName: Key.PageUp
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: Page Up key.
- syntax:
- content: PageUp
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Space
- id: Space
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Space
- nameWithType: Key.Space
- fullName: Key.Space
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing the space bar
- syntax:
- content: Space
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.SpecialMask
- id: SpecialMask
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: SpecialMask
- nameWithType: Key.SpecialMask
- fullName: Key.SpecialMask
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: >-
- If the SpecialMask is set, then the value is that of the special mask,
- otherwise, the value is the one of the lower bits (as extracted by CharMask).
- syntax:
- content: SpecialMask
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Tab
- id: Tab
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Tab
- nameWithType: Key.Tab
- fullName: Key.Tab
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: The key code for the user pressing the tab key (same as pressing Control-I).
- syntax:
- content: Tab
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- - uid: Terminal.Gui.Key.Unknown
- id: Unknown
- parent: Terminal.Gui.Key
- langs:
- - csharp
- name: Unknown
- nameWithType: Key.Unknown
- fullName: Key.Unknown
- type: Field
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: A key with an unknown mapping was raised.
- syntax:
- content: Unknown
- return:
- type: Terminal.Gui.Key
- description: To be added.
- exceptions: []
- references:
- - uid: System.Enum
- parent: System
- isExternal: true
- name: Enum
- nameWithType: Enum
- fullName: System.Enum
- - uid: Terminal.Gui.Key.AltMask
- parent: Terminal.Gui.Key
- isExternal: false
- name: AltMask
- nameWithType: Key.AltMask
- fullName: Key.AltMask
- - uid: Terminal.Gui.Key
- parent: Terminal.Gui
- isExternal: false
- name: Key
- nameWithType: Key
- fullName: Terminal.Gui.Key
- - uid: Terminal.Gui.Key.Backspace
- parent: Terminal.Gui.Key
- isExternal: false
- name: Backspace
- nameWithType: Key.Backspace
- fullName: Key.Backspace
- - uid: Terminal.Gui.Key.BackTab
- parent: Terminal.Gui.Key
- isExternal: false
- name: BackTab
- nameWithType: Key.BackTab
- fullName: Key.BackTab
- - uid: Terminal.Gui.Key.CharMask
- parent: Terminal.Gui.Key
- isExternal: false
- name: CharMask
- nameWithType: Key.CharMask
- fullName: Key.CharMask
- - uid: Terminal.Gui.Key.ControlA
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlA
- nameWithType: Key.ControlA
- fullName: Key.ControlA
- - uid: Terminal.Gui.Key.ControlB
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlB
- nameWithType: Key.ControlB
- fullName: Key.ControlB
- - uid: Terminal.Gui.Key.ControlC
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlC
- nameWithType: Key.ControlC
- fullName: Key.ControlC
- - uid: Terminal.Gui.Key.ControlD
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlD
- nameWithType: Key.ControlD
- fullName: Key.ControlD
- - uid: Terminal.Gui.Key.ControlE
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlE
- nameWithType: Key.ControlE
- fullName: Key.ControlE
- - uid: Terminal.Gui.Key.ControlF
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlF
- nameWithType: Key.ControlF
- fullName: Key.ControlF
- - uid: Terminal.Gui.Key.ControlG
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlG
- nameWithType: Key.ControlG
- fullName: Key.ControlG
- - uid: Terminal.Gui.Key.ControlH
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlH
- nameWithType: Key.ControlH
- fullName: Key.ControlH
- - uid: Terminal.Gui.Key.ControlI
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlI
- nameWithType: Key.ControlI
- fullName: Key.ControlI
- - uid: Terminal.Gui.Key.ControlJ
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlJ
- nameWithType: Key.ControlJ
- fullName: Key.ControlJ
- - uid: Terminal.Gui.Key.ControlK
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlK
- nameWithType: Key.ControlK
- fullName: Key.ControlK
- - uid: Terminal.Gui.Key.ControlL
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlL
- nameWithType: Key.ControlL
- fullName: Key.ControlL
- - uid: Terminal.Gui.Key.ControlM
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlM
- nameWithType: Key.ControlM
- fullName: Key.ControlM
- - uid: Terminal.Gui.Key.ControlN
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlN
- nameWithType: Key.ControlN
- fullName: Key.ControlN
- - uid: Terminal.Gui.Key.ControlO
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlO
- nameWithType: Key.ControlO
- fullName: Key.ControlO
- - uid: Terminal.Gui.Key.ControlP
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlP
- nameWithType: Key.ControlP
- fullName: Key.ControlP
- - uid: Terminal.Gui.Key.ControlQ
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlQ
- nameWithType: Key.ControlQ
- fullName: Key.ControlQ
- - uid: Terminal.Gui.Key.ControlR
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlR
- nameWithType: Key.ControlR
- fullName: Key.ControlR
- - uid: Terminal.Gui.Key.ControlS
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlS
- nameWithType: Key.ControlS
- fullName: Key.ControlS
- - uid: Terminal.Gui.Key.ControlSpace
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlSpace
- nameWithType: Key.ControlSpace
- fullName: Key.ControlSpace
- - uid: Terminal.Gui.Key.ControlT
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlT
- nameWithType: Key.ControlT
- fullName: Key.ControlT
- - uid: Terminal.Gui.Key.ControlU
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlU
- nameWithType: Key.ControlU
- fullName: Key.ControlU
- - uid: Terminal.Gui.Key.ControlV
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlV
- nameWithType: Key.ControlV
- fullName: Key.ControlV
- - uid: Terminal.Gui.Key.ControlW
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlW
- nameWithType: Key.ControlW
- fullName: Key.ControlW
- - uid: Terminal.Gui.Key.ControlX
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlX
- nameWithType: Key.ControlX
- fullName: Key.ControlX
- - uid: Terminal.Gui.Key.ControlY
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlY
- nameWithType: Key.ControlY
- fullName: Key.ControlY
- - uid: Terminal.Gui.Key.ControlZ
- parent: Terminal.Gui.Key
- isExternal: false
- name: ControlZ
- nameWithType: Key.ControlZ
- fullName: Key.ControlZ
- - uid: Terminal.Gui.Key.CursorDown
- parent: Terminal.Gui.Key
- isExternal: false
- name: CursorDown
- nameWithType: Key.CursorDown
- fullName: Key.CursorDown
- - uid: Terminal.Gui.Key.CursorLeft
- parent: Terminal.Gui.Key
- isExternal: false
- name: CursorLeft
- nameWithType: Key.CursorLeft
- fullName: Key.CursorLeft
- - uid: Terminal.Gui.Key.CursorRight
- parent: Terminal.Gui.Key
- isExternal: false
- name: CursorRight
- nameWithType: Key.CursorRight
- fullName: Key.CursorRight
- - uid: Terminal.Gui.Key.CursorUp
- parent: Terminal.Gui.Key
- isExternal: false
- name: CursorUp
- nameWithType: Key.CursorUp
- fullName: Key.CursorUp
- - uid: Terminal.Gui.Key.Delete
- parent: Terminal.Gui.Key
- isExternal: false
- name: Delete
- nameWithType: Key.Delete
- fullName: Key.Delete
- - uid: Terminal.Gui.Key.DeleteChar
- parent: Terminal.Gui.Key
- isExternal: false
- name: DeleteChar
- nameWithType: Key.DeleteChar
- fullName: Key.DeleteChar
- - uid: Terminal.Gui.Key.End
- parent: Terminal.Gui.Key
- isExternal: false
- name: End
- nameWithType: Key.End
- fullName: Key.End
- - uid: Terminal.Gui.Key.Enter
- parent: Terminal.Gui.Key
- isExternal: false
- name: Enter
- nameWithType: Key.Enter
- fullName: Key.Enter
- - uid: Terminal.Gui.Key.Esc
- parent: Terminal.Gui.Key
- isExternal: false
- name: Esc
- nameWithType: Key.Esc
- fullName: Key.Esc
- - uid: Terminal.Gui.Key.F1
- parent: Terminal.Gui.Key
- isExternal: false
- name: F1
- nameWithType: Key.F1
- fullName: Key.F1
- - uid: Terminal.Gui.Key.F10
- parent: Terminal.Gui.Key
- isExternal: false
- name: F10
- nameWithType: Key.F10
- fullName: Key.F10
- - uid: Terminal.Gui.Key.F2
- parent: Terminal.Gui.Key
- isExternal: false
- name: F2
- nameWithType: Key.F2
- fullName: Key.F2
- - uid: Terminal.Gui.Key.F3
- parent: Terminal.Gui.Key
- isExternal: false
- name: F3
- nameWithType: Key.F3
- fullName: Key.F3
- - uid: Terminal.Gui.Key.F4
- parent: Terminal.Gui.Key
- isExternal: false
- name: F4
- nameWithType: Key.F4
- fullName: Key.F4
- - uid: Terminal.Gui.Key.F5
- parent: Terminal.Gui.Key
- isExternal: false
- name: F5
- nameWithType: Key.F5
- fullName: Key.F5
- - uid: Terminal.Gui.Key.F6
- parent: Terminal.Gui.Key
- isExternal: false
- name: F6
- nameWithType: Key.F6
- fullName: Key.F6
- - uid: Terminal.Gui.Key.F7
- parent: Terminal.Gui.Key
- isExternal: false
- name: F7
- nameWithType: Key.F7
- fullName: Key.F7
- - uid: Terminal.Gui.Key.F8
- parent: Terminal.Gui.Key
- isExternal: false
- name: F8
- nameWithType: Key.F8
- fullName: Key.F8
- - uid: Terminal.Gui.Key.F9
- parent: Terminal.Gui.Key
- isExternal: false
- name: F9
- nameWithType: Key.F9
- fullName: Key.F9
- - uid: Terminal.Gui.Key.Home
- parent: Terminal.Gui.Key
- isExternal: false
- name: Home
- nameWithType: Key.Home
- fullName: Key.Home
- - uid: Terminal.Gui.Key.InsertChar
- parent: Terminal.Gui.Key
- isExternal: false
- name: InsertChar
- nameWithType: Key.InsertChar
- fullName: Key.InsertChar
- - uid: Terminal.Gui.Key.PageDown
- parent: Terminal.Gui.Key
- isExternal: false
- name: PageDown
- nameWithType: Key.PageDown
- fullName: Key.PageDown
- - uid: Terminal.Gui.Key.PageUp
- parent: Terminal.Gui.Key
- isExternal: false
- name: PageUp
- nameWithType: Key.PageUp
- fullName: Key.PageUp
- - uid: Terminal.Gui.Key.Space
- parent: Terminal.Gui.Key
- isExternal: false
- name: Space
- nameWithType: Key.Space
- fullName: Key.Space
- - uid: Terminal.Gui.Key.SpecialMask
- parent: Terminal.Gui.Key
- isExternal: false
- name: SpecialMask
- nameWithType: Key.SpecialMask
- fullName: Key.SpecialMask
- - uid: Terminal.Gui.Key.Tab
- parent: Terminal.Gui.Key
- isExternal: false
- name: Tab
- nameWithType: Key.Tab
- fullName: Key.Tab
- - uid: Terminal.Gui.Key.Unknown
- parent: Terminal.Gui.Key
- isExternal: false
- name: Unknown
- nameWithType: Key.Unknown
- fullName: Key.Unknown
|