🌐
Oracle
docs.oracle.com › javase › 8 › docs › api › java › awt › event › KeyEvent.html
KeyEvent (Java Platform SE 8 )
2 weeks ago - The event is passed to every KeyListener or KeyAdapter object which registered to receive such events using the component's addKeyListener method. (KeyAdapter objects implement the KeyListener interface.) Each such listener object gets this KeyEvent when the event occurs.
🌐
Android Developers
developer.android.com › api reference › keyevent
KeyEvent | API reference | Android Developers
Skip to main content · English · Deutsch · Español – América Latina · Français · Indonesia · Polski · Português – Brasil · Tiếng Việt · 中文 – 简体
🌐
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › API › KeyboardEvent
KeyboardEvent - Web APIs | MDN
KeyboardEvent objects describe a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard. The event type (keydown, keypress, or keyup) identifies what kind of keyboard activity occurred.
🌐
Flutter
api.flutter.dev › flutter › services › KeyEvent-class.html
KeyEvent class - services library - Dart API
The KeyEvent provides a universal model for key event information from a hardware keyboard across platforms.
🌐
Qt
doc.qt.io › qt-6 › qml-qtquick-keyevent.html
KeyEvent QML Type | Qt Quick | Qt 6.10.2
This property holds the number of keys involved in this event. If KeyEvent::text is not empty, this is simply the length of the string.
🌐
Eclipse
help.eclipse.org › latest › topic › org.eclipse.platform.doc.isv › reference › api › org › eclipse › swt › events › KeyEvent.html
KeyEvent (Eclipse Platform API Specification)
public KeyEvent · (Event e) Constructs a new instance of this class based on the information in the given untyped event. Parameters: e - the untyped event containing the information · public String toString() Returns a string containing a concise, human-readable description of the receiver.
Find elsewhere
🌐
OpenJFX
openjfx.io › javadoc › 17 › javafx.graphics › javafx › scene › input › KeyEvent.html
KeyEvent (JavaFX 17)
Constructs a new KeyEvent event from the specified parameters, with a null source and target.
🌐
GitHub
gist.github.com › arjunv › 2bbcca9a1a1c127749f8dcb6d36fb0bc
All Android Key Events for usage with adb shell · GitHub
def adb(command): os.system(f"adb shell {command}") class KeyMap: zero = "input keyevent 0" soft_left = "input keyevent 1" soft_right = "input keyevent 2" home = "input keyevent 3" back = "input keyevent 4" call = "input keyevent 5" endcall = "input keyevent 6" zer0 = "input keyevent 7" one = "input keyevent 8" two = "input keyevent 9" three = "input keyevent 10" four = "input keyevent 11" five = "input keyevent 12" six = "input keyevent 13" seven = "input keyevent 14" eight = "input keyevent 15" nine = "input keyevent 16" star = "input keyevent 17" pound = "input keyevent 18" dpad_up = "input
🌐
Rust
docs.rs › winit › latest › winit › event › struct.KeyEvent.html
KeyEvent in winit::event - Rust
use winit::event::{ElementState, KeyEvent, WindowEvent}; use winit::keyboard::{KeyCode, PhysicalKey}; match window_event { WindowEvent::KeyboardInput { event: KeyEvent { physical_key: PhysicalKey::Code(KeyCode::KeyW), state: ElementState::Pressed, repeat: false, ..
🌐
Android Developers
stuff.mit.edu › afs › sipb › project › android › docs › reference › android › view › KeyEvent.html
KeyEvent - Android SDK | Android Developers
Call this during onKeyDown(int, KeyEvent) to have the system track the key through its final up (possibly including a long press).
🌐
Bureau of Economic Geology
beg.utexas.edu › lmod › agi.servlet › doc › detail › java › awt › event › KeyEvent.html
: Class KeyEvent
The event is passed to every KeyListener or KeyAdapter object which registered to receive such events using the component's addKeyListener method. (KeyAdapter objects implement the KeyListener interface.) Each such listener object gets this KeyEvent when the event occurs.
🌐
Toptal
toptal.com › developers › keycode
JavaScript Key Code Event Tool | Toptal®
KeyCode.Info allows users to press any key and instantly get the JavaScript Key or Key Code KeyboardEvent. Check out the Tool and Event List.
🌐
Google Play
play.google.com › store › apps › details
KeyEvent Display - Apps on Google Play
Use this application to check/debug the keycodes of physical device buttons.
Rating: 4.2 ​ - ​ 167 votes
🌐
Processing
processing.github.io › processing-javadocs › core › processing › event › KeyEvent.html
KeyEvent
processing.event.KeyEvent · public class KeyEvent extends Event · ALT, CTRL, KEY, META, MOUSE, SHIFT, TOUCH · getAction, getFlavor, getMillis, getModifiers, getNative, isAltDown, isControlDown, isMetaDown, isShiftDown · equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait ·