Tagged Questions
The keyboard-events tag has no wiki summary.
22
votes
4answers
11k views
How can I programmatically generate keypress events in C#?
How can I programmatically create an event that would simulate a key being pressed on the keyboard?
11
votes
5answers
443 views
Sending keyboard events to another application in C# that does not handle Windows events
here is my situation: we are writing an application that must transform Microsoft Kinect coordinates into keyboard and mouse events.
When we need to take control of the mouse, everything works as we ...
9
votes
4answers
6k views
Firing a Keyboard Event in JavaScript
I'm trying to simulate a keyboard event in Safari using JavaScript.
I have tried this:
var event = document.createEvent("KeyboardEvent");
event.initKeyboardEvent("keypress", true, true, null, false, ...
8
votes
4answers
9k views
Android EditText, soft keyboard show/hide event?
Is it possible to catch the event that Soft Keyboard was shown or hidden for EditText?
7
votes
1answer
178 views
Javascript cross-browser input layer
I'm making a web application that uses the keyboard quite extensively. I notice that the builtin browser event handling is inconsistent across browsers, and jQuery does not normalize very well (eg. ...
7
votes
4answers
10k views
Handling key-press events (F1-F12) using JavaScript and jQuery, cross-browser
I want to handle F1-F12 keys using JavaScript and jQuery.
I am not sure what pitfalls there are to avoid, and I am not currently able to test implementations in any other browsers than Internet ...
6
votes
2answers
322 views
Why does SendKey.Send() only work once in a while?
I'm making a Windows application that captures keyboard input globally. When a user uses the CTRL + ALT + G shortcut combo the application uses
SendKey.Send(Guid.NewGuid().ToString());
to type a ...
6
votes
2answers
835 views
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 Window_KeyDown(object sender, KeyEventArgs e)
{
switch (e.Key)
{
...
6
votes
1answer
166 views
Trapping arrow keys
I have a utility that I use as a pseudo "shell". It basically while()'s stdin for commands and runs them through different subroutines.
My question is, is there a module or some example I can use to ...
6
votes
6answers
2k views
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 when it sees some specific shortcuts, it generates one or more keyboard events of ...
6
votes
7answers
11k views
How to get keypressed, keydown events from DataGridView data cells
I need to receive the key press events during cell editing in DataGridView control.
From what I have found on the net the DataGridView is designed to pass all key events from DataGridView to the cell ...
5
votes
1answer
376 views
Android keyboard layout language
Writing a dictionary application for android.
Want to set translation direction in accord with current input language (to be more precise, language of letters displayed on soft keyboard). For ...
5
votes
3answers
1k views
Equivalent to a keypreview property in WPF
I'm pondering taking the plunge to WPF from WinForms for some of my apps, currently I'm working on the combined barcode-reader/text-entry program (healthcare patient forms).
To be able to process the ...
5
votes
3answers
951 views
Shift+Ctrl+0 key combination not seen by application on Windows Vista
I start with a new Delphi VCL application, add Menus to the uses clause, drop a label on the form, and assign the form's OnShortCut event:
procedure TForm1.FormShortCut(var Msg: TWMKey; var Handled: ...
5
votes
1answer
1k views
How to unit test jQuery keyboard events?
Is there a way to test JavaScript keyboard event handlers (for keypress, keyup, keydown events)?
I know I can declare event handlers like this:
function keyUpEvHandler(e) {
... // code here
}
...
4
votes
1answer
36 views
Running KeyEventDispacther the first time JDialog opens and removing it afterwards
I'm doing an application that must read some characters via keyboard and interpret them.
To capture the keys, I open a JDialog and set a KeyEventDispatcher, so I can capture the characters in the ...
4
votes
0answers
55 views
getGraphicsEvent for reading the key board for a noninteractive session
In older versions of R, version 2.9 anyway, I was able to run an R program from batch using rterm.exe and create a graphics window that a user could scroll back and forth and view the graphs. I was ...
4
votes
2answers
620 views
Python cross-platform listening for keypresses?
I need to listen for certain keypresses in a python terminal program without pausing execution with raw_input. I've seen people use a few windows specific ways of listening for keystrokes and I've ...
4
votes
2answers
582 views
c++ win32 get utf8 char from keyboard
how would i read keystrokes using the win32 api? i would also like to see them from international keyboards like german umlauts.
thanks
4
votes
1answer
479 views
Forcing javascript keyboard event inside a textarea on IE
I'm trying to force a keypress inside a textfield using javascript. This has to work specifically on IE but it simply doesn't work.
Can anyone help me?
My test script is this one:
<html>
...
4
votes
4answers
7k views
How to capture enter key being pressed on pages containing multiple forms?
I have inherited a web application where the usual ability to press return in any of the input fields has been disabled for the very good reason that the page contains multiple forms, and the ...
3
votes
1answer
78 views
Catching key strokes to navigate manually drawn items inside a custom control?
This question is related to another question I asked here recently, but much more specific on what I need than my last question, as the previous one I was unsure how to explain or even what I wanted ...
3
votes
2answers
494 views
Keyboard input in Java Applet
What is the best way to listen for keyboard input in a Java Applet?
I have an applet which opens a JFrame and I am using a KeyListener to listen for keyboard input. This works fine in my development ...
3
votes
1answer
263 views
jQuery countdown pause and repeat
I'm trying to code some feature to page, but I'm not able to put together all pieces :-(
All I want is simple counter which counts to 0 and then show message (.confirmation). If You disrupt (move ...
3
votes
4answers
180 views
Is it possible programatically to use a return character in a text input box to trigger form submission?
Question: Is it possible to include some type of character (like \r or \n, or some character generated by an encoding function) at the end of a line of characters set as the value of a text input ...
3
votes
0answers
233 views
return focus from iframe to parent
I have some keyboard shortcuts binded to the document object using the keydown event (I am using the jquery.hotkeys plugin to do this, but I doubt this matters).
I then have an iframe which I insert ...
3
votes
5answers
256 views
Keyboard events
How do I call a click event of the link, when some keyboard button is pressed?
I would like to call a next/previous page on Ctrl + → / Ctrl + ←
3
votes
1answer
388 views
Suppress default handling of Ctrl+O in Internet Explorer
I'm trying to suppress IE's default handling of Ctrl+O.
I've got a onKeyDown handler which get's called, but even though I call event.cancelBubble and return false, the default File|Open command ...
3
votes
4answers
494 views
How to get a combination of keys in c#
How can I capture Ctrl + Alt + K + P keys on a C# form?
thanks
3
votes
4answers
331 views
Capture *all* display-characters in JavaScript?
I was given an unusual request recently that I'm having the most difficult time addressing that involves capturing all display-characters when typed into a text box. The set up is as follows:
I have ...
3
votes
7answers
918 views
C# KeyEvent doesn't log the enter/return key
I've been making this login form in C# and I wanted to 'submit' all the data as soon as the user either clicks on submit or presses the enter/return key.
I've been testing a bit with KeyEvents but ...
3
votes
2answers
1k views
WPF: How to detect Key repetition, in Key* events?
NOTE: e.IsRepeat is confirmed to work. The problem exists because I use Remote Desktop from Ubuntu to Windows.
I found a workaround for this Remote Desktop problem:
Disable key repetition in ...
3
votes
1answer
3k views
Detect a double key press in AutoHotkey
I'd like to trigger an event in AutoHotkey when the user double "presses" the escape key. But let the escape keystroke go through to the app in focus if it's not a double press (say within the space ...
3
votes
1answer
1k views
Move focus in response to keyboard events in XAML
I've got a WPF view with two textboxes. I'd like to automatically move focus forward from the first textbox to the second when the user hits the down arrow on the keyboard exactly like Tab does.
It ...
3
votes
4answers
2k views
PyGame not receiving events when 3+ keys are pressed at the same time
I am developing a simple game in PyGame... A rocket ship flying around and shooting stuff.
Question: Why does pygame stop emitting keyboard events when too may keys are pressed at once?
About ...
3
votes
1answer
957 views
Is it possible to map a key press to simulate middle-click in xwindows?
I'm wondering, is it possible to somehow map a key-press event to act like a middle-key click of a mouse in Xwindows? They are diffrent devices, I know, but if there was a way to trigger a ...
2
votes
2answers
55 views
C# - preparing event after pushing two buttons on keyboard
i've got problem. If I push one key I can get event for example:
if (e.KeyCode == Keys.F4)
{
Method();
}
How could I do the same if I push two keys? For ...
2
votes
3answers
112 views
c# Sending keyboard commands to another window / process
I am trying to write a program that will take a line of data and pass it into another window / process.
This is the code I have so far, but I have not been able to work out how I would send the ...
2
votes
0answers
30 views
How can I detect erroneous KeyEvent's?
I have a fullscreen OpenGL Activity and I am trying to get input from the virtual keyboard.
I am not doing anything with the keyboard input yet, just logging it out, but I have noticed some very ...
2
votes
2answers
75 views
Distinguish between normal “ENTER” and the number-pad “ENTER” keypress?
In my PreviewKeyDown() handler how do I tell the difference between the ENTER key on number-pad and the ENTER key on the main board?
Both keys return the same value Key.Enter for KeyEventArgs.Key.
...
2
votes
1answer
80 views
Automatically convert two dashes into an — in TinyMCE
I'm looking for a TinyMCE plugin or other custom solution which will convert -- into — automatically. Ideally the solution would not require processing the entire TinyMCE contents on every ...
2
votes
1answer
160 views
In a WPF key handler, can I programmatically change/override the key that was pressed?
As it states in the title, we're trying to intercept one key and replace it with another. Think similar to key remapping.
Our specific usage is to change the left and right arrow keys to behave like ...
2
votes
2answers
144 views
One event handler for all controls on the form
I have a problem with setting the same event handler for all controls on the form.
I want to handle pressed f5-f7 buttons uniformly in my application, so I try to register the same event handler for ...
2
votes
1answer
104 views
Question About Keyboard shortcuts and action listeners
Wondering how to link a keyboard key to a JButton in netbeans, Downloaded KeyEventDemo program from oracle that lets you press a key and it tells you the keycode, Now im wondering how to implement ...
2
votes
1answer
159 views
Can't map Control-Backspace to a KeyStroke
I am having trouble mapping the Control-Backspace key to a KeyStroke. The following makes no sense to me.
import java.awt.event.KeyEvent;
import javax.swing.KeyStroke;
public class ...
2
votes
4answers
212 views
Remapping the Keyboard at a low level
We are replacing a legacy C application originally written for MSDOS (yes, believe it or not!). This application uses a specially remapped keyboard which intercepts the DOS keyboard interrupt ...
2
votes
0answers
118 views
Keyboard Sliding Events
I want to handle Keyboard Sliding events, Means when we press to Any Edit-text, The Soft-keyboard will automatically appears (Slide UP)
and when we press back button of device/emulator it will ...
2
votes
2answers
202 views
What is the keycode for CTRL+[char]?
I need to send CTRL+[char] code to a terminal using JavaScript. So it's not a question of capturing it - I can detect CTRL down and I can detect a character key pressed, and if it was just for ...
2
votes
3answers
412 views
Keyboard Events
I need to listen for keyboard events from a specific keyboard device & know which key is pressed in a (C#) WPF application. Ideally, this shouldn't be window dependant and work so long as the ...
2
votes
1answer
226 views
How can I prevent reload when I hit F5
I don't want to reload my Java applet when I press F5, but I want my application to use F5 key.
I want the user to use F5 for his use - I don't want to disable F5 key in my applet, but when he ...