Top "Keyevent" questions

An event that is triggered when a key is pressed,released or remains pressed on a keyboard input device.

Use keyPressEvent to catch enter or return

I have a simple form with some combos, labels, buttons and a QTextEdit. I try to catch the enter or …

python pyqt pyside keyevent qtextedit
What is the java keyevent field for dot '.'?

I know how to call 1 using keyevent which should be like aaa.keyPress(KeyEvent.VK_1); Now I need to type (.) …

java keyevent
Android - Capture "Done" and "Enter" key events on soft keyboard

I have a Login page in my app where there are elements as listed: username (EditText) password (EditText) Login (Button) …

android login android-edittext android-softkeyboard keyevent
Not able to catch android back button event

I am trying to catch the back button event for Android. I know there is a lot about this already …

android button back-button keyevent
Android: Key Event from Android Box remote controller

I was interested to know how can i catch key/button events from Android TV Box remote controller? For example, …

android keyevent box television
KeyEventCompat not supported at build

My project is currently using but seems I have moved to api level 26 - revision 26.0.2, I am struggling to find …

android keyevent
onKeyEvent & Accessibility Service

My users will be using TalkBack enabled or some other Accessible Service. I would like to capture the onKeyEvent events …

android accessibility keyevent android-a11y
JavaFX TextField : Automatically transform text to uppercase

I have a JavaFX TextField control on my FXMl that looks like this... <TextField fx:id="input_search" onKeyPressed="#…

java javafx fxml keyevent
FireMonkey: How to focus the next control on vkReturn?

Classic VCL question... but how to do the same within FireMonkey? I have several standard TControl who can focus... For …

delphi firemonkey keyevent multiplatform
EditText & Enter key

I want the functionallity just Enter -- EditText return and submit the text shift+Enter -- new line in EditText …

android keyevent editview