Skip to content

Key

Summary

Specifies the possible key values on a keyboard.

Signature

1
public enum Key

Namespace

cAlgo.API

Fields

None

Summary

No key pressed.

Signature

1
Key.None;

Return Value

Key

Cancel

Summary

The Cancel key.

Signature

1
Key.Cancel;

Return Value

Key

Back

Summary

The Backspace key.

Signature

1
Key.Back;

Return Value

Key

Tab

Summary

The Tab key.

Signature

1
Key.Tab;

Return Value

Key

LineFeed

Summary

The Linefeed key.

Signature

1
Key.LineFeed;

Return Value

Key

Clear

Summary

The Clear key.

Signature

1
Key.Clear;

Return Value

Key

Enter

Summary

The Enter key.

Signature

1
Key.Enter;

Return Value

Key

Pause

Summary

The Pause key.

Signature

1
Key.Pause;

Return Value

Key

CapsLock

Summary

The Caps Lock key.

Signature

1
Key.CapsLock;

Return Value

Key

KanaMode

Summary

The IME Kana mode key.

Signature

1
Key.KanaMode;

Return Value

Key

JunjaMode

Summary

The IME Junja mode key.

Signature

1
Key.JunjaMode;

Return Value

Key

FinalMode

Summary

The IME Final mode key.

Signature

1
Key.FinalMode;

Return Value

Key

HanjaMode

Summary

The IME Hanja mode key.

Signature

1
Key.HanjaMode;

Return Value

Key

Escape

Summary

The ESC key.

Signature

1
Key.Escape;

Return Value

Key

ImeConvert

Summary

The IME Convert key.

Signature

1
Key.ImeConvert;

Return Value

Key

ImeNonConvert

Summary

The IME NonConvert key.

Signature

1
Key.ImeNonConvert;

Return Value

Key

ImeAccept

Summary

The IME Accept key.

Signature

1
Key.ImeAccept;

Return Value

Key

ImeModeChange

Summary

The IME Mode change request.

Signature

1
Key.ImeModeChange;

Return Value

Key

Space

Summary

The Spacebar key.

Signature

1
Key.Space;

Return Value

Key

PageUp

Summary

The Page Up key.

Signature

1
Key.PageUp;

Return Value

Key

PageDown

Summary

The Page Down key.

Signature

1
Key.PageDown;

Return Value

Key

End

Summary

The End key.

Signature

1
Key.End;

Return Value

Key

Home

Summary

The Home key.

Signature

1
Key.Home;

Return Value

Key

Left

Summary

The Left Arrow key.

Signature

1
Key.Left;

Return Value

Key

Up

Summary

The Up Arrow key.

Signature

1
Key.Up;

Return Value

Key

Summary

The Right Arrow key.

Signature

1
Key.Right;

Return Value

Key

Down

Summary

The Down Arrow key.

Signature

1
Key.Down;

Return Value

Key

Select

Summary

The Select key.

Signature

1
Key.Select;

Return Value

Key

Print

Summary

The Print key.

Signature

1
Key.Print;

Return Value

Key

Execute

Summary

The Execute key.

Signature

1
Key.Execute;

Return Value

Key

PrintScreen

Summary

The Print Screen key.

Signature

1
Key.PrintScreen;

Return Value

Key

Insert

Summary

The Insert key.

Signature

1
Key.Insert;

Return Value

Key

Delete

Summary

The Delete key.

Signature

1
Key.Delete;

Return Value

Key

Help

Summary

The Help key.

Signature

1
Key.Help;

Return Value

Key

D0

Summary

The 0 (zero) key.

Signature

1
Key.D0;

Return Value

Key

D1

Summary

The 1 (one) key.

Signature

1
Key.D1;

Return Value

Key

D2

Summary

The 2 key.

Signature

1
Key.D2;

Return Value

Key

D3

Summary

The 3 key.

Signature

1
Key.D3;

Return Value

Key

D4

Summary

The 4 key.

Signature

1
Key.D4;

Return Value

Key

D5

Summary

The 5 key.

Signature

1
Key.D5;

Return Value

Key

D6

Summary

The 6 key.

Signature

1
Key.D6;

Return Value

Key

D7

Summary

The 7 key.

Signature

1
Key.D7;

Return Value

Key

D8

Summary

The 8 key.

Signature

1
Key.D8;

Return Value

Key

D9

Summary

The 9 key.

Signature

1
Key.D9;

Return Value

Key

A

Summary

The A key.

Signature

1
Key.A;

Return Value

Key

B

Summary

The B key.

Signature

1
Key.B;

Return Value

Key

C

Summary

The C key.

Signature

1
Key.C;

Return Value

Key

D

Summary

The D key.

Signature

1
Key.D;

Return Value

Key

E

Summary

The E key.

Signature

1
Key.E;

Return Value

Key

F

Summary

The F key.

Signature

1
Key.F;

Return Value

Key

G

Summary

The G key.

Signature

1
Key.G;

Return Value

Key

H

Summary

The H key.

Signature

1
Key.H;

Return Value

Key

I

Summary

The I key.

Signature

1
Key.I;

Return Value

Key

J

Summary

The J key.

Signature

1
Key.J;

Return Value

Key

K

Summary

The K key.

Signature

1
Key.K;

Return Value

Key

L

Summary

The L key.

Signature

1
Key.L;

Return Value

Key

M

Summary

The M key.

Signature

1
Key.M;

Return Value

Key

N

Summary

The N key.

Signature

1
Key.N;

Return Value

Key

O

Summary

The O key.

Signature

1
Key.O;

Return Value

Key

P

Summary

The P key.

Signature

1
Key.P;

Return Value

Key

Q

Summary

The Q key.

Signature

1
Key.Q;

Return Value

Key

R

Summary

The R key.

Signature

1
Key.R;

Return Value

Key

S

Summary

The S key.

Signature

1
Key.S;

Return Value

Key

T

Summary

The T key.

Signature

1
Key.T;

Return Value

Key

U

Summary

The U key.

Signature

1
Key.U;

Return Value

Key

V

Summary

The V key.

Signature

1
Key.V;

Return Value

Key

W

Summary

The W key.

Signature

1
Key.W;

Return Value

Key

X

Summary

The X key.

Signature

1
Key.X;

Return Value

Key

Y

Summary

The Y key.

Signature

1
Key.Y;

Return Value

Key

Z

Summary

The Z key.

Signature

1
Key.Z;

Return Value

Key

LWin

Summary

The left Windows logo key (Microsoft Natural Keyboard).

Signature

1
Key.LWin;

Return Value

Key

RWin

Summary

The right Windows logo key (Microsoft Natural Keyboard).

Signature

1
Key.RWin;

Return Value

Key

Apps

Summary

The Application key (Microsoft Natural Keyboard).

Signature

1
Key.Apps;

Return Value

Key

Sleep

Summary

The Computer Sleep key.

Signature

1
Key.Sleep;

Return Value

Key

NumPad0

Summary

The 0 key on the numeric keypad.

Signature

1
Key.NumPad0;

Return Value

Key

NumPad1

Summary

The 1 key on the numeric keypad.

Signature

1
Key.NumPad1;

Return Value

Key

NumPad2

Summary

The 2 key on the numeric keypad.

Signature

1
Key.NumPad2;

Return Value

Key

NumPad3

Summary

The 3 key on the numeric keypad.

Signature

1
Key.NumPad3;

Return Value

Key

NumPad4

Summary

The 4 key on the numeric keypad.

Signature

1
Key.NumPad4;

Return Value

Key

NumPad5

Summary

The 5 key on the numeric keypad.

Signature

1
Key.NumPad5;

Return Value

Key

NumPad6

Summary

The 6 key on the numeric keypad.

Signature

1
Key.NumPad6;

Return Value

Key

NumPad7

Summary

The 7 key on the numeric keypad.

Signature

1
Key.NumPad7;

Return Value

Key

NumPad8

Summary

The 8 key on the numeric keypad.

Signature

1
Key.NumPad8;

Return Value

Key

NumPad9

Summary

The 9 key on the numeric keypad.

Signature

1
Key.NumPad9;

Return Value

Key

Multiply

Summary

The Multiply key.

Signature

1
Key.Multiply;

Return Value

Key

Add

Summary

The Add key.

Signature

1
Key.Add;

Return Value

Key

Separator

Summary

The Separator key.

Signature

1
Key.Separator;

Return Value

Key

Subtract

Summary

The Subtract key.

Signature

1
Key.Subtract;

Return Value

Key

Decimal

Summary

The Decimal key.

Signature

1
Key.Decimal;

Return Value

Key

Divide

Summary

The Divide key.

Signature

1
Key.Divide;

Return Value

Key

F1

Summary

The F1 key.

Signature

1
Key.F1;

Return Value

Key

F2

Summary

The F2 key.

Signature

1
Key.F2;

Return Value

Key

F3

Summary

The F3 key.

Signature

1
Key.F3;

Return Value

Key

F4

Summary

The F4 key.

Signature

1
Key.F4;

Return Value

Key

F5

Summary

The F5 key.

Signature

1
Key.F5;

Return Value

Key

F6

Summary

The F6 key.

Signature

1
Key.F6;

Return Value

Key

F7

Summary

The F7 key.

Signature

1
Key.F7;

Return Value

Key

F8

Summary

The F8 key.

Signature

1
Key.F8;

Return Value

Key

F9

Summary

The F9 key.

Signature

1
Key.F9;

Return Value

Key

F10

Summary

The F10 key.

Signature

1
Key.F10;

Return Value

Key

F11

Summary

The F11 key.

Signature

1
Key.F11;

Return Value

Key

F12

Summary

The F12 key.

Signature

1
Key.F12;

Return Value

Key

F13

Summary

The F13 key.

Signature

1
Key.F13;

Return Value

Key

F14

Summary

The F14 key.

Signature

1
Key.F14;

Return Value

Key

F15

Summary

The F15 key.

Signature

1
Key.F15;

Return Value

Key

F16

Summary

The F16 key.

Signature

1
Key.F16;

Return Value

Key

F17

Summary

The F17 key.

Signature

1
Key.F17;

Return Value

Key

F18

Summary

The F18 key.

Signature

1
Key.F18;

Return Value

Key

F19

Summary

The F19 key.

Signature

1
Key.F19;

Return Value

Key

F20

Summary

The F20 key.

Signature

1
Key.F20;

Return Value

Key

F21

Summary

The F21 key.

Signature

1
Key.F21;

Return Value

Key

F22

Summary

The F22 key.

Signature

1
Key.F22;

Return Value

Key

F23

Summary

The F23 key.

Signature

1
Key.F23;

Return Value

Key

F24

Summary

The F24 key.

Signature

1
Key.F24;

Return Value

Key

NumLock

Summary

The Num Lock key.

Signature

1
Key.NumLock;

Return Value

Key

Scroll

Summary

The Scroll Lock key.

Signature

1
Key.Scroll;

Return Value

Key

LeftShift

Summary

The left Shift key.

Signature

1
Key.LeftShift;

Return Value

Key

RightShift

Summary

The right Shift key.

Signature

1
Key.RightShift;

Return Value

Key

LeftCtrl

Summary

The left CTRL key.

Signature

1
Key.LeftCtrl;

Return Value

Key

RightCtrl

Summary

The right CTRL key.

Signature

1
Key.RightCtrl;

Return Value

Key

LeftAlt

Summary

The left ALT key.

Signature

1
Key.LeftAlt;

Return Value

Key

RightAlt

Summary

The right ALT key.

Signature

1
Key.RightAlt;

Return Value

Key

BrowserBack

Summary

The Browser Back key.

Signature

1
Key.BrowserBack;

Return Value

Key

BrowserForward

Summary

The Browser Forward key.

Signature

1
Key.BrowserForward;

Return Value

Key

BrowserRefresh

Summary

The Browser Refresh key.

Signature

1
Key.BrowserRefresh;

Return Value

Key

BrowserStop

Summary

The Browser Stop key.

Signature

1
Key.BrowserStop;

Return Value

Key

BrowserSearch

Summary

The Browser Search key.

Signature

1
Key.BrowserSearch;

Return Value

Key

BrowserFavorites

Summary

The Browser Favorites key.

Signature

1
Key.BrowserFavorites;

Return Value

Key

BrowserHome

Summary

The Browser Home key.

Signature

1
Key.BrowserHome;

Return Value

Key

VolumeMute

Summary

The Volume Mute key.

Signature

1
Key.VolumeMute;

Return Value

Key

VolumeDown

Summary

The Volume Down key.

Signature

1
Key.VolumeDown;

Return Value

Key

VolumeUp

Summary

The Volume Up key.

Signature

1
Key.VolumeUp;

Return Value

Key

MediaNextTrack

Summary

The Media Next Track key.

Signature

1
Key.MediaNextTrack;

Return Value

Key

MediaPreviousTrack

Summary

The Media Previous Track key.

Signature

1
Key.MediaPreviousTrack;

Return Value

Key

MediaStop

Summary

The Media Stop key.

Signature

1
Key.MediaStop;

Return Value

Key

MediaPlayPause

Summary

The Media Play Pause key.

Signature

1
Key.MediaPlayPause;

Return Value

Key

LaunchMail

Summary

The Launch Mail key.

Signature

1
Key.LaunchMail;

Return Value

Key

SelectMedia

Summary

The Select Media key.

Signature

1
Key.SelectMedia;

Return Value

Key

LaunchApplication1

Summary

The Launch Application1 key.

Signature

1
Key.LaunchApplication1;

Return Value

Key

LaunchApplication2

Summary

The Launch Application2 key.

Signature

1
Key.LaunchApplication2;

Return Value

Key

Oem1

Summary

The OEM 1 key.

Signature

1
Key.Oem1;

Return Value

Key

OemPlus

Summary

The OEM Addition key.

Signature

1
Key.OemPlus;

Return Value

Key

OemComma

Summary

The OEM Comma key.

Signature

1
Key.OemComma;

Return Value

Key

OemMinus

Summary

The OEM Minus key.

Signature

1
Key.OemMinus;

Return Value

Key

OemPeriod

Summary

The OEM Period key.

Signature

1
Key.OemPeriod;

Return Value

Key

Oem2

Summary

The OEM 2 key.

Signature

1
Key.Oem2;

Return Value

Key

Oem3

Summary

The OEM 3 key.

Signature

1
Key.Oem3;

Return Value

Key

AbntC1

Summary

The ABNT_C1 (Brazilian) key.

Signature

1
Key.AbntC1;

Return Value

Key

AbntC2

Summary

The ABNT_C2 (Brazilian) key.

Signature

1
Key.AbntC2;

Return Value

Key

Oem4

Summary

The OEM 4 key.

Signature

1
Key.Oem4;

Return Value

Key

Oem5

Summary

The OEM 5 key.

Signature

1
Key.Oem5;

Return Value

Key

Oem6

Summary

The OEM 6 key.

Signature

1
Key.Oem6;

Return Value

Key

Oem7

Summary

The OEM 7 key.

Signature

1
Key.Oem7;

Return Value

Key

Oem8

Summary

The OEM 8 key.

Signature

1
Key.Oem8;

Return Value

Key

Oem102

Summary

The OEM 102 key.

Signature

1
Key.Oem102;

Return Value

Key

ImeProcessed

Summary

A special key masking the real key being processed by an IME.

Signature

1
Key.ImeProcessed;

Return Value

Key

System

Summary

A special key masking the real key being processed as a system key.

Signature

1
Key.System;

Return Value

Key

OemAttn

Summary

The OEM ATTN key.

Signature

1
Key.OemAttn;

Return Value

Key

OemFinish

Summary

The OEM FINISH key.

Signature

1
Key.OemFinish;

Return Value

Key

OemCopy

Summary

The OEM COPY key.

Signature

1
Key.OemCopy;

Return Value

Key

OemAuto

Summary

The OEM AUTO key.

Signature

1
Key.OemAuto;

Return Value

Key

OemEnlw

Summary

The OEM ENLW key.

Signature

1
Key.OemEnlw;

Return Value

Key

OemBackTab

Summary

The OEM BACKTAB key.

Signature

1
Key.OemBackTab;

Return Value

Key

Attn

Summary

The ATTN key.

Signature

1
Key.Attn;

Return Value

Key

CrSel

Summary

The CRSEL key.

Signature

1
Key.CrSel;

Return Value

Key

ExSel

Summary

The EXSEL key.

Signature

1
Key.ExSel;

Return Value

Key

EraseEof

Summary

The ERASE EOF key.

Signature

1
Key.EraseEof;

Return Value

Key

Play

Summary

The PLAY key.

Signature

1
Key.Play;

Return Value

Key

Zoom

Summary

The ZOOM key.

Signature

1
Key.Zoom;

Return Value

Key

NoName

Summary

A constant reserved for future use.

Signature

1
Key.NoName;

Return Value

Key

Pa1

Summary

The PA1 key.

Signature

1
Key.Pa1;

Return Value

Key

OemClear

Summary

The OEM Clear key.

Signature

1
Key.OemClear;

Return Value

Key

DeadCharProcessed

Summary

The key is used with another key to create a single combined character.

Signature

1
Key.DeadCharProcessed;

Return Value

Key