Dart API Referencedart:htmlKeyName

KeyName Interface

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

Static Fields

Code final String ACCEPT #

The Accept (Commit, OK) key

static final String ACCEPT = "Accept";

Code final String ADD #

The Add key

static final String ADD = "Add";

Code final String AGAIN #

The Again key

static final String AGAIN = "Again";

Code final String ALL_CANDIDATES #

The All Candidates key

static final String ALL_CANDIDATES = "AllCandidates";

Code final String ALPHANUMERIC #

The Alphanumeric key

static final String ALPHANUMERIC = "Alphanumeric";

Code final String ALT #

The Alt (Menu) key

static final String ALT = "Alt";

Code final String ALT_GRAPH #

The Alt-Graph key

static final String ALT_GRAPH = "AltGraph";

Code final String APPS #

The Application key

static final String APPS = "Apps";

Code final String ATTN #

The ATTN key

static final String ATTN = "Attn";

Code final 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 final String BACKSPACE = "Backspace";

Code final String BROWSER_BACK #

The Browser Back key

static final String BROWSER_BACK = "BrowserBack";

Code final String BROWSER_FAVORTIES #

The Browser Favorites key

static final String BROWSER_FAVORTIES = "BrowserFavorites";

Code final String BROWSER_FORWARD #

The Browser Forward key

static final String BROWSER_FORWARD = "BrowserForward";

Code final String BROWSER_NAME #

The Browser Home key

static final String BROWSER_NAME = "BrowserHome";

Code final String BROWSER_REFRESH #

The Browser Refresh key

static final String BROWSER_REFRESH = "BrowserRefresh";

The Browser Search key

static final String BROWSER_SEARCH = "BrowserSearch";

Code final String BROWSER_STOP #

The Browser Stop key

static final String BROWSER_STOP = "BrowserStop";

Code final String CAMERA #

The Camera key

static final String CAMERA = "Camera";

Code final String CANCEL #

The Cancel key

static final String CANCEL = "Cancel";

Code final String CAPS_LOCK #

The Caps Lock (Capital) key

static final String CAPS_LOCK = "CapsLock";

Code final String CLEAR #

The Clear key

static final String CLEAR = "Clear";

Code final String CODE_INPUT #

The Code Input key

static final String CODE_INPUT = "CodeInput";

Code final String COMPOSE #

The Compose key

static final String COMPOSE = "Compose";

Code final String CONTROL #

The Control (Ctrl) key

static final String CONTROL = "Control";

Code final String CONVERT #

The Convert key

static final String CONVERT = "Convert";

Code final String COPY #

The Copy key

static final String COPY = "Copy";

Code final String CRSEL #

The Crsel key

static final String CRSEL = "Crsel";

Code final String CUT #

The Cut key

static final String CUT = "Cut";

Code final String DEAD_ABOVE_DOT #

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

static final String DEAD_ABOVE_DOT = "DeadAboveDot";

Code final String DEAD_ABOVE_RING #

The Combining Ring Above (Dead Above Ring) key

static final String DEAD_ABOVE_RING = "DeadAboveRing";

Code final String DEAD_BREVE #

The Combining Breve (Short, Dead Breve) key

static final String DEAD_BREVE = "DeadBreve";

Code final String DEAD_CARON #

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

static final String DEAD_CARON = "DeadCaron";

Code final String DEAD_CEDILLA #

The Combining Cedilla (Dead Cedilla) key

static final String DEAD_CEDILLA = "DeadCedilla";

Code final String DEAD_CIRCUMFLEX #

The Combining Circumflex Accent (Hat, Dead Circumflex) key

static final String DEAD_CIRCUMFLEX = "DeadCircumflex";

Code final String DEAD_DOUBLEACUTE #

The Combining Double Acute Accent (Dead Doubleacute) key

static final String DEAD_DOUBLEACUTE = "DeadDoubleacute";

Code final String DEAD_EACUTE #

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

static final String DEAD_EACUTE = "DeadEacute";

Code final String DEAD_GRAVE #

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

static final String DEAD_GRAVE = "DeadGrave";

Code final String DEAD_IOTA #

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

static final String DEAD_IOTA = "DeadIota";

Code final String DEAD_MACRON #

The Combining Macron (Long, Dead Macron) key

static final String DEAD_MACRON = "DeadMacron";

Code final String DEAD_OGONEK #

The Combining Ogonek (Nasal Hook, Dead Ogonek) key

static final String DEAD_OGONEK = "DeadOgonek";

Code final String DEAD_TILDE #

The Combining Tilde (Dead Tilde) key

static final String DEAD_TILDE = "DeadTilde";

Code final String DEAD_UMLAUT #

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

static final String DEAD_UMLAUT = "DeadUmlaut";

Code final String DEAD_VOICED_SOUND #

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

static final String DEAD_VOICED_SOUND = "DeadVoicedSound";

Code final String DECIMAL #

The Decimal key

static final String DECIMAL = "Decimal";

Code final String DEC_SEMIVOICED_SOUND #

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

static final String DEC_SEMIVOICED_SOUND= "DeadSemivoicedSound";

Code final 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 final String DEL = "Del";

Code final String DIVIDE #

The Divide key

static final String DIVIDE = "Divide";

Code final String DOWN #

The Down Arrow key

static final String DOWN = "Down";

Code final String DOWN_LEFT #

The diagonal Down-Left Arrow key

static final String DOWN_LEFT = "DownLeft";

Code final String DOWN_RIGHT #

The diagonal Down-Right Arrow key

static final String DOWN_RIGHT = "DownRight";

Code final String EJECT #

The Eject key

static final String EJECT = "Eject";

Code final String END #

The End key

static final String END = "End";

Code final String ENTER #

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

static final String ENTER = "Enter";

Code final String ERASE_EOF #

The Erase EOF key

static final String ERASE_EOF= "EraseEof";

Code final String ESC #

The Escape (Esc) key

static final String ESC = "Esc";

Code final String EXECUTE #

The Execute key

static final String EXECUTE = "Execute";

Code final String EXSEL #

The Exsel key

static final String EXSEL = "Exsel";

Code final String F1 #

The F1 key

static final String F1 = "F1";

Code final String F10 #

The F10 key

static final String F10 = "F10";

Code final String F11 #

The F11 key

static final String F11 = "F11";

Code final String F12 #

The F12 key

static final String F12 = "F12";

Code final String F13 #

The F13 key

static final String F13 = "F13";

Code final String F14 #

The F14 key

static final String F14 = "F14";

Code final String F15 #

The F15 key

static final String F15 = "F15";

Code final String F16 #

The F16 key

static final String F16 = "F16";

Code final String F17 #

The F17 key

static final String F17 = "F17";

Code final String F18 #

The F18 key

static final String F18 = "F18";

Code final String F19 #

The F19 key

static final String F19 = "F19";

Code final String F2 #

The F2 key

static final String F2 = "F2";

Code final String F20 #

The F20 key

static final String F20 = "F20";

Code final String F21 #

The F21 key

static final String F21 = "F21";

Code final String F22 #

The F22 key

static final String F22 = "F22";

Code final String F23 #

The F23 key

static final String F23 = "F23";

Code final String F24 #

The F24 key

static final String F24 = "F24";

Code final String F3 #

The F3 key

static final String F3 = "F3";

Code final String F4 #

The F4 key

static final String F4 = "F4";

Code final String F5 #

The F5 key

static final String F5 = "F5";

Code final String F6 #

The F6 key

static final String F6 = "F6";

Code final String F7 #

The F7 key

static final String F7 = "F7";

Code final String F8 #

The F8 key

static final String F8 = "F8";

Code final String F9 #

The F9 key

static final String F9 = "F9";

Code final String FINAL_MODE #

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

static final String FINAL_MODE = "FinalMode";

Code final String FIND #

The Find key

static final String FIND = "Find";

Code final String FN #

The Function switch key

static final String FN = "Fn";

Code final String FULL_WIDTH #

The Full-Width Characters key

static final String FULL_WIDTH = "FullWidth";

Code final String HALF_WIDTH #

The Half-Width Characters key

static final String HALF_WIDTH = "HalfWidth";

Code final String HANGUL_MODE #

The Hangul (Korean characters) Mode key

static final String HANGUL_MODE = "HangulMode";

Code final String HANJA_MODE #

The Hanja (Korean characters) Mode key

static final String HANJA_MODE = "HanjaMode";

Code final String HELP #

The Help key

static final String HELP = "Help";

Code final String HIRAGANA #

The Hiragana (Japanese Kana characters) key

static final String HIRAGANA = "Hiragana";

Code final String HOME #

The Home key

static final String HOME = "Home";

Code final String INSERT #

The Insert (Ins) key

static final String INSERT = "Insert";

Code final String JAPANESE_HIRAGANA #

The Japanese-Hiragana key

static final String JAPANESE_HIRAGANA = "JapaneseHiragana";

Code final String JAPANESE_KATAKANA #

The Japanese-Katakana key

static final String JAPANESE_KATAKANA = "JapaneseKatakana";

Code final String JAPANESE_ROMAJI #

The Japanese-Romaji key

static final String JAPANESE_ROMAJI = "JapaneseRomaji";

Code final String JUNJA_MODE #

The Junja Mode key

static final String JUNJA_MODE = "JunjaMode";

Code final String KANA_MODE #

The Kana Mode (Kana Lock) key

static final String KANA_MODE = "KanaMode";

Code final String KANJI_MODE #

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

static final String KANJI_MODE = "KanjiMode";

Code final String KATAKANA #

The Katakana (Japanese Kana characters) key

static final String KATAKANA = "Katakana";

Code final String LAUNCH_APPLICATION_1 #

The Start Application One key

static final String LAUNCH_APPLICATION_1 = "LaunchApplication1";

Code final String LAUNCH_APPLICATION_2 #

The Start Application Two key

static final String LAUNCH_APPLICATION_2 = "LaunchApplication2";

Code final String LAUNCH_MAIL #

The Start Mail key

static final String LAUNCH_MAIL = "LaunchMail";

Code final String LEFT #

The Left Arrow key

static final String LEFT = "Left";

Code final String MEDIA_NEXT_TRACK #

The Media Next Track key

static final String MEDIA_NEXT_TRACK = "MediaNextTrack";

Code final String MEDIA_PAUSE_PLAY #

The Media Play Pause key

static final String MEDIA_PAUSE_PLAY = "MediaPlayPause";

Code final String MEDIA_PREVIOUS_TRACK #

The Media Previous Track key

static final String MEDIA_PREVIOUS_TRACK = "MediaPreviousTrack";

Code final String MEDIA_STOP #

The Media Stop key

static final String MEDIA_STOP = "MediaStop";

The Menu key

static final String MENU = "Menu";

Code final String META #

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

static final String META = "Meta";

Code final String MODE_CHANGE #

The Mode Change key

static final String MODE_CHANGE = "ModeChange";

Code final String NEXT_CANDIDATE #

The Next Candidate function key

static final String NEXT_CANDIDATE = "NextCandidate";

Code final String NON_CONVERT #

The Nonconvert (Don't Convert) key

static final String NON_CONVERT = "Nonconvert";

Code final String NUM_LOCK #

The Number Lock key

static final String NUM_LOCK = "NumLock";

Code final String PAGE_DOWN #

The Page Down (Next) key

static final String PAGE_DOWN = "PageDown";

Code final String PAGE_UP #

The Page Up key

static final String PAGE_UP = "PageUp";

Code final String PASTE #

The Paste key

static final String PASTE = "Paste";

Code final String PAUSE #

The Pause key

static final String PAUSE = "Pause";

Code final String PLAY #

The Play key

static final String PLAY = "Play";

Code final String POWER #

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

static final String POWER = "Power";

Code final String PREVIOUS_CANDIDATE #

The Previous Candidate function key

static final String PREVIOUS_CANDIDATE = "PreviousCandidate";

The Print Screen (PrintScrn, SnapShot) key

static final String PRINT_SCREEN = "PrintScreen";

Code final String PROCESS #

The Process key

static final String PROCESS = "Process";

Code final String PROPS #

The Props key

static final String PROPS = "Props";

The Right Arrow key

static final String RIGHT = "Right";

Code final String ROMAN_CHARACTERS #

The Roman Characters function key

static final String ROMAN_CHARACTERS = "RomanCharacters";

Code final String SCROLL #

The Scroll Lock key

static final String SCROLL = "Scroll";

Code final String SELECT #

The Select key

static final String SELECT = "Select";

Code final String SELECT_MEDIA #

The Select Media key

static final String SELECT_MEDIA = "SelectMedia";

Code final String SEPARATOR #

The Separator key

static final String SEPARATOR = "Separator";

Code final String SHIFT #

The Shift key

static final String SHIFT = "Shift";

Code final String SOFT_1 #

The Soft1 key

static final String SOFT_1 = "Soft1";

Code final String SOFT_2 #

The Soft2 key

static final String SOFT_2 = "Soft2";

Code final String SOFT_3 #

The Soft3 key

static final String SOFT_3 = "Soft3";

Code final String SOFT_4 #

The Soft4 key

static final String SOFT_4 = "Soft4";

Code final String SPACEBAR #

The Space (Spacebar) key:

static final String SPACEBAR = "Spacebar";

Code final String STOP #

The Stop key

static final String STOP = "Stop";

Code final String SUBTRACT #

The Subtract key

static final String SUBTRACT = "Subtract";

Code final String SYMBOL_LOCK #

The Symbol Lock key

static final String SYMBOL_LOCK = "SymbolLock";

Code final String TAB #

The Horizontal Tabulation (Tab) key

static final String TAB = "Tab";

Code final String UNDO #

The Undo key

static final String UNDO = "Undo";

Code final String UNIDENTIFIED #

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

static final String UNIDENTIFIED = "Unidentified";

Code final String UP #

The Up Arrow key

static final String UP = "Up";

Code final String UP_LEFT #

The diagonal Up-Left Arrow key

static final String UP_LEFT = "UpLeft";

Code final String UP_RIGHT #

The diagonal Up-Right Arrow key

static final String UP_RIGHT = "UpRight";

Code final String VOLUME_DOWN #

The Volume Down key

static final String VOLUME_DOWN = "VolumeDown";

Code final String VOLUMN_MUTE #

The Volume Mute key

static final String VOLUMN_MUTE = "VolumeMute";

Code final String VOLUMN_UP #

The Volume Up key

static final String VOLUMN_UP = "VolumeUp";

Code final String WIN #

The Windows Logo key

static final String WIN = "Win";

Code final String ZOOM #

The Zoom key

static final String ZOOM = "Zoom";