The keydown tag has no wiki summary.
0
votes
3answers
18 views
Cannot capture KeyDown event for UP/DOWN-Arrow-Keys in Windows Form
In C# Winforms I try to capture the KeyDown event for the Up-arrow and down-arrow keys. Therefore I did the following:
set the KeyPreview property of the form to true
override of the forms ...
0
votes
3answers
54 views
how to predict if DOM keydown will cause a character input
Given a keydown event in the browser, how can I predict whether that key event will result in character input? For example, hitting the left arrow doesn't input characters but hitting the a key inputs ...
1
vote
1answer
68 views
+100
Navigate through tweets (boxes) + three js
this is my situation:
I want to show twitter tweets like this: http://threejs.org/examples/css3d_periodictable.html
This is what I have now:http://nielsvroman.be/twitter/root/index.php
The boxes are ...
3
votes
2answers
41 views
C# KeyDown Event multible Keys plus ControlKey
i want to recognize keystrokes to my Control. For this i use the KeyDown Event. The Kind of keystrokes I want to detect are something like CTRL + A or CTRL + C and so on.
(So combinations of multible ...
0
votes
1answer
26 views
JQuery : Event on click or keydown without redundancies?
What is the best way to do the same action if either a key press or a click is registered ?
I would like to avoid having redundancies and make the code shorter.
Thank you
0
votes
1answer
30 views
keydown event Does not work on forms but does work on Datagridview in Vb.net
Keydown Event Does not work on form1 but does work on datagrid. However i want it to work on form1 only. If i comment the lines in datagrid Keydown Event The event in still form1 does not work. Can ...
1
vote
2answers
54 views
Mootools: numpad keyup and keydown events returns different key values on the same key
Can anyone shed some light on why numpad keyup and keydown events return different key values?
Consider this:
<input type="text" />
<script>
document.getElement('input').addEvents({
...
0
votes
0answers
21 views
.net ESC key not firing the keydown event, no matters keypreview set, but INTRO key (and all others) does
I have a ToolStripTextBox on a toolstrip on an user control, the user control on a form, and a form that inherits from that form. So, I use the user control from an inherited form.
On the user ...
0
votes
0answers
29 views
Hiding Elements On Click/Keydown
I am am creating A JQuery login script. What I want the script to do is when I press enter or click submit I want to hide the content until it re loads and displays the new content.
Test the code on ...
0
votes
1answer
26 views
Me.Keyup does not work unless I make panel visible then click button to close it
I set up a very simple app with a webbrowser control and an invisible panel with 2 buttons and a text box to use for entering a url.
When I start the app no amount of pressing keys will do anything ...
0
votes
2answers
52 views
JQuery Keydown, Keypress, Keycode, etc
I'm looking for some help on why the shift key in the current arrangement doesn't fire when the key is pressed. In the code below, every single key/character works as expected, with exception of the ...
0
votes
1answer
44 views
Sencha Touch input field keydown event not firing
{
xtype: 'numberfield',
name: 'weight',
minValue: 10,
maxValue: 1000,
placeHolder: 'WEIGHT',
cls: 'GoldWtLayout',
id: 'GoldWtKgLayoutMum',
enableKeyEvents: true,
...
1
vote
1answer
55 views
KeyDown Event not Firing in WPF
I am using WPF and VB.Net as Coding Language.
When I press any keys, on some keys like all alphabetical keys keyDown Event Fires nicely, But If I use arrow keys then keyDown event Does not Fire. On ...
0
votes
1answer
18 views
How to caputure keyDown event in NSbutton after a mouseClick
I'm having five Image Buttons. If a button was clicked by mouse, then the button went to Onstate. Now if i pressed Space button it will zoom the button's image in a seperate Window.
The space button ...
3
votes
0answers
56 views
What (if any) is the precedence of javascript keydown events?
I'm trying to create a simple javascript program that reads keydown events and translates them into movement on an HTML canvas. I've had a fairly large degree of success so far, I'm having a strange ...
0
votes
0answers
50 views
jQuery: preventDefault() and stopPropagation() doesn't work for keydown when using hotkeys
I try to implement hotkey functionality using jQuery.
The goal is to call functions when Ctrl + 'some letter' is pressed.
This works when using keypress(), but keypress() doesn't work in Chrome and ...
0
votes
0answers
19 views
Iframe design/content mode BR instead of P UEditor
I'm trying to implement UEditor as a text and code editor.
I've managed to get CSS applied to <code> and use a button to wrap (Surround) selected text with a <code> block.
This is good ...
0
votes
1answer
29 views
NSView keyDown not called during drag and drop in Cocoa application
I have a cocoa application where i need to respond to keyDown events during dragging sessions in order to trigger other things. The keys are not modifiers only but can be any kind of key.
The problem ...
0
votes
1answer
58 views
Holding down arrows key constantly triggers keyUP event
Here's all I'm doing:
$(document).keydown(function(e) {
e.preventDefault();
console.debug(e.keyCode, "down");
});
$(document).keyup(function(e) {
e.preventDefault();
...
0
votes
0answers
38 views
Only Keyboard event not mouse events
I have created event for KeyDown which also triggers the mouse event. I dont want the mouse event. What can i do. Here is my sample code,
private void Form1_KeyDown(object sender, KeyEventArgs e)
{
...
3
votes
2answers
95 views
multiple simultaneous key press c#
I am programming a game in microsoft visual studio c# and I have to catch lot's of keys simultaneously. I can't detect Q,W,E,R,T,Y at the same time but I can detect Q,W,E,R,T,A.
I tried to use ...
0
votes
0answers
30 views
Detect a hardware key in the browser without charCode, keyCode or “which”?
I have an Android device with hardware buttons. Two of these buttons can be detected in the default browser on a page using:
document.addEventListener("keydown", keydown, false);
However, the ...
0
votes
0answers
35 views
Need help creating onscreen navigation buttons that maps to keyDown functions
Im working on a vertical game, but I dont have a clue about onscreen touch controls
What must I do here for virtual on-screen controls to map the buttons to the keyDown listeners? I want to add ...
1
vote
1answer
49 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 ...
0
votes
0answers
20 views
Mac OSX capture all keypresses from MenuBar application
I'm sure most people are familiar with Alfred, the awesome task launcher. What I want to know is how does Alfred detect that I'm pressing Command-Shift-Space to launch its UI? Does it override ...
0
votes
1answer
46 views
How can I do that without WIN32 API?
So, here is a countdown.
My aim is the next: if you don't do anything for the given time (ent_sec) the countdown will reach 0 after a time and return with 0, BUT if you press down the letter c ...
1
vote
2answers
277 views
Angular communication between controllers and directives
I have this piece of code which allows a user to leave comments on a list of items.
I created a directive and listen to keydown in order to let the user submit a comment if keyCode == 13.
Not sure ...
1
vote
0answers
131 views
Keep listening for jquery keydown events regardless of focus
The Situation
I am building a basic slide deck in HTML, CSS & Javascript. Its based on the jquery cycle plugin. The slides are simple li items that contain either images, text or iframes (e.g. ...
1
vote
2answers
120 views
C# Stopwatch on-the-fly update
(My first question here!)
Hi, I am kind of beginner in c#. I tried to build a simple timer (in Windows.Forms).
I made a label which indicates the time, and used the StopWatch class (from ...
5
votes
3answers
80 views
How to make a moving div restricted in an outside div?
So I have a div you move with your arrow keys, but how do I make it so it can't go outside the "border div"?
$(document).ready(function(){
$(document).keydown(function(e) {
switch (e.which) {
...
6
votes
2answers
136 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 ...
1
vote
0answers
67 views
MainWindow PreviewKeyDown slows TextBox input
I'm using the KeyDown Event in my MainWindow to get key strokes of the up/down key.
When typing in a TextBox I get huge delays between key stroke and the character showing up on the screen, because of ...
0
votes
1answer
87 views
Dynamic switch statement for keypress (Javascript)
I've got a website that has full width and height div's (each div is effectively a page) and you navigate through them using links and hashes; <a href="#work"></a> will scroll you to the ...
-5
votes
1answer
138 views
javascript keydown not working in chrome and firefox [closed]
In a table , I simulate selected row by changing style of the row .Now I want to move this selected row by arrow keys but the keydown event is not working in Chrome and Firefox.
I do NOT want to use ...
1
vote
1answer
51 views
The KeyDown event of a Simple style combo box is raised two times
I have simple win form application with the tab and combo box controls.
Combo box control has a style of "Simple".
Tab control has key down event.
When I press Enter key on the combo control it ...
0
votes
2answers
110 views
C# Reading Textbox ignoring characters
Hi everyone i have a key down event as follows
if (e.KeyCode == Keys.C && e.KeyCode == Keys.Enter || e.KeyCode == Keys.Return)
{
var amount = textBox1.Text;
var total = label3.Text;
...
0
votes
1answer
98 views
Mvvm TextBox KeyDown Event
I'd like to know how I can handle a KeyDown Event with MVVM in my ViewModel.
I have a TextBox and when the user hits a key, which is not a number, the input shouldn't be allowed. I'd normally do it ...
0
votes
1answer
145 views
Trigger a shift key press, when enter key is pressed - Jquery
I got this code in jquery -:
$('#postBoxEditor').live("keydown",function(e){
if(e.which == 13 && !e.shiftKey){ e.preventDefault();
var triggerevent = jQuery.Event("keydown"); ...
1
vote
1answer
395 views
Winform Datagridview handle tab and arrow keys
I want to handle the KeyDown event on the DataGridView cell. I use the following code to get the KeyDown event on cell:
private void dgvData_EditingControlShowing(object sender, ...
1
vote
1answer
56 views
Keydown event weird behaviour
I'm trying to catch shortcut keys. I need an explanation on how KeyDown Events are managed. Let's take this as an example :
Private Sub SoldeOuvertFou_KeyDown(ByVal sender As System.Object, ByVal e ...
0
votes
2answers
115 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
30 views
win32 Tree control Mirroring issue
I'm using tree view control in a module i'm developing, I need it to be RTL i followed the instructions in this article http://msdn.microsoft.com/en-us/goglobal/bb688119.aspx , it has converted to rtl ...
0
votes
1answer
85 views
How to change the focus inside a form and make the new control deal with the key pressed?
I have a form with a search box and a datagridview with the results.
What I need is the search box to always get the focus whenever I press a char or number key, and then process the key. So, for ...
0
votes
2answers
97 views
In Javascript, How to detect the character case (upper/lower) in keydown & keyup events?
I need to detect the case of characters in event keydown and keyup
Here's the code:
$('body').keydown(
function(event) {
var charCode = (event.which) ? event.which : event.keyCode;
...
1
vote
4answers
394 views
jQuery: click event called $('textarea').val().trim().length times
Well, that's pretty much what happens.
We've all seen this before: button becomes active and clickable only after we've put something in an input filed. I'm trying to implement that. I guess either ...
0
votes
0answers
135 views
DateTimePicker on key press
I put some code in datetimepicker_ValueChanged event for jump from day field to month and year. Something like this, wich i found on this super site:
private void dela_ValueChanged(object sender, ...
0
votes
1answer
28 views
Handle textDidChange Method in NSTextView
I want trigger the event if the text is changing in my NSTextView. Is there a way to trigger that directly from the NSTextView or I have to create a custom Class for the NSTextView?
0
votes
2answers
138 views
NSTextView keyDown Event
I want trigger the keyDown Event with every Key action. Therefore I have created a subclass of NSView.
@interface CodrTextView : NSView {
NSTextField *lineNumberSpace;
NSTextView ...
1
vote
1answer
93 views
Event Fires only from the second time
Have a textbox type column 'Qty', in a gridview that has to accept only numbers.The foll. code works good but only from the second input. I only want to use keydown here.
private void ...
0
votes
1answer
46 views
javascript multiple keys pressed at once comes to error
$(document).keydown(function(e){
var key=e.which;
//to prevent reversing, add the possible value of d which hinders the snake to go to desired direction
if(key=="37"&&d!="right"){
...







