Tagged Questions
The keyevent tag has no wiki summary.
10
votes
4answers
6k views
jquery how to catch enter key and change event to tab
I want a jquery solution, I must be close, what needs to be done?
$('html').bind('keypress', function(e)
{
if(e.keyCode == 13)
{
return e.keyCode = 9; //set event key to tab
}
...
7
votes
2answers
186 views
KeyUp from Javascript on Blackberry
I am currently developing a web page designed for browsers and mobile devices and am having trouble with blackberry's
The functionality I want is to trigger a popup when a key is pressed. My current ...
7
votes
1answer
480 views
How does Java dispatch KeyEvents?
I've read the definite tutorial on key bindings a few times, but my brain cache doesn't seem large enough to hold the complicated processes.
I was debugging a key binding problem (turned out I was ...
5
votes
2answers
197 views
JTextField limit input to certains chars only
i'd like to create JTextField with input characters limited to someting like
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVXYWZZ0123456789+&@#/%?=~_-|!:,.;"
so i tried overriding
public class ...
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
3answers
99 views
How to dynamically assig keys to buttons?
I have a section in my GUI that is generated dynamically according to a list of objects.
So, for each object in that list I want to create a JButton and associate a keyboard shortcut.
For example:
...
4
votes
1answer
293 views
For Emacs, long journey for using CTRL key in Android
I need some help with Emacs. I'm running the Ubuntu in Froyo (Android 2.2) and connect with Android VNC Viewer.
But in Android VNC Viewer, it is hard to use CTRL, ALT, left mouse, and right mouse ...
3
votes
2answers
456 views
Grid 'keydown' event doesn't catch special keys like arrow keys or Enter or Tab
I have an issue with catching special keys on 'keydown' event.. but all works great if I use 'keyup' event, except I can't use it ..
Seems some control catches that event and stops proceeding for ...
3
votes
4answers
758 views
Why trigger F11 press event doesn't work?
I just read this question: Full Screen Page by pressing button instead of F11.
The op asked to replace F11 with other hot keys, so I'm wondering that maybe I can simulate press F11 to get things work.
...
3
votes
3answers
455 views
KeyEvent special Keys (like mute)
I'm currently trying to create a little remote-app for Android to control a MediaPlayer (like Rythmbox) on my PC.
Most media-players understand the special keys on my keyboard (like "play/pause" or ...
3
votes
1answer
477 views
Opera preventDefault() on keydown event
I'm trying to embed some keybindings in my webapp, and I'm having hard times with Opera. I have this code:
window.onkeydown = function(e){
var key = e.keyCode ? e.keyCode : e.charCode ? e.charCode ...
3
votes
4answers
519 views
Responding to key events in scala
I'm experimenting with a bit of Scala gui programming (my first project in scala, so I thought I'd start with something simple). But I seem to have got stuck at something that seems like it should be ...
3
votes
1answer
2k views
Is it possible to create an Android Service that listens for hardware key presses?
I'd like to run an Android background service that will act as a keylistener from the home screen or when the phone is asleep. Is this possible?
From semi-related examples online, I put together the ...
3
votes
1answer
259 views
How do you send a long press from an InstrumentationTestCase?
In Android, how can I send a long press from an InstrumentationTestCase? I'd like for instance to do a sendKeys(KEYCODE_DPAD_CENTER) but make that a long click.
3
votes
1answer
429 views
TextField Listener
there's a swing JTextField, and I want to add a listener, so whenever the users types a single letter, there's an event. There's a ValueChanged event in scala api, but I don't get it what's it's peer. ...
3
votes
7answers
917 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
3answers
5k views
How to catch Control-V in C# app?
I've tried to override WndProc, but no message show up on paste event.
Then I tried to create custom filter and using method PreFilterMessage I was able to catch message with value 257 (KEYUP event), ...
3
votes
2answers
1k views
Java Swing: Ctrl+F1 does not work globally, but each other key combination
I have a swing gui with a tabbed pane in the north. Several key events are added to its input map:
InputMap paneInputMap = pane.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
...
2
votes
3answers
77 views
Move image using keyboard - Java
I wanted to move my image using keyboard arrow keys. when I pressed the arrow keys it moves accordingly to the direction. However, I need to click on the image before able to move it. May I know how ...
2
votes
1answer
60 views
Android: Is there a way to simulating D-Pad Events (API 10)?
Im searching now for 2 weeks for a solution with no success.
The problem is very simple. I have to simulate the dpad events (UP,DOWN,RIGHT,LEFT,CENTER) for navigate in my GUI thats consist of a lot of ...
2
votes
1answer
67 views
Is it possible to trigger a key event on the DOM Window with Javascript/JQuery
is it possible to trigger a key event on the DOMWindow or DOMDocument in javascript? Basically I am creating an browser extension to interact with a website and they have shortcut Key Events (similar ...
2
votes
4answers
139 views
How to ignore the key press event in Swing?
I want to make the text field only accept numeric and backspace button from the user.
I have added the function that use to check the keycode from the user, but I don't know how to stop the key press ...
2
votes
2answers
237 views
Android: Listen for power key press
I am currently trying to listen for when the power button is pressed. Ultimaley I would like to have an some code run when the power button is pressed twice whether the screen is locked or unlocked. I ...
2
votes
3answers
157 views
Java: How to detect if a key has been held down over a certain time without checking every loop
Each loop (1/60th of a second) the Player class checks the Game class to see which key is down, If the player is not facing the right way it turns to face the right way, else it moves in that ...
2
votes
1answer
209 views
Convert unicode value to KeyEvent constant in OnKeyboardActionListener.onKey
I am new to Android development and currently programming an Input Method Editor (IME) for the Google Android operating system (API level 11 == version 3.0).
(The following code is simplified to ...
2
votes
0answers
100 views
My program sometime freeze when i type high score text field?
I am making a game that work with swing components (only for submitting high scores) but sometimes when I type things freeze; I don't know why and it's hard to debug.
So, I had to do this
create ...
2
votes
1answer
160 views
Artificially generate key events in other programs
Can a C# program that has focus artificially generate a key event that will be handled by another open application?
For those who are curious, this is why I'm asking:
I'm currently working on a ...
2
votes
1answer
500 views
C# - System.Windows.Forms.Keys - How to keep application hotkeys in one place
I have few "hotkeys" in my application. All "hotkeys" sequences are unique in application scope (so for example F12 key will always fire the same single task). In few places there are handled like ...
2
votes
2answers
479 views
Fake KeyEvent doesn't work *exactly* like “real” button. Why?
I am trying to invoke my main activity's onKeyDown() with KEYCODE_BACK, so that it behaves as if I pressed the 'back' button myself. I do that using the following code:
KeyEvent goBackDown = new ...
2
votes
3answers
1k views
How to fire Form KeyPress event
I have a C# winform, on which I have 1 button.
Now, when I run my application, the button gets focus automatically.
The problem is KeyPress event of my form does not work because the button is ...
2
votes
1answer
450 views
C# Windows Form: How to capture Capture Function, Arrow & Navigation Keys
i am trying to capture Function keys F1 to F12 & 4 Arrow Keys & Home, Insert, Delete, End, Page Up & Down Keys. How To ????
private void Form1_KeyPress(object sender, KeyPressEventArgs e)
...
2
votes
1answer
291 views
How to intercept key events while menu is displayed
I have already overriden the onKeyDown (int keyCode, KeyEvent event) method of my Activity in oder to log user key presses. I have further extended all Views I use in the layout and overriden the ...
2
votes
1answer
88 views
Scroll webView with volume keys Part II
Related to the thread: Scroll webView with volume keys
How can I implement this as a class (or a short-hand way) so it can be used for all WebViews w/o having to rewrite over and over again for each ...
2
votes
2answers
143 views
Java - Capture KeyEvent responsively on startup?
This is an exploratory question to determine if I should dedicate time to an implementation, if it's a "cost-effective" path. I freely admit I haven't attempted to implement this myself yet. I'm ...
2
votes
2answers
123 views
Handle KeyDown during a drag drop
I need to respond to keydown events (O, C, G keys etc., not modifier keys) while a Drag+Drop operation is in progress over my control (i.e. between DragEnter and DragLeave). However the KeyDown event ...
2
votes
3answers
3k views
Confused about Android key event handling. Any good explanations?
I'm a relative beginner with Android. Does anybody have a sane explanation for how to listen for keys and soft keys in an EditText/TextView?
I'd love to see a comprehensive tutorial or set of ...
2
votes
4answers
388 views
Disabling Alt-F4 on a Win Forms NotifyIcon
I am using a NotifyIcon from Win Forms to make a systray icon for my WPF C# application.
I have a bug where if the user right clicks the icon for the context menu, they can press Alt-F4 and the icon ...
2
votes
1answer
664 views
How to listen to keyboard events in GWT table?
In my GWT program I have a table that has a selected row. I'd like to move the row selection with the up- and down-keys on the keyboard. So I have to catch the key events somehow.
The GWT docs handle ...
1
vote
1answer
43 views
Detect type of region when a key pressed event occurs in Java
I am creating a shortcut in my Java application. When a user hits G, a dialog pops up. However, I do not want this to happen when the user is typing in a text field. Is there a way I can detect the ...
1
vote
1answer
46 views
Is it possible to create a service that listens for Volume key (hardware) presses?
I am trying to create a service that listens Volume key events.
Whenever the volume key presses, the service should send an sms to a number, but I can't detect volume key event.
1
vote
2answers
69 views
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 (.) dot? But I could not find (KeyEvent.VK_DOT) or some similar command. Please help
Thanks
1
vote
2answers
49 views
Can not detect ESC key in Cocoa Application?
I use onKeyDown in a Custom NSView in detect keydown events, it works well when I input the normal keys, like "a, b, c", but it does not invoke onkeydown function when I press ESC, I want to exit my ...
1
vote
1answer
50 views
Having trouble reading key events. (newby)
I'm trying to read a few of the keys on a device as well as read values from the touch screen. The touch screen is working fine, extracting values to _x and _y and sending them to my renderer class. I ...
1
vote
5answers
145 views
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 on the forms, however, my code does not work as the examples given. Here is my code snippet to capture ...
1
vote
1answer
69 views
Binding click and keyevents in android
What I want to do is to call click() action when a specific Key Event fired. I can handle the keydown event for a specific object but what if there are 2 different clickable object ( say one is a ...
1
vote
1answer
922 views
How to make browser full screen using F11 key event through JavaScript
I want to make my browser full screen. Same as when we do F11 key event. I found some examples such as
function maxwin() {
var wscript = new ActiveXObject("WScript.Shell");
if ...
1
vote
1answer
55 views
Creating/posting input events in C#
Is it possible to programmatically create input events in c#.
I want to be able to simulate any input, such as pressing a button on the keyboard or moving the mouse pointer from my application. The ...
1
vote
5answers
204 views
Why is both sides of the if else statement being executed, and how to fix it?
I have a block of code:
passwordEditText.setOnKeyListener(new OnKeyListener()
{
@Override
public boolean onKey(View v, int keyCode, KeyEvent event)
{
if ...
1
vote
3answers
94 views
OS independent keyboard event to character mapping
Obviously, a web application needs to adjust to the user's keyboard settings, right? Is there a way to tell Dojo to make a connection to the actual KeyPress event instead of KeyDown, so we can get the ...
1
vote
0answers
254 views
Send a key combination (meta key and keycode) via the Android API
I can't figure out how to send a combination of a meta key (e.g. CTRL) and a keycode (e.g. for RETURN) with Android (I am using API level 11 = version 3.0).
The documentation of the class KeyEvent ...