Top "Keyboard-events" questions

An event that is triggered when a Key is pressed on a keyboard input device

change keyboard layout with javascript

I have a html form. Users can fill in the form in both english and persian languages. but I have …

javascript keyboard-events
Cannot listen to KeyEvent in JavaFX

I want my JavaFX program to respond to keyboard events. I tried adding listeners to root Pane, to topmost Pane, …

javafx-2 keyboard-events keyevent
How to get text cursor position after keypress event happened?

I am writing a syntax highlighter. The highlighter should update the highlighting immediately while entering text and navigating with the …

javascript dom dom-events keyboard-events
How to stop repeated keyPressed() / keyReleased() events in Swing

So the problem that I am having appears to be a bug that occurs only on Linux. I'm trying to …

java linux swing event-handling keyboard-events
Detecting the user pressing F10 in WPF

My WPF application has behaviour triggered by the functions keys (F1-F12). My code is along these lines: private void …

wpf keyboard-events
SendInput vs. keybd_event

MSDN states that keybd_event has been superceded by SendInput. During a rewrite I switched to using SendInput...which was …

delphi keyboard-events sendinput
KeyDown event not raising from a grid

Here I have sample window with a grid. I need to capture event when key is pressed. But it is …

c# .net wpf keyboard-events
Is there a cross-platform python low-level API to capture or generate keyboard events?

I am trying to write a cross-platform python program that would run in the background, monitor all keyboard events and …

python cross-platform keyboard-events low-level-api
How to detect backspace in a keyTypedEvent

I'm using Netbeans' bean form to create my GUI.I've added a keyTyped event to a JTextArea and I want …

java netbeans keyboard-events backspace
fabric.js canvas listen for keyboard events?

In my fabric application, I'm currently listening for certain key presses such as the delete key, and deleting any selected …

fabricjs keyboard-events