PhysicalKeyboardKey class

A class with static values that describe the keys that are returned from RawKeyEvent.physicalKey.

These represent physical keys, which are keys which represent a particular key location on a QWERTY keyboard. It ignores any modifiers, modes, or keyboard layouts which may be in effect. This is contrast to LogicalKeyboardKey, which represents a logical key interpreted in the context of modifiers, modes, and/or keyboard layouts.

As an example, if you wanted a game where the key next to the CAPS LOCK (the "A" key on a QWERTY keyboard) moved the player to the left, you'd want to look at the physical key to make sure that regardless of the character the key produces, you got the key that is in that location on the keyboard.

Conversely, if you wanted to implement an app where the "Q" key "quit" something, you'd want to look at the logical key to detect this, since you would like to have it match the key with "Q" on it, instead of always looking for "the key next to the TAB key", since on a French keyboard, the key next to the TAB key has an "A" on it.

This example shows how to detect if the user has selected the physical key to the right of the CAPS LOCK key.
link

To create a local project with this code sample, run:
flutter create --sample=services.PhysicalKeyboardKey.1 mysample

See also:

  • RawKeyEvent, the keyboard event object received by widgets that listen to keyboard events.
  • Focus.onKey, the handler on a widget that lets you handle key events.
  • RawKeyboardListener, a widget used to listen to keyboard events (but not handle them).
Inheritance
Annotations

Constructors

PhysicalKeyboardKey(int usbHidUsage)
Creates a new PhysicalKeyboardKey object for a USB HID usage.
const

Properties

debugName String?
The debug string to print for this keyboard key, which will be null in release mode.
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usbHidUsage int
The unique USB HID usage ID of this physical key on the keyboard.
final

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Static Properties

knownPhysicalKeys Iterable<PhysicalKeyboardKey>
A list of all predefined constant PhysicalKeyboardKeys.
no setter

Static Methods

findKeyByCode(int usageCode) PhysicalKeyboardKey?
Finds a known PhysicalKeyboardKey that matches the given USB HID usage code.

Constants

abort → const PhysicalKeyboardKey
Represents the location of the "Abort" key on a generalized keyboard.
again → const PhysicalKeyboardKey
Represents the location of the "Again" key on a generalized keyboard.
altLeft → const PhysicalKeyboardKey
Represents the location of the "Alt Left" key on a generalized keyboard.
altRight → const PhysicalKeyboardKey
Represents the location of the "Alt Right" key on a generalized keyboard.
arrowDown → const PhysicalKeyboardKey
Represents the location of the "Arrow Down" key on a generalized keyboard.
arrowLeft → const PhysicalKeyboardKey
Represents the location of the "Arrow Left" key on a generalized keyboard.
arrowRight → const PhysicalKeyboardKey
Represents the location of the "Arrow Right" key on a generalized keyboard.
arrowUp → const PhysicalKeyboardKey
Represents the location of the "Arrow Up" key on a generalized keyboard.
audioVolumeDown → const PhysicalKeyboardKey
Represents the location of the "Audio Volume Down" key on a generalized keyboard.
audioVolumeMute → const PhysicalKeyboardKey
Represents the location of the "Audio Volume Mute" key on a generalized keyboard.
audioVolumeUp → const PhysicalKeyboardKey
Represents the location of the "Audio Volume Up" key on a generalized keyboard.
backquote → const PhysicalKeyboardKey
Represents the location of the "Backquote" key on a generalized keyboard.
backslash → const PhysicalKeyboardKey
Represents the location of the "Backslash" key on a generalized keyboard.
backspace → const PhysicalKeyboardKey
Represents the location of the "Backspace" key on a generalized keyboard.
bassBoost → const PhysicalKeyboardKey
Represents the location of the "Bass Boost" key on a generalized keyboard.
bracketLeft → const PhysicalKeyboardKey
Represents the location of the "Bracket Left" key on a generalized keyboard.
bracketRight → const PhysicalKeyboardKey
Represents the location of the "Bracket Right" key on a generalized keyboard.
brightnessAuto → const PhysicalKeyboardKey
Represents the location of the "Brightness Auto" key on a generalized keyboard.
brightnessDown → const PhysicalKeyboardKey
Represents the location of the "Brightness Down" key on a generalized keyboard.
brightnessMaximum → const PhysicalKeyboardKey
Represents the location of the "Brightness Maximum" key on a generalized keyboard.
brightnessMinimum → const PhysicalKeyboardKey
Represents the location of the "Brightness Minimum" key on a generalized keyboard.
brightnessToggle → const PhysicalKeyboardKey
Represents the location of the "Brightness Toggle" key on a generalized keyboard.
brightnessUp → const PhysicalKeyboardKey
Represents the location of the "Brightness Up" key on a generalized keyboard.
browserBack → const PhysicalKeyboardKey
Represents the location of the "Browser Back" key on a generalized keyboard.
browserFavorites → const PhysicalKeyboardKey
Represents the location of the "Browser Favorites" key on a generalized keyboard.
browserForward → const PhysicalKeyboardKey
Represents the location of the "Browser Forward" key on a generalized keyboard.
browserHome → const PhysicalKeyboardKey
Represents the location of the "Browser Home" key on a generalized keyboard.
browserRefresh → const PhysicalKeyboardKey
Represents the location of the "Browser Refresh" key on a generalized keyboard.
browserSearch → const PhysicalKeyboardKey
Represents the location of the "Browser Search" key on a generalized keyboard.
browserStop → const PhysicalKeyboardKey
Represents the location of the "Browser Stop" key on a generalized keyboard.
capsLock → const PhysicalKeyboardKey
Represents the location of the "Caps Lock" key on a generalized keyboard.
channelDown → const PhysicalKeyboardKey
Represents the location of the "Channel Down" key on a generalized keyboard.
channelUp → const PhysicalKeyboardKey
Represents the location of the "Channel Up" key on a generalized keyboard.
close → const PhysicalKeyboardKey
Represents the location of the "Close" key on a generalized keyboard.
closedCaptionToggle → const PhysicalKeyboardKey
Represents the location of the "Closed Caption Toggle" key on a generalized keyboard.
comma → const PhysicalKeyboardKey
Represents the location of the "Comma" key on a generalized keyboard.
contextMenu → const PhysicalKeyboardKey
Represents the location of the "Context Menu" key on a generalized keyboard.
controlLeft → const PhysicalKeyboardKey
Represents the location of the "Control Left" key on a generalized keyboard.
controlRight → const PhysicalKeyboardKey
Represents the location of the "Control Right" key on a generalized keyboard.
convert → const PhysicalKeyboardKey
Represents the location of the "Convert" key on a generalized keyboard.
copy → const PhysicalKeyboardKey
Represents the location of the "Copy" key on a generalized keyboard.
cut → const PhysicalKeyboardKey
Represents the location of the "Cut" key on a generalized keyboard.
delete → const PhysicalKeyboardKey
Represents the location of the "Delete" key on a generalized keyboard.
digit0 → const PhysicalKeyboardKey
Represents the location of the "Digit 0" key on a generalized keyboard.
digit1 → const PhysicalKeyboardKey
Represents the location of the "Digit 1" key on a generalized keyboard.
digit2 → const PhysicalKeyboardKey
Represents the location of the "Digit 2" key on a generalized keyboard.
digit3 → const PhysicalKeyboardKey
Represents the location of the "Digit 3" key on a generalized keyboard.
digit4 → const PhysicalKeyboardKey
Represents the location of the "Digit 4" key on a generalized keyboard.
digit5 → const PhysicalKeyboardKey
Represents the location of the "Digit 5" key on a generalized keyboard.
digit6 → const PhysicalKeyboardKey
Represents the location of the "Digit 6" key on a generalized keyboard.
digit7 → const PhysicalKeyboardKey
Represents the location of the "Digit 7" key on a generalized keyboard.
digit8 → const PhysicalKeyboardKey
Represents the location of the "Digit 8" key on a generalized keyboard.
digit9 → const PhysicalKeyboardKey
Represents the location of the "Digit 9" key on a generalized keyboard.
displayToggleIntExt → const PhysicalKeyboardKey
Represents the location of the "Display Toggle Int Ext" key on a generalized keyboard.
eject → const PhysicalKeyboardKey
Represents the location of the "Eject" key on a generalized keyboard.
end → const PhysicalKeyboardKey
Represents the location of the "End" key on a generalized keyboard.
enter → const PhysicalKeyboardKey
Represents the location of the "Enter" key on a generalized keyboard.
equal → const PhysicalKeyboardKey
Represents the location of the "Equal" key on a generalized keyboard.
escape → const PhysicalKeyboardKey
Represents the location of the "Escape" key on a generalized keyboard.
exit → const PhysicalKeyboardKey
Represents the location of the "Exit" key on a generalized keyboard.
f1 → const PhysicalKeyboardKey
Represents the location of the "F1" key on a generalized keyboard.
f2 → const PhysicalKeyboardKey
Represents the location of the "F2" key on a generalized keyboard.
f3 → const PhysicalKeyboardKey
Represents the location of the "F3" key on a generalized keyboard.
f4 → const PhysicalKeyboardKey
Represents the location of the "F4" key on a generalized keyboard.
f5 → const PhysicalKeyboardKey
Represents the location of the "F5" key on a generalized keyboard.
f6 → const PhysicalKeyboardKey
Represents the location of the "F6" key on a generalized keyboard.
f7 → const PhysicalKeyboardKey
Represents the location of the "F7" key on a generalized keyboard.
f8 → const PhysicalKeyboardKey
Represents the location of the "F8" key on a generalized keyboard.
f9 → const PhysicalKeyboardKey
Represents the location of the "F9" key on a generalized keyboard.
f10 → const PhysicalKeyboardKey
Represents the location of the "F10" key on a generalized keyboard.
f11 → const PhysicalKeyboardKey
Represents the location of the "F11" key on a generalized keyboard.
f12 → const PhysicalKeyboardKey
Represents the location of the "F12" key on a generalized keyboard.
f13 → const PhysicalKeyboardKey
Represents the location of the "F13" key on a generalized keyboard.
f14 → const PhysicalKeyboardKey
Represents the location of the "F14" key on a generalized keyboard.
f15 → const PhysicalKeyboardKey
Represents the location of the "F15" key on a generalized keyboard.
f16 → const PhysicalKeyboardKey
Represents the location of the "F16" key on a generalized keyboard.
f17 → const PhysicalKeyboardKey
Represents the location of the "F17" key on a generalized keyboard.
f18 → const PhysicalKeyboardKey
Represents the location of the "F18" key on a generalized keyboard.
f19 → const PhysicalKeyboardKey
Represents the location of the "F19" key on a generalized keyboard.
f20 → const PhysicalKeyboardKey
Represents the location of the "F20" key on a generalized keyboard.
f21 → const PhysicalKeyboardKey
Represents the location of the "F21" key on a generalized keyboard.
f22 → const PhysicalKeyboardKey
Represents the location of the "F22" key on a generalized keyboard.
f23 → const PhysicalKeyboardKey
Represents the location of the "F23" key on a generalized keyboard.
f24 → const PhysicalKeyboardKey
Represents the location of the "F24" key on a generalized keyboard.
find → const PhysicalKeyboardKey
Represents the location of the "Find" key on a generalized keyboard.
fn → const PhysicalKeyboardKey
Represents the location of the "Fn" key on a generalized keyboard.
fnLock → const PhysicalKeyboardKey
Represents the location of the "Fn Lock" key on a generalized keyboard.
gameButton1 → const PhysicalKeyboardKey
Represents the location of the "Game Button 1" key on a generalized keyboard.
gameButton2 → const PhysicalKeyboardKey
Represents the location of the "Game Button 2" key on a generalized keyboard.
gameButton3 → const PhysicalKeyboardKey
Represents the location of the "Game Button 3" key on a generalized keyboard.
gameButton4 → const PhysicalKeyboardKey
Represents the location of the "Game Button 4" key on a generalized keyboard.
gameButton5 → const PhysicalKeyboardKey
Represents the location of the "Game Button 5" key on a generalized keyboard.
gameButton6 → const PhysicalKeyboardKey
Represents the location of the "Game Button 6" key on a generalized keyboard.
gameButton7 → const PhysicalKeyboardKey
Represents the location of the "Game Button 7" key on a generalized keyboard.
gameButton8 → const PhysicalKeyboardKey
Represents the location of the "Game Button 8" key on a generalized keyboard.
gameButton9 → const PhysicalKeyboardKey
Represents the location of the "Game Button 9" key on a generalized keyboard.
gameButton10 → const PhysicalKeyboardKey
Represents the location of the "Game Button 10" key on a generalized keyboard.
gameButton11 → const PhysicalKeyboardKey
Represents the location of the "Game Button 11" key on a generalized keyboard.
gameButton12 → const PhysicalKeyboardKey
Represents the location of the "Game Button 12" key on a generalized keyboard.
gameButton13 → const PhysicalKeyboardKey
Represents the location of the "Game Button 13" key on a generalized keyboard.
gameButton14 → const PhysicalKeyboardKey
Represents the location of the "Game Button 14" key on a generalized keyboard.
gameButton15 → const PhysicalKeyboardKey
Represents the location of the "Game Button 15" key on a generalized keyboard.
gameButton16 → const PhysicalKeyboardKey
Represents the location of the "Game Button 16" key on a generalized keyboard.
gameButtonA → const PhysicalKeyboardKey
Represents the location of the "Game Button A" key on a generalized keyboard.
gameButtonB → const PhysicalKeyboardKey
Represents the location of the "Game Button B" key on a generalized keyboard.
gameButtonC → const PhysicalKeyboardKey
Represents the location of the "Game Button C" key on a generalized keyboard.
gameButtonLeft1 → const PhysicalKeyboardKey
Represents the location of the "Game Button Left 1" key on a generalized keyboard.
gameButtonLeft2 → const PhysicalKeyboardKey
Represents the location of the "Game Button Left 2" key on a generalized keyboard.
gameButtonMode → const PhysicalKeyboardKey
Represents the location of the "Game Button Mode" key on a generalized keyboard.
gameButtonRight1 → const PhysicalKeyboardKey
Represents the location of the "Game Button Right 1" key on a generalized keyboard.
gameButtonRight2 → const PhysicalKeyboardKey
Represents the location of the "Game Button Right 2" key on a generalized keyboard.
gameButtonSelect → const PhysicalKeyboardKey
Represents the location of the "Game Button Select" key on a generalized keyboard.
gameButtonStart → const PhysicalKeyboardKey
Represents the location of the "Game Button Start" key on a generalized keyboard.
gameButtonThumbLeft → const PhysicalKeyboardKey
Represents the location of the "Game Button Thumb Left" key on a generalized keyboard.
gameButtonThumbRight → const PhysicalKeyboardKey
Represents the location of the "Game Button Thumb Right" key on a generalized keyboard.
gameButtonX → const PhysicalKeyboardKey
Represents the location of the "Game Button X" key on a generalized keyboard.
gameButtonY → const PhysicalKeyboardKey
Represents the location of the "Game Button Y" key on a generalized keyboard.
gameButtonZ → const PhysicalKeyboardKey
Represents the location of the "Game Button Z" key on a generalized keyboard.
help → const PhysicalKeyboardKey
Represents the location of the "Help" key on a generalized keyboard.
home → const PhysicalKeyboardKey
Represents the location of the "Home" key on a generalized keyboard.
hyper → const PhysicalKeyboardKey
Represents the location of the "Hyper" key on a generalized keyboard.
info → const PhysicalKeyboardKey
Represents the location of the "Info" key on a generalized keyboard.
insert → const PhysicalKeyboardKey
Represents the location of the "Insert" key on a generalized keyboard.
intlBackslash → const PhysicalKeyboardKey
Represents the location of the "Intl Backslash" key on a generalized keyboard.
intlRo → const PhysicalKeyboardKey
Represents the location of the "Intl Ro" key on a generalized keyboard.
intlYen → const PhysicalKeyboardKey
Represents the location of the "Intl Yen" key on a generalized keyboard.
kanaMode → const PhysicalKeyboardKey
Represents the location of the "Kana Mode" key on a generalized keyboard.
kbdIllumDown → const PhysicalKeyboardKey
Represents the location of the "Kbd Illum Down" key on a generalized keyboard.
kbdIllumUp → const PhysicalKeyboardKey
Represents the location of the "Kbd Illum Up" key on a generalized keyboard.
keyA → const PhysicalKeyboardKey
Represents the location of the "Key A" key on a generalized keyboard.
keyB → const PhysicalKeyboardKey
Represents the location of the "Key B" key on a generalized keyboard.
keyboardLayoutSelect → const PhysicalKeyboardKey
Represents the location of the "Keyboard Layout Select" key on a generalized keyboard.
keyC → const PhysicalKeyboardKey
Represents the location of the "Key C" key on a generalized keyboard.
keyD → const PhysicalKeyboardKey
Represents the location of the "Key D" key on a generalized keyboard.
keyE → const PhysicalKeyboardKey
Represents the location of the "Key E" key on a generalized keyboard.
keyF → const PhysicalKeyboardKey
Represents the location of the "Key F" key on a generalized keyboard.
keyG → const PhysicalKeyboardKey
Represents the location of the "Key G" key on a generalized keyboard.
keyH → const PhysicalKeyboardKey
Represents the location of the "Key H" key on a generalized keyboard.
keyI → const PhysicalKeyboardKey
Represents the location of the "Key I" key on a generalized keyboard.
keyJ → const PhysicalKeyboardKey
Represents the location of the "Key J" key on a generalized keyboard.
keyK → const PhysicalKeyboardKey
Represents the location of the "Key K" key on a generalized keyboard.
keyL → const PhysicalKeyboardKey
Represents the location of the "Key L" key on a generalized keyboard.
keyM → const PhysicalKeyboardKey
Represents the location of the "Key M" key on a generalized keyboard.
keyN → const PhysicalKeyboardKey
Represents the location of the "Key N" key on a generalized keyboard.
keyO → const PhysicalKeyboardKey
Represents the location of the "Key O" key on a generalized keyboard.
keyP → const PhysicalKeyboardKey
Represents the location of the "Key P" key on a generalized keyboard.
keyQ → const PhysicalKeyboardKey
Represents the location of the "Key Q" key on a generalized keyboard.
keyR → const PhysicalKeyboardKey
Represents the location of the "Key R" key on a generalized keyboard.
keyS → const PhysicalKeyboardKey
Represents the location of the "Key S" key on a generalized keyboard.
keyT → const PhysicalKeyboardKey
Represents the location of the "Key T" key on a generalized keyboard.
keyU → const PhysicalKeyboardKey
Represents the location of the "Key U" key on a generalized keyboard.
keyV → const PhysicalKeyboardKey
Represents the location of the "Key V" key on a generalized keyboard.
keyW → const PhysicalKeyboardKey
Represents the location of the "Key W" key on a generalized keyboard.
keyX → const PhysicalKeyboardKey
Represents the location of the "Key X" key on a generalized keyboard.
keyY → const PhysicalKeyboardKey
Represents the location of the "Key Y" key on a generalized keyboard.
keyZ → const PhysicalKeyboardKey
Represents the location of the "Key Z" key on a generalized keyboard.
lang1 → const PhysicalKeyboardKey
Represents the location of the "Lang 1" key on a generalized keyboard.
lang2 → const PhysicalKeyboardKey
Represents the location of the "Lang 2" key on a generalized keyboard.
lang3 → const PhysicalKeyboardKey
Represents the location of the "Lang 3" key on a generalized keyboard.
lang4 → const PhysicalKeyboardKey
Represents the location of the "Lang 4" key on a generalized keyboard.
lang5 → const PhysicalKeyboardKey
Represents the location of the "Lang 5" key on a generalized keyboard.
launchApp1 → const PhysicalKeyboardKey
Represents the location of the "Launch App1" key on a generalized keyboard.
launchApp2 → const PhysicalKeyboardKey
Represents the location of the "Launch App2" key on a generalized keyboard.
launchAssistant → const PhysicalKeyboardKey
Represents the location of the "Launch Assistant" key on a generalized keyboard.
launchAudioBrowser → const PhysicalKeyboardKey
Represents the location of the "Launch Audio Browser" key on a generalized keyboard.
launchCalendar → const PhysicalKeyboardKey
Represents the location of the "Launch Calendar" key on a generalized keyboard.
launchContacts → const PhysicalKeyboardKey
Represents the location of the "Launch Contacts" key on a generalized keyboard.
launchControlPanel → const PhysicalKeyboardKey
Represents the location of the "Launch Control Panel" key on a generalized keyboard.
launchDocuments → const PhysicalKeyboardKey
Represents the location of the "Launch Documents" key on a generalized keyboard.
launchInternetBrowser → const PhysicalKeyboardKey
Represents the location of the "Launch Internet Browser" key on a generalized keyboard.
launchKeyboardLayout → const PhysicalKeyboardKey
Represents the location of the "Launch Keyboard Layout" key on a generalized keyboard.
launchMail → const PhysicalKeyboardKey
Represents the location of the "Launch Mail" key on a generalized keyboard.
launchPhone → const PhysicalKeyboardKey
Represents the location of the "Launch Phone" key on a generalized keyboard.
launchScreenSaver → const PhysicalKeyboardKey
Represents the location of the "Launch Screen Saver" key on a generalized keyboard.
launchSpreadsheet → const PhysicalKeyboardKey
Represents the location of the "Launch Spreadsheet" key on a generalized keyboard.
launchWordProcessor → const PhysicalKeyboardKey
Represents the location of the "Launch Word Processor" key on a generalized keyboard.
lockScreen → const PhysicalKeyboardKey
Represents the location of the "Lock Screen" key on a generalized keyboard.
logOff → const PhysicalKeyboardKey
Represents the location of the "Log Off" key on a generalized keyboard.
mailForward → const PhysicalKeyboardKey
Represents the location of the "Mail Forward" key on a generalized keyboard.
mailReply → const PhysicalKeyboardKey
Represents the location of the "Mail Reply" key on a generalized keyboard.
mailSend → const PhysicalKeyboardKey
Represents the location of the "Mail Send" key on a generalized keyboard.
mediaFastForward → const PhysicalKeyboardKey
Represents the location of the "Media Fast Forward" key on a generalized keyboard.
mediaLast → const PhysicalKeyboardKey
Represents the location of the "Media Last" key on a generalized keyboard.
mediaPause → const PhysicalKeyboardKey
Represents the location of the "Media Pause" key on a generalized keyboard.
mediaPlay → const PhysicalKeyboardKey
Represents the location of the "Media Play" key on a generalized keyboard.
mediaPlayPause → const PhysicalKeyboardKey
Represents the location of the "Media Play Pause" key on a generalized keyboard.
mediaRecord → const PhysicalKeyboardKey
Represents the location of the "Media Record" key on a generalized keyboard.
mediaRewind → const PhysicalKeyboardKey
Represents the location of the "Media Rewind" key on a generalized keyboard.
mediaSelect → const PhysicalKeyboardKey
Represents the location of the "Media Select" key on a generalized keyboard.
mediaStop → const PhysicalKeyboardKey
Represents the location of the "Media Stop" key on a generalized keyboard.
mediaTrackNext → const PhysicalKeyboardKey
Represents the location of the "Media Track Next" key on a generalized keyboard.
mediaTrackPrevious → const PhysicalKeyboardKey
Represents the location of the "Media Track Previous" key on a generalized keyboard.
metaLeft → const PhysicalKeyboardKey
Represents the location of the "Meta Left" key on a generalized keyboard.
metaRight → const PhysicalKeyboardKey
Represents the location of the "Meta Right" key on a generalized keyboard.
microphoneMuteToggle → const PhysicalKeyboardKey
Represents the location of the "Microphone Mute Toggle" key on a generalized keyboard.
minus → const PhysicalKeyboardKey
Represents the location of the "Minus" key on a generalized keyboard.
newKey → const PhysicalKeyboardKey
Represents the location of the "New Key" key on a generalized keyboard.
nonConvert → const PhysicalKeyboardKey
Represents the location of the "Non Convert" key on a generalized keyboard.
numLock → const PhysicalKeyboardKey
Represents the location of the "Num Lock" key on a generalized keyboard.
numpad0 → const PhysicalKeyboardKey
Represents the location of the "Numpad 0" key on a generalized keyboard.
numpad1 → const PhysicalKeyboardKey
Represents the location of the "Numpad 1" key on a generalized keyboard.
numpad2 → const PhysicalKeyboardKey
Represents the location of the "Numpad 2" key on a generalized keyboard.
numpad3 → const PhysicalKeyboardKey
Represents the location of the "Numpad 3" key on a generalized keyboard.
numpad4 → const PhysicalKeyboardKey
Represents the location of the "Numpad 4" key on a generalized keyboard.
numpad5 → const PhysicalKeyboardKey
Represents the location of the "Numpad 5" key on a generalized keyboard.
numpad6 → const PhysicalKeyboardKey
Represents the location of the "Numpad 6" key on a generalized keyboard.
numpad7 → const PhysicalKeyboardKey
Represents the location of the "Numpad 7" key on a generalized keyboard.
numpad8 → const PhysicalKeyboardKey
Represents the location of the "Numpad 8" key on a generalized keyboard.
numpad9 → const PhysicalKeyboardKey
Represents the location of the "Numpad 9" key on a generalized keyboard.
numpadAdd → const PhysicalKeyboardKey
Represents the location of the "Numpad Add" key on a generalized keyboard.
numpadBackspace → const PhysicalKeyboardKey
Represents the location of the "Numpad Backspace" key on a generalized keyboard.
numpadClear → const PhysicalKeyboardKey
Represents the location of the "Numpad Clear" key on a generalized keyboard.
numpadClearEntry → const PhysicalKeyboardKey
Represents the location of the "Numpad Clear Entry" key on a generalized keyboard.
numpadComma → const PhysicalKeyboardKey
Represents the location of the "Numpad Comma" key on a generalized keyboard.
numpadDecimal → const PhysicalKeyboardKey
Represents the location of the "Numpad Decimal" key on a generalized keyboard.
numpadDivide → const PhysicalKeyboardKey
Represents the location of the "Numpad Divide" key on a generalized keyboard.
numpadEnter → const PhysicalKeyboardKey
Represents the location of the "Numpad Enter" key on a generalized keyboard.
numpadEqual → const PhysicalKeyboardKey
Represents the location of the "Numpad Equal" key on a generalized keyboard.
numpadMemoryAdd → const PhysicalKeyboardKey
Represents the location of the "Numpad Memory Add" key on a generalized keyboard.
numpadMemoryClear → const PhysicalKeyboardKey
Represents the location of the "Numpad Memory Clear" key on a generalized keyboard.
numpadMemoryRecall → const PhysicalKeyboardKey
Represents the location of the "Numpad Memory Recall" key on a generalized keyboard.
numpadMemoryStore → const PhysicalKeyboardKey
Represents the location of the "Numpad Memory Store" key on a generalized keyboard.
numpadMemorySubtract → const PhysicalKeyboardKey
Represents the location of the "Numpad Memory Subtract" key on a generalized keyboard.
numpadMultiply → const PhysicalKeyboardKey
Represents the location of the "Numpad Multiply" key on a generalized keyboard.
numpadParenLeft → const PhysicalKeyboardKey
Represents the location of the "Numpad Paren Left" key on a generalized keyboard.
numpadParenRight → const PhysicalKeyboardKey
Represents the location of the "Numpad Paren Right" key on a generalized keyboard.
numpadSignChange → const PhysicalKeyboardKey
Represents the location of the "Numpad Sign Change" key on a generalized keyboard.
numpadSubtract → const PhysicalKeyboardKey
Represents the location of the "Numpad Subtract" key on a generalized keyboard.
open → const PhysicalKeyboardKey
Represents the location of the "Open" key on a generalized keyboard.
pageDown → const PhysicalKeyboardKey
Represents the location of the "Page Down" key on a generalized keyboard.
pageUp → const PhysicalKeyboardKey
Represents the location of the "Page Up" key on a generalized keyboard.
paste → const PhysicalKeyboardKey
Represents the location of the "Paste" key on a generalized keyboard.
pause → const PhysicalKeyboardKey
Represents the location of the "Pause" key on a generalized keyboard.
period → const PhysicalKeyboardKey
Represents the location of the "Period" key on a generalized keyboard.
power → const PhysicalKeyboardKey
Represents the location of the "Power" key on a generalized keyboard.
print → const PhysicalKeyboardKey
Represents the location of the "Print" key on a generalized keyboard.
printScreen → const PhysicalKeyboardKey
Represents the location of the "Print Screen" key on a generalized keyboard.
privacyScreenToggle → const PhysicalKeyboardKey
Represents the location of the "Privacy Screen Toggle" key on a generalized keyboard.
programGuide → const PhysicalKeyboardKey
Represents the location of the "Program Guide" key on a generalized keyboard.
props → const PhysicalKeyboardKey
Represents the location of the "Props" key on a generalized keyboard.
quote → const PhysicalKeyboardKey
Represents the location of the "Quote" key on a generalized keyboard.
redo → const PhysicalKeyboardKey
Represents the location of the "Redo" key on a generalized keyboard.
resume → const PhysicalKeyboardKey
Represents the location of the "Resume" key on a generalized keyboard.
save → const PhysicalKeyboardKey
Represents the location of the "Save" key on a generalized keyboard.
scrollLock → const PhysicalKeyboardKey
Represents the location of the "Scroll Lock" key on a generalized keyboard.
select → const PhysicalKeyboardKey
Represents the location of the "Select" key on a generalized keyboard.
selectTask → const PhysicalKeyboardKey
Represents the location of the "Select Task" key on a generalized keyboard.
semicolon → const PhysicalKeyboardKey
Represents the location of the "Semicolon" key on a generalized keyboard.
shiftLeft → const PhysicalKeyboardKey
Represents the location of the "Shift Left" key on a generalized keyboard.
shiftRight → const PhysicalKeyboardKey
Represents the location of the "Shift Right" key on a generalized keyboard.
showAllWindows → const PhysicalKeyboardKey
Represents the location of the "Show All Windows" key on a generalized keyboard.
slash → const PhysicalKeyboardKey
Represents the location of the "Slash" key on a generalized keyboard.
sleep → const PhysicalKeyboardKey
Represents the location of the "Sleep" key on a generalized keyboard.
space → const PhysicalKeyboardKey
Represents the location of the "Space" key on a generalized keyboard.
speechInputToggle → const PhysicalKeyboardKey
Represents the location of the "Speech Input Toggle" key on a generalized keyboard.
spellCheck → const PhysicalKeyboardKey
Represents the location of the "Spell Check" key on a generalized keyboard.
superKey → const PhysicalKeyboardKey
Represents the location of the "Super Key" key on a generalized keyboard.
suspend → const PhysicalKeyboardKey
Represents the location of the "Suspend" key on a generalized keyboard.
tab → const PhysicalKeyboardKey
Represents the location of the "Tab" key on a generalized keyboard.
turbo → const PhysicalKeyboardKey
Represents the location of the "Turbo" key on a generalized keyboard.
undo → const PhysicalKeyboardKey
Represents the location of the "Undo" key on a generalized keyboard.
usbErrorRollOver → const PhysicalKeyboardKey
Represents the location of the "Usb Error Roll Over" key on a generalized keyboard.
usbErrorUndefined → const PhysicalKeyboardKey
Represents the location of the "Usb Error Undefined" key on a generalized keyboard.
usbPostFail → const PhysicalKeyboardKey
Represents the location of the "Usb Post Fail" key on a generalized keyboard.
usbReserved → const PhysicalKeyboardKey
Represents the location of the "Usb Reserved" key on a generalized keyboard.
wakeUp → const PhysicalKeyboardKey
Represents the location of the "Wake Up" key on a generalized keyboard.
zoomIn → const PhysicalKeyboardKey
Represents the location of the "Zoom In" key on a generalized keyboard.
zoomOut → const PhysicalKeyboardKey
Represents the location of the "Zoom Out" key on a generalized keyboard.
zoomToggle → const PhysicalKeyboardKey
Represents the location of the "Zoom Toggle" key on a generalized keyboard.