Table of Contents

Class GameInputHandler.Paths.Keyboard

Namespace
Nautilus.Handlers
Assembly
Nautilus.dll
A class containing all valid binding paths for keyboards.
public static class GameInputHandler.Paths.Keyboard
Inheritance
GameInputHandler.Paths.Keyboard
Inherited Members

Fields

A

Represents the 'A' in the Keyboard.
public const string A = "<Keyboard>/a"

Field Value

string

Alt

Represents the 'Alt' in the Keyboard.
public const string Alt = "<Keyboard>/alt"

Field Value

string

B

Represents the 'B' in the Keyboard.
public const string B = "<Keyboard>/b"

Field Value

string

Backquote

Represents the (`) in the Keyboard.
public const string Backquote = "<Keyboard>/backquote"

Field Value

string

Backslash

Represents the (\) in the Keyboard.
public const string Backslash = "<Keyboard>/backslash"

Field Value

string

Backspace

Represents the 'Backspace' in the Keyboard.
public const string Backspace = "<Keyboard>/backspace"

Field Value

string

C

Represents the 'C' in the Keyboard.
public const string C = "<Keyboard>/c"

Field Value

string

CapsLock

Represents the 'Caps Lock' in the Keyboard.
public const string CapsLock = "<Keyboard>/capsLock"

Field Value

string

Comma

Represents the (,) in the Keyboard.
public const string Comma = "<Keyboard>/comma"

Field Value

string

ContextMenu

Represents the 'Context Menu' in the Keyboard.
public const string ContextMenu = "<Keyboard>/contextMenu"

Field Value

string

Ctrl

Represents the 'Control' in the Keyboard.
public const string Ctrl = "<Keyboard>/ctrl"

Field Value

string

D

Represents the 'D' in the Keyboard.
public const string D = "<Keyboard>/d"

Field Value

string

Delete

Represents the 'Delete' in the Keyboard.
public const string Delete = "<Keyboard>/delete"

Field Value

string

DownArrow

Represents the 'Down Arrow' in the Keyboard.
public const string DownArrow = "<Keyboard>/downArrow"

Field Value

string

E

Represents the 'E' in the Keyboard.
public const string E = "<Keyboard>/e"

Field Value

string

End

Represents the 'End' in the Keyboard.
public const string End = "<Keyboard>/end"

Field Value

string

Enter

Represents the 'Enter' in the Keyboard.
public const string Enter = "<Keyboard>/enter"

Field Value

string

Equals

Represents the (=) in the Keyboard.
public const string Equals = "<Keyboard>/equals"

Field Value

string

Escape

Represents the 'Escape' in the Keyboard.
public const string Escape = "<Keyboard>/escape"

Field Value

string

F

Represents the 'F' in the Keyboard.
public const string F = "<Keyboard>/f"

Field Value

string

F1

Represents the 'F1' in the Keyboard.
public const string F1 = "<Keyboard>/f1"

Field Value

string

F10

Represents the 'F10' in the Keyboard.
public const string F10 = "<Keyboard>/f10"

Field Value

string

F11

Represents the 'F11' in the Keyboard.
public const string F11 = "<Keyboard>/f11"

Field Value

string

F12

Represents the 'F12' in the Keyboard.
public const string F12 = "<Keyboard>/f12"

Field Value

string

F2

Represents the 'F2' in the Keyboard.
public const string F2 = "<Keyboard>/f2"

Field Value

string

F3

Represents the 'F3' in the Keyboard.
public const string F3 = "<Keyboard>/f3"

Field Value

string

F4

Represents the 'F4' in the Keyboard.
public const string F4 = "<Keyboard>/f4"

Field Value

string

F5

Represents the 'F5' in the Keyboard.
public const string F5 = "<Keyboard>/f5"

Field Value

string

F6

Represents the 'F6' in the Keyboard.
public const string F6 = "<Keyboard>/f6"

Field Value

string

F7

Represents the 'F7' in the Keyboard.
public const string F7 = "<Keyboard>/f7"

Field Value

string

F8

Represents the 'F8' in the Keyboard.
public const string F8 = "<Keyboard>/f8"

Field Value

string

F9

Represents the 'F9' in the Keyboard.
public const string F9 = "<Keyboard>/f9"

Field Value

string

G

Represents the 'G' in the Keyboard.
public const string G = "<Keyboard>/g"

Field Value

string

H

Represents the 'H' in the Keyboard.
public const string H = "<Keyboard>/h"

Field Value

string

Home

Represents the 'Home' in the Keyboard.
public const string Home = "<Keyboard>/home"

Field Value

string

I

Represents the 'I' in the Keyboard.
public const string I = "<Keyboard>/i"

Field Value

string

ImeSelected

Represents the 'IMESelected' in the Keyboard.
public const string ImeSelected = "<Keyboard>/IMESelected"

Field Value

string

Insert

Represents the 'Insert' in the Keyboard.
public const string Insert = "<Keyboard>/insert"

Field Value

string

J

Represents the 'J' in the Keyboard.
public const string J = "<Keyboard>/j"

Field Value

string

K

Represents the 'K' in the Keyboard.
public const string K = "<Keyboard>/k"

Field Value

string

Key0

Represents the '0' in the Keyboard.
public const string Key0 = "<Keyboard>/0"

Field Value

string

Key1

Represents the '1' in the Keyboard.
public const string Key1 = "<Keyboard>/1"

Field Value

string

Key2

Represents the '2' in the Keyboard.
public const string Key2 = "<Keyboard>/2"

Field Value

string

Key3

Represents the '3' in the Keyboard.
public const string Key3 = "<Keyboard>/3"

Field Value

string

Key4

Represents the '4' in the Keyboard.
public const string Key4 = "<Keyboard>/4"

Field Value

string

Key5

Represents the '5' in the Keyboard.
public const string Key5 = "<Keyboard>/5"

Field Value

string

Key6

Represents the '6' in the Keyboard.
public const string Key6 = "<Keyboard>/6"

Field Value

string

Key7

Represents the '7' in the Keyboard.
public const string Key7 = "<Keyboard>/7"

Field Value

string

Key8

Represents the '8' in the Keyboard.
public const string Key8 = "<Keyboard>/8"

Field Value

string

Key9

Represents the '9' in the Keyboard.
public const string Key9 = "<Keyboard>/9"

Field Value

string

L

Represents the 'L' in the Keyboard.
public const string L = "<Keyboard>/l"

Field Value

string

LeftArrow

Represents the 'Left Arrow' in the Keyboard.
public const string LeftArrow = "<Keyboard>/leftArrow"

Field Value

string

LeftBracket

Represents the '[' in the Keyboard.
public const string LeftBracket = "<Keyboard>/leftBracket"

Field Value

string

LeftMeta

Represents the 'Left System' in the Keyboard.
public const string LeftMeta = "<Keyboard>/leftMeta"

Field Value

string

M

Represents the 'M' in the Keyboard.
public const string M = "<Keyboard>/m"

Field Value

string

Minus

Represents the (-) in the Keyboard.
public const string Minus = "<Keyboard>/minus"

Field Value

string

N

Represents the 'N' in the Keyboard.
public const string N = "<Keyboard>/n"

Field Value

string

NumLock

Represents the 'Num Lock' in the Keyboard.
public const string NumLock = "<Keyboard>/numLock"

Field Value

string

Numpad0

Represents the 'Numpad 0' in the Keyboard.
public const string Numpad0 = "<Keyboard>/numpad0"

Field Value

string

Numpad1

Represents the 'Numpad 1' in the Keyboard.
public const string Numpad1 = "<Keyboard>/numpad1"

Field Value

string

Numpad2

Represents the 'Numpad 2' in the Keyboard.
public const string Numpad2 = "<Keyboard>/numpad2"

Field Value

string

Numpad3

Represents the 'Numpad 3' in the Keyboard.
public const string Numpad3 = "<Keyboard>/numpad3"

Field Value

string

Numpad4

Represents the 'Numpad 4' in the Keyboard.
public const string Numpad4 = "<Keyboard>/numpad4"

Field Value

string

Numpad5

Represents the 'Numpad 5' in the Keyboard.
public const string Numpad5 = "<Keyboard>/numpad5"

Field Value

string

Numpad6

Represents the 'Numpad 6' in the Keyboard.
public const string Numpad6 = "<Keyboard>/numpad6"

Field Value

string

Numpad7

Represents the 'Numpad 7' in the Keyboard.
public const string Numpad7 = "<Keyboard>/numpad7"

Field Value

string

Numpad8

Represents the 'Numpad 8' in the Keyboard.
public const string Numpad8 = "<Keyboard>/numpad8"

Field Value

string

Numpad9

Represents the 'Numpad 9' in the Keyboard.
public const string Numpad9 = "<Keyboard>/numpad9"

Field Value

string

NumpadDivide

Represents the 'Numpad /' in the Keyboard.
public const string NumpadDivide = "<Keyboard>/numpadDivide"

Field Value

string

NumpadEnter

Represents the 'Numpad Enter' in the Keyboard.
public const string NumpadEnter = "<Keyboard>/numpadEnter"

Field Value

string

NumpadEquals

Represents the 'Numpad =' in the Keyboard.
public const string NumpadEquals = "<Keyboard>/numpadEquals"

Field Value

string

NumpadMinus

Represents the 'Numpad -' in the Keyboard.
public const string NumpadMinus = "<Keyboard>/numpadMinus"

Field Value

string

NumpadMultiply

Represents the 'Numpad *' in the Keyboard.
public const string NumpadMultiply = "<Keyboard>/numpadMultiply"

Field Value

string

NumpadPeriod

Represents the 'Numpad .' in the Keyboard.
public const string NumpadPeriod = "<Keyboard>/numpadPeriod"

Field Value

string

NumpadPlus

Represents the 'Numpad +' in the Keyboard.
public const string NumpadPlus = "<Keyboard>/numpadPlus"

Field Value

string

O

Represents the 'O' in the Keyboard.
public const string O = "<Keyboard>/o"

Field Value

string

Oem1

Represents the 'OEM1' in the Keyboard.
public const string Oem1 = "<Keyboard>/OEM1"

Field Value

string

Oem2

Represents the 'OEM2' in the Keyboard.
public const string Oem2 = "<Keyboard>/OEM2"

Field Value

string

Oem3

Represents the 'OEM3' in the Keyboard.
public const string Oem3 = "<Keyboard>/OEM3"

Field Value

string

Oem4

Represents the 'OEM4' in the Keyboard.
public const string Oem4 = "<Keyboard>/OEM4"

Field Value

string

Oem5

Represents the 'OEM5' in the Keyboard.
public const string Oem5 = "<Keyboard>/OEM5"

Field Value

string

P

Represents the 'P' in the Keyboard.
public const string P = "<Keyboard>/p"

Field Value

string

PageDown

Represents the 'Page Down' in the Keyboard.
public const string PageDown = "<Keyboard>/pageDown"

Field Value

string

PageUp

Represents the 'Page Up' in the Keyboard.
public const string PageUp = "<Keyboard>/pageUp"

Field Value

string

Pause

Represents the 'Pause/Break' in the Keyboard.
public const string Pause = "<Keyboard>/pause"

Field Value

string

Period

Represents the (.) in the Keyboard.
public const string Period = "<Keyboard>/period"

Field Value

string

PrintScreen

Represents the 'Print Screen' in the Keyboard.
public const string PrintScreen = "<Keyboard>/printScreen"

Field Value

string

Q

Represents the 'Q' in the Keyboard.
public const string Q = "<Keyboard>/q"

Field Value

string

Quote

Represents the (') in the Keyboard.
public const string Quote = "<Keyboard>/quote"

Field Value

string

R

Represents the 'R' in the Keyboard.
public const string R = "<Keyboard>/r"

Field Value

string

RightArrow

Represents the 'Right Arrow' in the Keyboard.
public const string RightArrow = "<Keyboard>/rightArrow"

Field Value

string

RightBracket

Represents the ']' in the Keyboard.
public const string RightBracket = "<Keyboard>/rightBracket"

Field Value

string

RightMeta

Represents the 'Right System' in the Keyboard.
public const string RightMeta = "<Keyboard>/rightMeta"

Field Value

string

S

Represents the 'S' in the Keyboard.
public const string S = "<Keyboard>/s"

Field Value

string

ScrollLock

Represents the 'Scroll Lock' in the Keyboard.
public const string ScrollLock = "<Keyboard>/scrollLock"

Field Value

string

Semicolon

Represents the (;) in the Keyboard.
public const string Semicolon = "<Keyboard>/semicolon"

Field Value

string

Shift

Represents the 'Shift' in the Keyboard.
public const string Shift = "<Keyboard>/shift"

Field Value

string

Slash

Represents the (/) in the Keyboard.
public const string Slash = "<Keyboard>/slash"

Field Value

string

Space

Represents the 'Space' in the Keyboard.
public const string Space = "<Keyboard>/space"

Field Value

string

T

Represents the 'T' in the Keyboard.
public const string T = "<Keyboard>/t"

Field Value

string

Tab

Represents the 'Tab' in the Keyboard.
public const string Tab = "<Keyboard>/tab"

Field Value

string

U

Represents the 'U' in the Keyboard.
public const string U = "<Keyboard>/u"

Field Value

string

UpArrow

Represents the 'Up Arrow' in the Keyboard.
public const string UpArrow = "<Keyboard>/upArrow"

Field Value

string

V

Represents the 'V' in the Keyboard.
public const string V = "<Keyboard>/v"

Field Value

string

W

Represents the 'W' in the Keyboard.
public const string W = "<Keyboard>/w"

Field Value

string

X

Represents the 'X' in the Keyboard.
public const string X = "<Keyboard>/x"

Field Value

string

Y

Represents the 'Y' in the Keyboard.
public const string Y = "<Keyboard>/y"

Field Value

string

Z

Represents the 'Z' in the Keyboard.
public const string Z = "<Keyboard>/z"

Field Value

string