Dart API Referencedart:htmlKeyName

KeyName abstract class

Defines the standard keyboard identifier names for keys that are returned by KeyEvent.getKeyboardIdentifier when the key does not have a direct unicode mapping.

abstract class KeyName {

 /** The Accept (Commit, OK) key */
 static const String ACCEPT = "Accept";

 /** The Add key */
 static const String ADD = "Add";

 /** The Again key */
 static const String AGAIN = "Again";

 /** The All Candidates key */
 static const String ALL_CANDIDATES = "AllCandidates";

 /** The Alphanumeric key */
 static const String ALPHANUMERIC = "Alphanumeric";

 /** The Alt (Menu) key */
 static const String ALT = "Alt";

 /** The Alt-Graph key */
 static const String ALT_GRAPH = "AltGraph";

 /** The Application key */
 static const String APPS = "Apps";

 /** The ATTN key */
 static const String ATTN = "Attn";

 /** The Browser Back key */
 static const String BROWSER_BACK = "BrowserBack";

 /** The Browser Favorites key */
 static const String BROWSER_FAVORTIES = "BrowserFavorites";

 /** The Browser Forward key */
 static const String BROWSER_FORWARD = "BrowserForward";

 /** The Browser Home key */
 static const String BROWSER_NAME = "BrowserHome";

 /** The Browser Refresh key */
 static const String BROWSER_REFRESH = "BrowserRefresh";

 /** The Browser Search key */
 static const String BROWSER_SEARCH = "BrowserSearch";

 /** The Browser Stop key */
 static const String BROWSER_STOP = "BrowserStop";

 /** The Camera key */
 static const String CAMERA = "Camera";

 /** The Caps Lock (Capital) key */
 static const String CAPS_LOCK = "CapsLock";

 /** The Clear key */
 static const String CLEAR = "Clear";

 /** The Code Input key */
 static const String CODE_INPUT = "CodeInput";

 /** The Compose key */
 static const String COMPOSE = "Compose";

 /** The Control (Ctrl) key */
 static const String CONTROL = "Control";

 /** The Crsel key */
 static const String CRSEL = "Crsel";

 /** The Convert key */
 static const String CONVERT = "Convert";

 /** The Copy key */
 static const String COPY = "Copy";

 /** The Cut key */
 static const String CUT = "Cut";

 /** The Decimal key */
 static const String DECIMAL = "Decimal";

 /** The Divide key */
 static const String DIVIDE = "Divide";

 /** The Down Arrow key */
 static const String DOWN = "Down";

 /** The diagonal Down-Left Arrow key */
 static const String DOWN_LEFT = "DownLeft";

 /** The diagonal Down-Right Arrow key */
 static const String DOWN_RIGHT = "DownRight";

 /** The Eject key */
 static const String EJECT = "Eject";

 /** The End key */
 static const String END = "End";

 /**
  * The Enter key. Note: This key value must also be used for the Return
  *  (Macintosh numpad) key
  */
 static const String ENTER = "Enter";

 /** The Erase EOF key */
 static const String ERASE_EOF= "EraseEof";

 /** The Execute key */
 static const String EXECUTE = "Execute";

 /** The Exsel key */
 static const String EXSEL = "Exsel";

 /** The Function switch key */
 static const String FN = "Fn";

 /** The F1 key */
 static const String F1 = "F1";

 /** The F2 key */
 static const String F2 = "F2";

 /** The F3 key */
 static const String F3 = "F3";

 /** The F4 key */
 static const String F4 = "F4";

 /** The F5 key */
 static const String F5 = "F5";

 /** The F6 key */
 static const String F6 = "F6";

 /** The F7 key */
 static const String F7 = "F7";

 /** The F8 key */
 static const String F8 = "F8";

 /** The F9 key */
 static const String F9 = "F9";

 /** The F10 key */
 static const String F10 = "F10";

 /** The F11 key */
 static const String F11 = "F11";

 /** The F12 key */
 static const String F12 = "F12";

 /** The F13 key */
 static const String F13 = "F13";

 /** The F14 key */
 static const String F14 = "F14";

 /** The F15 key */
 static const String F15 = "F15";

 /** The F16 key */
 static const String F16 = "F16";

 /** The F17 key */
 static const String F17 = "F17";

 /** The F18 key */
 static const String F18 = "F18";

 /** The F19 key */
 static const String F19 = "F19";

 /** The F20 key */
 static const String F20 = "F20";

 /** The F21 key */
 static const String F21 = "F21";

 /** The F22 key */
 static const String F22 = "F22";

 /** The F23 key */
 static const String F23 = "F23";

 /** The F24 key */
 static const String F24 = "F24";

 /** The Final Mode (Final) key used on some asian keyboards */
 static const String FINAL_MODE = "FinalMode";

 /** The Find key */
 static const String FIND = "Find";

 /** The Full-Width Characters key */
 static const String FULL_WIDTH = "FullWidth";

 /** The Half-Width Characters key */
 static const String HALF_WIDTH = "HalfWidth";

 /** The Hangul (Korean characters) Mode key */
 static const String HANGUL_MODE = "HangulMode";

 /** The Hanja (Korean characters) Mode key */
 static const String HANJA_MODE = "HanjaMode";

 /** The Help key */
 static const String HELP = "Help";

 /** The Hiragana (Japanese Kana characters) key */
 static const String HIRAGANA = "Hiragana";

 /** The Home key */
 static const String HOME = "Home";

 /** The Insert (Ins) key */
 static const String INSERT = "Insert";

 /** The Japanese-Hiragana key */
 static const String JAPANESE_HIRAGANA = "JapaneseHiragana";

 /** The Japanese-Katakana key */
 static const String JAPANESE_KATAKANA = "JapaneseKatakana";

 /** The Japanese-Romaji key */
 static const String JAPANESE_ROMAJI = "JapaneseRomaji";

 /** The Junja Mode key */
 static const String JUNJA_MODE = "JunjaMode";

 /** The Kana Mode (Kana Lock) key */
 static const String KANA_MODE = "KanaMode";

 /**
  * The Kanji (Japanese name for ideographic characters of Chinese origin)
  * Mode key
  */
 static const String KANJI_MODE = "KanjiMode";

 /** The Katakana (Japanese Kana characters) key */
 static const String KATAKANA = "Katakana";

 /** The Start Application One key */
 static const String LAUNCH_APPLICATION_1 = "LaunchApplication1";

 /** The Start Application Two key */
 static const String LAUNCH_APPLICATION_2 = "LaunchApplication2";

 /** The Start Mail key */
 static const String LAUNCH_MAIL = "LaunchMail";

 /** The Left Arrow key */
 static const String LEFT = "Left";

 /** The Menu key */
 static const String MENU = "Menu";

 /**
  * The Meta key. Note: This key value shall be also used for the Apple
  * Command key
  */
 static const String META = "Meta";

 /** The Media Next Track key */
 static const String MEDIA_NEXT_TRACK = "MediaNextTrack";

 /** The Media Play Pause key */
 static const String MEDIA_PAUSE_PLAY = "MediaPlayPause";

 /** The Media Previous Track key */
 static const String MEDIA_PREVIOUS_TRACK = "MediaPreviousTrack";

 /** The Media Stop key */
 static const String MEDIA_STOP = "MediaStop";

 /** The Mode Change key */
 static const String MODE_CHANGE = "ModeChange";

 /** The Next Candidate function key */
 static const String NEXT_CANDIDATE = "NextCandidate";

 /** The Nonconvert (Don't Convert) key */
 static const String NON_CONVERT = "Nonconvert";

 /** The Number Lock key */
 static const String NUM_LOCK = "NumLock";

 /** The Page Down (Next) key */
 static const String PAGE_DOWN = "PageDown";

 /** The Page Up key */
 static const String PAGE_UP = "PageUp";

 /** The Paste key */
 static const String PASTE = "Paste";

 /** The Pause key */
 static const String PAUSE = "Pause";

 /** The Play key */
 static const String PLAY = "Play";

 /**
  * The Power key. Note: Some devices may not expose this key to the
  * operating environment
  */
 static const String POWER = "Power";

 /** The Previous Candidate function key */
 static const String PREVIOUS_CANDIDATE = "PreviousCandidate";

 /** The Print Screen (PrintScrn, SnapShot) key */
 static const String PRINT_SCREEN = "PrintScreen";

 /** The Process key */
 static const String PROCESS = "Process";

 /** The Props key */
 static const String PROPS = "Props";

 /** The Right Arrow key */
 static const String RIGHT = "Right";

 /** The Roman Characters function key */
 static const String ROMAN_CHARACTERS = "RomanCharacters";

 /** The Scroll Lock key */
 static const String SCROLL = "Scroll";

 /** The Select key */
 static const String SELECT = "Select";

 /** The Select Media key */
 static const String SELECT_MEDIA = "SelectMedia";

 /** The Separator key */
 static const String SEPARATOR = "Separator";

 /** The Shift key */
 static const String SHIFT = "Shift";

 /** The Soft1 key */
 static const String SOFT_1 = "Soft1";

 /** The Soft2 key */
 static const String SOFT_2 = "Soft2";

 /** The Soft3 key */
 static const String SOFT_3 = "Soft3";

 /** The Soft4 key */
 static const String SOFT_4 = "Soft4";

 /** The Stop key */
 static const String STOP = "Stop";

 /** The Subtract key */
 static const String SUBTRACT = "Subtract";

 /** The Symbol Lock key */
 static const String SYMBOL_LOCK = "SymbolLock";

 /** The Up Arrow key */
 static const String UP = "Up";

 /** The diagonal Up-Left Arrow key */
 static const String UP_LEFT = "UpLeft";

 /** The diagonal Up-Right Arrow key */
 static const String UP_RIGHT = "UpRight";

 /** The Undo key */
 static const String UNDO = "Undo";

 /** The Volume Down key */
 static const String VOLUME_DOWN = "VolumeDown";

 /** The Volume Mute key */
 static const String VOLUMN_MUTE = "VolumeMute";

 /** The Volume Up key */
 static const String VOLUMN_UP = "VolumeUp";

 /** The Windows Logo key */
 static const String WIN = "Win";

 /** The Zoom key */
 static const String ZOOM = "Zoom";

 /**
  * The Backspace (Back) key. Note: This key value shall be also used for the
  * key labeled 'delete' MacOS keyboards when not modified by the 'Fn' key
  */
 static const String BACKSPACE = "Backspace";

 /** The Horizontal Tabulation (Tab) key */
 static const String TAB = "Tab";

 /** The Cancel key */
 static const String CANCEL = "Cancel";

 /** The Escape (Esc) key */
 static const String ESC = "Esc";

 /** The Space (Spacebar) key:   */
 static const String SPACEBAR = "Spacebar";

 /**
  * The Delete (Del) Key. Note: This key value shall be also used for the key
  * labeled 'delete' MacOS keyboards when modified by the 'Fn' key
  */
 static const String DEL = "Del";

 /** The Combining Grave Accent (Greek Varia, Dead Grave) key */
 static const String DEAD_GRAVE = "DeadGrave";

 /**
  * The Combining Acute Accent (Stress Mark, Greek Oxia, Tonos, Dead Eacute)
  * key
  */
 static const String DEAD_EACUTE = "DeadEacute";

 /** The Combining Circumflex Accent (Hat, Dead Circumflex) key */
 static const String DEAD_CIRCUMFLEX = "DeadCircumflex";

 /** The Combining Tilde (Dead Tilde) key */
 static const String DEAD_TILDE = "DeadTilde";

 /** The Combining Macron (Long, Dead Macron) key */
 static const String DEAD_MACRON = "DeadMacron";

 /** The Combining Breve (Short, Dead Breve) key */
 static const String DEAD_BREVE = "DeadBreve";

 /** The Combining Dot Above (Derivative, Dead Above Dot) key */
 static const String DEAD_ABOVE_DOT = "DeadAboveDot";

 /**
  * The Combining Diaeresis (Double Dot Abode, Umlaut, Greek Dialytika,
  * Double Derivative, Dead Diaeresis) key
  */
 static const String DEAD_UMLAUT = "DeadUmlaut";

 /** The Combining Ring Above (Dead Above Ring) key */
 static const String DEAD_ABOVE_RING = "DeadAboveRing";

 /** The Combining Double Acute Accent (Dead Doubleacute) key */
 static const String DEAD_DOUBLEACUTE = "DeadDoubleacute";

 /** The Combining Caron (Hacek, V Above, Dead Caron) key */
 static const String DEAD_CARON = "DeadCaron";

 /** The Combining Cedilla (Dead Cedilla) key */
 static const String DEAD_CEDILLA = "DeadCedilla";

 /** The Combining Ogonek (Nasal Hook, Dead Ogonek) key */
 static const String DEAD_OGONEK = "DeadOgonek";

 /**
  * The Combining Greek Ypogegrammeni (Greek Non-Spacing Iota Below, Iota
  * Subscript, Dead Iota) key
  */
 static const String DEAD_IOTA = "DeadIota";

 /**
  * The Combining Katakana-Hiragana Voiced Sound Mark (Dead Voiced Sound) key
  */
 static const String DEAD_VOICED_SOUND = "DeadVoicedSound";

 /**
  * The Combining Katakana-Hiragana Semi-Voiced Sound Mark (Dead Semivoiced
  * Sound) key
  */
 static const String DEC_SEMIVOICED_SOUND= "DeadSemivoicedSound";

 /**
  * Key value used when an implementation is unable to identify another key
  * value, due to either hardware, platform, or software constraints
  */
 static const String UNIDENTIFIED = "Unidentified";
}

Static Properties

const String ACCEPT #

The Accept (Commit, OK) key

static const String ACCEPT = "Accept"

const String ADD #

The Add key

static const String ADD = "Add"

const String AGAIN #

The Again key

static const String AGAIN = "Again"

const String ALL_CANDIDATES #

The All Candidates key

static const String ALL_CANDIDATES = "AllCandidates"

const String ALPHANUMERIC #

The Alphanumeric key

static const String ALPHANUMERIC = "Alphanumeric"

const String ALT #

The Alt (Menu) key

static const String ALT = "Alt"

const String ALT_GRAPH #

The Alt-Graph key

static const String ALT_GRAPH = "AltGraph"

const String APPS #

The Application key

static const String APPS = "Apps"

const String ATTN #

The ATTN key

static const String ATTN = "Attn"

const String BACKSPACE #

The Backspace (Back) key. Note: This key value shall be also used for the key labeled 'delete' MacOS keyboards when not modified by the 'Fn' key

static const String BACKSPACE = "Backspace"

const String BROWSER_BACK #

The Browser Back key

static const String BROWSER_BACK = "BrowserBack"

const String BROWSER_FAVORTIES #

The Browser Favorites key

static const String BROWSER_FAVORTIES = "BrowserFavorites"

const String BROWSER_FORWARD #

The Browser Forward key

static const String BROWSER_FORWARD = "BrowserForward"

const String BROWSER_NAME #

The Browser Home key

static const String BROWSER_NAME = "BrowserHome"

const String BROWSER_REFRESH #

The Browser Refresh key

static const String BROWSER_REFRESH = "BrowserRefresh"

The Browser Search key

static const String BROWSER_SEARCH = "BrowserSearch"

const String BROWSER_STOP #

The Browser Stop key

static const String BROWSER_STOP = "BrowserStop"

const String CAMERA #

The Camera key

static const String CAMERA = "Camera"

const String CANCEL #

The Cancel key

static const String CANCEL = "Cancel"

const String CAPS_LOCK #

The Caps Lock (Capital) key

static const String CAPS_LOCK = "CapsLock"

const String CLEAR #

The Clear key

static const String CLEAR = "Clear"

const String CODE_INPUT #

The Code Input key

static const String CODE_INPUT = "CodeInput"

const String COMPOSE #

The Compose key

static const String COMPOSE = "Compose"

const String CONTROL #

The Control (Ctrl) key

static const String CONTROL = "Control"

const String CONVERT #

The Convert key

static const String CONVERT = "Convert"

const String COPY #

The Copy key

static const String COPY = "Copy"

const String CRSEL #

The Crsel key

static const String CRSEL = "Crsel"

const String CUT #

The Cut key

static const String CUT = "Cut"

const String DEAD_ABOVE_DOT #

The Combining Dot Above (Derivative, Dead Above Dot) key

static const String DEAD_ABOVE_DOT = "DeadAboveDot"

const String DEAD_ABOVE_RING #

The Combining Ring Above (Dead Above Ring) key

static const String DEAD_ABOVE_RING = "DeadAboveRing"

const String DEAD_BREVE #

The Combining Breve (Short, Dead Breve) key

static const String DEAD_BREVE = "DeadBreve"

const String DEAD_CARON #

The Combining Caron (Hacek, V Above, Dead Caron) key

static const String DEAD_CARON = "DeadCaron"

const String DEAD_CEDILLA #

The Combining Cedilla (Dead Cedilla) key

static const String DEAD_CEDILLA = "DeadCedilla"

const String DEAD_CIRCUMFLEX #

The Combining Circumflex Accent (Hat, Dead Circumflex) key

static const String DEAD_CIRCUMFLEX = "DeadCircumflex"

const String DEAD_DOUBLEACUTE #

The Combining Double Acute Accent (Dead Doubleacute) key

static const String DEAD_DOUBLEACUTE = "DeadDoubleacute"

const String DEAD_EACUTE #

The Combining Acute Accent (Stress Mark, Greek Oxia, Tonos, Dead Eacute) key

static const String DEAD_EACUTE = "DeadEacute"

const String DEAD_GRAVE #

The Combining Grave Accent (Greek Varia, Dead Grave) key

static const String DEAD_GRAVE = "DeadGrave"

const String DEAD_IOTA #

The Combining Greek Ypogegrammeni (Greek Non-Spacing Iota Below, Iota Subscript, Dead Iota) key

static const String DEAD_IOTA = "DeadIota"

const String DEAD_MACRON #

The Combining Macron (Long, Dead Macron) key

static const String DEAD_MACRON = "DeadMacron"

const String DEAD_OGONEK #

The Combining Ogonek (Nasal Hook, Dead Ogonek) key

static const String DEAD_OGONEK = "DeadOgonek"

const String DEAD_TILDE #

The Combining Tilde (Dead Tilde) key

static const String DEAD_TILDE = "DeadTilde"

const String DEAD_UMLAUT #

The Combining Diaeresis (Double Dot Abode, Umlaut, Greek Dialytika, Double Derivative, Dead Diaeresis) key

static const String DEAD_UMLAUT = "DeadUmlaut"

const String DEAD_VOICED_SOUND #

The Combining Katakana-Hiragana Voiced Sound Mark (Dead Voiced Sound) key

static const String DEAD_VOICED_SOUND = "DeadVoicedSound"

const String DEC_SEMIVOICED_SOUND #

The Combining Katakana-Hiragana Semi-Voiced Sound Mark (Dead Semivoiced Sound) key

static const String DEC_SEMIVOICED_SOUND= "DeadSemivoicedSound"

const String DECIMAL #

The Decimal key

static const String DECIMAL = "Decimal"

const String DEL #

The Delete (Del) Key. Note: This key value shall be also used for the key labeled 'delete' MacOS keyboards when modified by the 'Fn' key

static const String DEL = "Del"

const String DIVIDE #

The Divide key

static const String DIVIDE = "Divide"

const String DOWN #

The Down Arrow key

static const String DOWN = "Down"

const String DOWN_LEFT #

The diagonal Down-Left Arrow key

static const String DOWN_LEFT = "DownLeft"

const String DOWN_RIGHT #

The diagonal Down-Right Arrow key

static const String DOWN_RIGHT = "DownRight"

const String EJECT #

The Eject key

static const String EJECT = "Eject"

const String END #

The End key

static const String END = "End"

const String ENTER #

The Enter key. Note: This key value must also be used for the Return (Macintosh numpad) key

static const String ENTER = "Enter"

const String ERASE_EOF #

The Erase EOF key

static const String ERASE_EOF= "EraseEof"

const String ESC #

The Escape (Esc) key

static const String ESC = "Esc"

const String EXECUTE #

The Execute key

static const String EXECUTE = "Execute"

const String EXSEL #

The Exsel key

static const String EXSEL = "Exsel"

const String F1 #

The F1 key

static const String F1 = "F1"

const String F10 #

The F10 key

static const String F10 = "F10"

const String F11 #

The F11 key

static const String F11 = "F11"

const String F12 #

The F12 key

static const String F12 = "F12"

const String F13 #

The F13 key

static const String F13 = "F13"

const String F14 #

The F14 key

static const String F14 = "F14"

const String F15 #

The F15 key

static const String F15 = "F15"

const String F16 #

The F16 key

static const String F16 = "F16"

const String F17 #

The F17 key

static const String F17 = "F17"

const String F18 #

The F18 key

static const String F18 = "F18"

const String F19 #

The F19 key

static const String F19 = "F19"

const String F2 #

The F2 key

static const String F2 = "F2"

const String F20 #

The F20 key

static const String F20 = "F20"

const String F21 #

The F21 key

static const String F21 = "F21"

const String F22 #

The F22 key

static const String F22 = "F22"

const String F23 #

The F23 key

static const String F23 = "F23"

const String F24 #

The F24 key

static const String F24 = "F24"

const String F3 #

The F3 key

static const String F3 = "F3"

const String F4 #

The F4 key

static const String F4 = "F4"

const String F5 #

The F5 key

static const String F5 = "F5"

const String F6 #

The F6 key

static const String F6 = "F6"

const String F7 #

The F7 key

static const String F7 = "F7"

const String F8 #

The F8 key

static const String F8 = "F8"

const String F9 #

The F9 key

static const String F9 = "F9"

const String FINAL_MODE #

The Final Mode (Final) key used on some asian keyboards

static const String FINAL_MODE = "FinalMode"

const String FIND #

The Find key

static const String FIND = "Find"

const String FN #

The Function switch key

static const String FN = "Fn"

const String FULL_WIDTH #

The Full-Width Characters key

static const String FULL_WIDTH = "FullWidth"

const String HALF_WIDTH #

The Half-Width Characters key

static const String HALF_WIDTH = "HalfWidth"

const String HANGUL_MODE #

The Hangul (Korean characters) Mode key

static const String HANGUL_MODE = "HangulMode"

const String HANJA_MODE #

The Hanja (Korean characters) Mode key

static const String HANJA_MODE = "HanjaMode"

const String HELP #

The Help key

static const String HELP = "Help"

const String HIRAGANA #

The Hiragana (Japanese Kana characters) key

static const String HIRAGANA = "Hiragana"

const String HOME #

The Home key

static const String HOME = "Home"

const String INSERT #

The Insert (Ins) key

static const String INSERT = "Insert"

const String JAPANESE_HIRAGANA #

The Japanese-Hiragana key

static const String JAPANESE_HIRAGANA = "JapaneseHiragana"

const String JAPANESE_KATAKANA #

The Japanese-Katakana key

static const String JAPANESE_KATAKANA = "JapaneseKatakana"

const String JAPANESE_ROMAJI #

The Japanese-Romaji key

static const String JAPANESE_ROMAJI = "JapaneseRomaji"

const String JUNJA_MODE #

The Junja Mode key

static const String JUNJA_MODE = "JunjaMode"

const String KANA_MODE #

The Kana Mode (Kana Lock) key

static const String KANA_MODE = "KanaMode"

const String KANJI_MODE #

The Kanji (Japanese name for ideographic characters of Chinese origin) Mode key

static const String KANJI_MODE = "KanjiMode"

const String KATAKANA #

The Katakana (Japanese Kana characters) key

static const String KATAKANA = "Katakana"

const String LAUNCH_APPLICATION_1 #

The Start Application One key

static const String LAUNCH_APPLICATION_1 = "LaunchApplication1"

const String LAUNCH_APPLICATION_2 #

The Start Application Two key

static const String LAUNCH_APPLICATION_2 = "LaunchApplication2"

const String LAUNCH_MAIL #

The Start Mail key

static const String LAUNCH_MAIL = "LaunchMail"

const String LEFT #

The Left Arrow key

static const String LEFT = "Left"

const String MEDIA_NEXT_TRACK #

The Media Next Track key

static const String MEDIA_NEXT_TRACK = "MediaNextTrack"

const String MEDIA_PAUSE_PLAY #

The Media Play Pause key

static const String MEDIA_PAUSE_PLAY = "MediaPlayPause"

const String MEDIA_PREVIOUS_TRACK #

The Media Previous Track key

static const String MEDIA_PREVIOUS_TRACK = "MediaPreviousTrack"

const String MEDIA_STOP #

The Media Stop key

static const String MEDIA_STOP = "MediaStop"

The Menu key

static const String MENU = "Menu"

const String META #

The Meta key. Note: This key value shall be also used for the Apple Command key

static const String META = "Meta"

const String MODE_CHANGE #

The Mode Change key

static const String MODE_CHANGE = "ModeChange"

const String NEXT_CANDIDATE #

The Next Candidate function key

static const String NEXT_CANDIDATE = "NextCandidate"

const String NON_CONVERT #

The Nonconvert (Don't Convert) key

static const String NON_CONVERT = "Nonconvert"

const String NUM_LOCK #

The Number Lock key

static const String NUM_LOCK = "NumLock"

const String PAGE_DOWN #

The Page Down (Next) key

static const String PAGE_DOWN = "PageDown"

const String PAGE_UP #

The Page Up key

static const String PAGE_UP = "PageUp"

const String PASTE #

The Paste key

static const String PASTE = "Paste"

const String PAUSE #

The Pause key

static const String PAUSE = "Pause"

const String PLAY #

The Play key

static const String PLAY = "Play"

const String POWER #

The Power key. Note: Some devices may not expose this key to the operating environment

static const String POWER = "Power"

const String PREVIOUS_CANDIDATE #

The Previous Candidate function key

static const String PREVIOUS_CANDIDATE = "PreviousCandidate"

The Print Screen (PrintScrn, SnapShot) key

static const String PRINT_SCREEN = "PrintScreen"

const String PROCESS #

The Process key

static const String PROCESS = "Process"

const String PROPS #

The Props key

static const String PROPS = "Props"

The Right Arrow key

static const String RIGHT = "Right"

const String ROMAN_CHARACTERS #

The Roman Characters function key

static const String ROMAN_CHARACTERS = "RomanCharacters"

const String SCROLL #

The Scroll Lock key

static const String SCROLL = "Scroll"

const String SELECT #

The Select key

static const String SELECT = "Select"

const String SELECT_MEDIA #

The Select Media key

static const String SELECT_MEDIA = "SelectMedia"

const String SEPARATOR #

The Separator key

static const String SEPARATOR = "Separator"

const String SHIFT #

The Shift key

static const String SHIFT = "Shift"

const String SOFT_1 #

The Soft1 key

static const String SOFT_1 = "Soft1"

const String SOFT_2 #

The Soft2 key

static const String SOFT_2 = "Soft2"

const String SOFT_3 #

The Soft3 key

static const String SOFT_3 = "Soft3"

const String SOFT_4 #

The Soft4 key

static const String SOFT_4 = "Soft4"

const String SPACEBAR #

The Space (Spacebar) key:

static const String SPACEBAR = "Spacebar"

const String STOP #

The Stop key

static const String STOP = "Stop"

const String SUBTRACT #

The Subtract key

static const String SUBTRACT = "Subtract"

const String SYMBOL_LOCK #

The Symbol Lock key

static const String SYMBOL_LOCK = "SymbolLock"

const String TAB #

The Horizontal Tabulation (Tab) key

static const String TAB = "Tab"

const String UNDO #

The Undo key

static const String UNDO = "Undo"

const String UNIDENTIFIED #

Key value used when an implementation is unable to identify another key value, due to either hardware, platform, or software constraints

static const String UNIDENTIFIED = "Unidentified"

const String UP #

The Up Arrow key

static const String UP = "Up"

const String UP_LEFT #

The diagonal Up-Left Arrow key

static const String UP_LEFT = "UpLeft"

const String UP_RIGHT #

The diagonal Up-Right Arrow key

static const String UP_RIGHT = "UpRight"

const String VOLUME_DOWN #

The Volume Down key

static const String VOLUME_DOWN = "VolumeDown"

const String VOLUMN_MUTE #

The Volume Mute key

static const String VOLUMN_MUTE = "VolumeMute"

const String VOLUMN_UP #

The Volume Up key

static const String VOLUMN_UP = "VolumeUp"

const String WIN #

The Windows Logo key

static const String WIN = "Win"

const String ZOOM #

The Zoom key

static const String ZOOM = "Zoom"