Show / Hide Table of Contents

Enum Keys

Specifies key codes and modifiers in US keyboard layout.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum Keys

Fields

Name Description
A

The A key.

Apostrophe

The apostrophe key.

B

The B key.

Backslash

The backslash.

Backspace

The backspace key.

C

The C key.

CapsLock

The caps lock key.

Comma

The comma key.

D

The D key.

D0

The 0 key.

D1

The 1 key.

D2

The 2 key.

D3

The 3 key.

D4

The 4 key.

D5

The 5 key.

D6

The 6 key.

D7

The 7 key.

D8

The 8 key.

D9

The 9 key.

Delete

The delete key.

Down

The down arrow key.

E

The E key.

End

The end key.

Enter

The enter key.

Equal

The equal key.

Escape

The escape key.

F

The F key.

F1

The F1 key.

F10

The F10 key.

F11

The F11 key.

F12

The F12 key.

F13

The F13 key.

F14

The F14 key.

F15

The F15 key.

F16

The F16 key.

F17

The F17 key.

F18

The F18 key.

F19

The F19 key.

F2

The F2 key.

F20

The F20 key.

F21

The F21 key.

F22

The F22 key.

F23

The F23 key.

F24

The F24 key.

F25

The F25 key.

F3

The F3 key.

F4

The F4 key.

F5

The F5 key.

F6

The F6 key.

F7

The F7 key.

F8

The F8 key.

F9

The F9 key.

G

The G key.

GraveAccent

The grave accent key.

H

The H key.

Home

The home key.

I

The I key.

Insert

The insert key.

J

The J key.

K

The K key.

KeyPad0

The 0 key on the key pad.

KeyPad1

The 1 key on the key pad.

KeyPad2

The 2 key on the key pad.

KeyPad3

The 3 key on the key pad.

KeyPad4

The 4 key on the key pad.

KeyPad5

The 5 key on the key pad.

KeyPad6

The 6 key on the key pad.

KeyPad7

The 7 key on the key pad.

KeyPad8

The 8 key on the key pad.

KeyPad9

The 9 key on the key pad.

KeyPadAdd

The add key on the key pad.

KeyPadDecimal

The decimal key on the key pad.

KeyPadDivide

The divide key on the key pad.

KeyPadEnter

The enter key on the key pad.

KeyPadEqual

The equal key on the key pad.

KeyPadMultiply

The multiply key on the key pad.

KeyPadSubtract

The subtract key on the key pad.

L

The L key.

LastKey

The last valid key in this enum.

Left

The left arrow key.

LeftAlt

The left alt key.

LeftBracket

The left bracket(opening bracket) key.

LeftControl

The left control key.

LeftShift

The left shift key.

LeftSuper

The left super key.

M

The M key.

Menu

The menu key.

Minus

The minus key.

N

The N key.

NumLock

The num lock key.

O

The O key.

P

The P key.

PageDown

The page down key.

PageUp

The page up key.

Pause

The pause key.

Period

The period key.

PrintScreen

The print screen key.

Q

The Q key.

R

The R key.

Right

The right arrow key.

RightAlt

The right alt key.

RightBracket

The right bracket(closing bracket) key.

RightControl

The right control key.

RightShift

The right shift key.

RightSuper

The right super key.

S

The S key.

ScrollLock

The scroll lock key.

Semicolon

The semicolon key.

Slash

The slash key.

Space

The spacebar key.

T

The T key.

Tab

The tab key.

U

The U key.

Unknown

An unknown key.

Up

The up arrow key.

V

The V key.

W

The W key.

X

The X key.

Y

The Y key.

Z

The Z key.

In This Article
Back to top Generated by DocFX