Occurs when a key is pressed while the control has focus.

learn more… | top users | synonyms

-1
votes
1answer
43 views

How To Detect when Enter was pressed or submit was pressed [duplicate]

I am trying to create a login form. The issue is it will only execute the action when Someone hits the submit button, Im trying to add the functionality if the user has clicked the input field then ...
2
votes
1answer
27 views

How to tell if a key has been released in tkinter

I am using this code to test whether a key has been pressed, but I also need a binding that is called when a key is released. If no such binding exists, I would settle for a bit of code that ...
1
vote
2answers
27 views

jQuery keypress array password

I'm wondering how to record keypresses on a blank html page, like, if A->B->C keys are pressed in a row (after eachother), then display a div or redirect the user. And if the user presses A->B-> but ...
0
votes
1answer
61 views

C# keypress starting timer

I am trying to make a program which does: If you press start(button1) it should start working if you press stop(button2) it stops until u press start again my goal: when it is on, and space is being ...
-2
votes
0answers
17 views

Supress a keypress (GetAsyncKeyState) [closed]

In my project, i use the api GetAsyncKeystate and i proceed like that.. I want to detect a keypress with getasynckeystate I searched and i find how to do that. Now, my app detects the F1 key, but i ...
0
votes
0answers
21 views

How do I limit multiple character input on a keypress event in a contenteditable div?

I have a content-editable div and I want to restrict the user input so that multiple characters can not be input on a single keypress?Any idea how I could work it out?
0
votes
1answer
9 views

JavasctiptMVC keypress event

My work in JavascriptMVC is capturing the enter press event and i have steal ('jquery/event/key') plugin and my code is 'input keypress': function(ev){ alert("inside"); alert(ev.key()); if(ev.key() ...
0
votes
2answers
46 views

Text Box User Control in C# Windows Application?

In my User Control I have a Text Box which does the validation to take only digits. I place this user control on my form but the Keypress event is not Firing in form.Following is the code in my user ...
0
votes
2answers
81 views

Why does my keypress handler not work when I use anchors

I use jQuery for my homepage and add a keylistener when the window is loaded. It looks like this: $(window).load(function(){ var debug = $('#debug'); // this is a fixed div I use to print debug ...
1
vote
1answer
43 views

VB.net Multithreaded keypresses

I have a working 3D object viewer in VB.net (I know that VB.net is not the best language to use for this but still) So if I press the W key the box moves up. If I press the D key it moves to the ...
-2
votes
1answer
47 views

RegEx engine works slowly with this Regular expression, please see?

I'm trying to suppress any input from user if the content of the textbox seems not to be an valid email address. This is not a check after user types and leaves the textbox, this checks right when ...
0
votes
0answers
67 views

Keypress not responding [closed]

So I have this code and when I run it I should be able to move the player in the move class, but for some odd reason the keypresses are not even being detected. I can tell because the console never ...
1
vote
3answers
66 views

JavaScript equivalent of jQuery's keyup() and keydown()

I have seen this link on stackoverflow: $(document).ready equivalent without jQuery In my context I am using $(document).keydown(Keypress); $(document).keyup(Keyoff); for the functions ...
1
vote
0answers
35 views

Python and popup windows

I have searched for days and tried too many incorrect solutions. I have a python script that used to upload a csv file to a website. The website has added a popup box that must be addressed before the ...
0
votes
1answer
109 views

How to handle Windows key press with SWT AWT, minimize window and go back to desktop

For my firsts steps with SWT (and more generally with Java), I try to make a simple app with few basics components. It's a simple window which maximise with NO_TRIM. Now I want to write an ...
0
votes
0answers
33 views

keypress event in a common function

I want to write a common jquery function which I want to call on different views in backbone router. In that common function I want to write a input text keypress event to remove the button's disabled ...
0
votes
2answers
40 views

Simulate key inputs in Java for JUnit Test

I would like to simulate a Enter key press. I tried using the robot class but it doesn't seem to work: robot = new Robot(); robot.keyPress(KeyEvent.VK_ENTER); ...
0
votes
1answer
44 views

close upon backKeyPress windows phone

I have a problem. I have an popup that i want to close if the back key is pressed, now its closing the application. This it what i have done: protected override void ...
0
votes
1answer
30 views

Get VID And PID from keypress

Does anybody know if it's possible to get the VID and PID from a keypress event in C#? I've been searching, and seems like it's possible with C, but I can't find any examples for C#.
-1
votes
0answers
78 views

In CL-OPENGL how do i move the camera(glu:look-at) with a key-press

My code is below.... Im trying to move the camera i\e change the glu:look-at parameters with a key-press. I wrote a 2 functions move-right that increments the variable eye-x in my code and move-left ...
0
votes
2answers
55 views

c++ breaking out of loop by key press at any time

What I have here is a loop that is supposed to read the output on a piece of equipment every 500 milliseconds. This part works fine. However, when I try to introduce cin.get to pick up the key "n" ...
6
votes
2answers
103 views

keydown + keyup events for specific keys

I'm trying to make the background color change when certain keys are held down. For example, when the 'r' key is being held down, the background should be red. When the 'r' key is not being pressed ...
0
votes
0answers
85 views

How to know alt + ctrl + del combination is clicked in C# winforms

I have a C# winform .Net 4.0 application in Windows 7. The application hosts COM control. When user unlocks the machine with application open, the COM control is not refreshed and that section of form ...
0
votes
0answers
22 views

define getasynckeystate button combination in textbox

i have an application that uses "getAsyncKeyState" to detect if a buttoncombination has been pressed when the program has not focus. when it detects the button is triggers a sub that does its work. ...
0
votes
0answers
77 views

Get value on key press

I have JS select. I need to make onKeyPress function witch will return me a true value, that start on character I press. I have array of values, it's span values, so i try to grab them with JQuery ...
0
votes
4answers
56 views

JQuery SlideDown on KeyPress

I have a form with advanced options. The advanced options are in a div (hidden). When the "Search" input box is keyed I'd like to un-hide the div using slidedown. Here's the code (partially taken from ...
2
votes
1answer
86 views

How to catch F5 key pressed when the mouse is outside my page?

How can I catch the F5 key press when the mouse is outside my page? For example hovering on a scroll bar, or on an address bar, or on a menu etc. Because in this case e.which, which usually contains ...
3
votes
2answers
99 views

Trigger Keypress with jQuery

On the Definitive Trigger Keypress jQuery thread there is no working JSFiddle for the answer, and the code that is there doesn't work for me. $("button").click(function () { $("input").focus(); ...
0
votes
3answers
98 views

Knockout event binding for input keypress causes weird behavior

Long story short, I want to enable users to hit enter on an input element and certain method in my viewmodel be called. Here is my html input: <input id="searchBox" class="input-xxlarge" ...
0
votes
1answer
122 views

Xamarin Android EditText enter key

I started to work with Xamarin Studio a weeks ago, and could not find solution to the next problem: created an edittext which will contains serial numbers. I'd like ro run a function after the ENTER ...
0
votes
1answer
49 views

Capture keypress sequence in Windows Mobile device

I need to capture a keypress sequence from a Windows Mobile device to trigger a duress event. If my application was the only thing running I would use a base form event handler to check the keypress ...
0
votes
0answers
38 views

Java Robot class keyPress not typing into google chrome

I'm trying to beat the game 'fastTyper 2' (basically just a typing game where you type words that appear as fast as possible) by using the java robot class to type in the letters for me. I've ...
1
vote
1answer
74 views

jQuery / Contenteditable - new paragraph on keypress works on original but not generated content

I have some contenteditable paragraphs and have written up some jquery to generate a new paragraph when the enter key is pressed. $('p[contenteditable="true"]').keypress(function(e) { if(e.which ...
2
votes
1answer
93 views

Java pong can't move both paddles at once

Trying to make pong in java but can't move both paddles at once. You can move one or the other but not both at the same time. Do I need to create 2 threads with 2 different pannels? Here is where I ...
-2
votes
2answers
55 views

Wrap <a></a> when @ is pressed - Jquery

Here's what i got -: <div contenteditable="true">Hey man @tt</div> Now I would like to wrap <a></a> around when ever @ is entered in it. For eg when @ is pressed, html ...
1
vote
2answers
154 views

C# KeyPress Event doesn't copy last character from text box to form's text property

Situation: A form has a text box in which the user must type some text. This text box has a KeyPress event in which the Form's text property changes to the text that the user types with each ...
0
votes
0answers
38 views

designMode iframe and get the line number of the cursor at keypress

If I have an editable iframe using designMode= on , How can i get the line number at which the cursor is? Though there are codes for getting the character number, I did not find any code to get the ...
0
votes
3answers
196 views

Make code for multiple textbox when press Enter send command Tab better

i already have code when user press key Enter on keyboard, it return tab and "jump" to next field, its working great, its possible make it for 2 or 3 textbox, problem when need make it on multiple ...
0
votes
4answers
66 views

Detect the future text during keypress event

I have an editable div and I need to compare the text being entered into it with its content just before the latest key was typed. eg : Previous text : Bhumi New text : Bhumik Here are the K ...
0
votes
2answers
89 views

jquery keypress/keydown to call function

my previous question: This sweetamylase posted her fiddle http://jsfiddle.net/amyamy86/jSyfy/ , which is great and very close to what I am trying to achieve, but I am having trouble getting it so ...
0
votes
0answers
52 views

Trigger keyboard backspace event

i need to trigger an actual backspace to happen in real time via the code. I can not take the content and remove the last typed character and then populate it again. Also creating an event and then ...
-3
votes
1answer
48 views

Is it possible to use a “keypress” in console? [closed]

Ando developed a simple application that if you press the A key you leave a prayer, if you press the letter B and so another prayer .. I wanted to know if it is possible to do that, but not if it ...
0
votes
2answers
107 views

How to instantly react to key pressing in C?

I'm trying to call a function when a user presses a key, somewhat like sending a signal with Ctrl-C. The idea is to be doing something, say in a while loop, and actively listen for, say, the 'f' key ...
1
vote
1answer
55 views

How to capture the Key_tab event

i am trying to capture the key_tab event, but no luck. i realized that it only works if there are no other widgets so the cursor has no where to go only then can i get the event to return. here is a ...
3
votes
3answers
417 views

How do I convert e.KeyChar to an actual character value when handling keyboard events?

All I'm wanting to do is get the actual character that is pressed whenever they key is entered for the event. The only option I'm seeing is e.KeyCharwhich will give me the position rather than the ...
0
votes
1answer
63 views

selenium - how to program using a select dropdown menu

I want to simulate the user clicking on a text field, using the dropdown and selecting an item. I can get them on the field and the dropdown working with: click //input[@id='select_students'] ...
0
votes
0answers
36 views

keypress in VC++

I want to control robot with Visual C++ using serial port, if I press 'W' the robot will move forward, press 'S' the robot will move backward. I use Visual Studio C++ form application. I am newbie in ...
0
votes
3answers
59 views

JAVA - How to change states between single keyPressed of character 'F' / 'f'?

At the moment , when I hit F or f : private static final char FILL_POLYGON_LOWERCASE = 'f'; private static final char FILL_POLYGON = 'F'; @Override public void keyTyped(KeyEvent keyEvent) ...
0
votes
1answer
63 views

Actionscript: I am trying to use actionscript buttons with a key press instead of a mouse click

This in flash. I have a bunch of buttons that I want to animate once I've hit the corresponding key for. Each button has an "Up," "Over," "Down," and "Hit" state. I get the error I keep getting is: ...
3
votes
2answers
166 views

Execute triggered keypress javascript [duplicate]

How to trigger keypress so that it simulates real user behavior? If I use $('#input').trigger(jQuery.Event('keypress', {which: 65})) I expect the letter 'a' to appear in that input, but nothing ...

1 2 3 4 5 18