Top "Onkeydown" questions

This event is triggered when when the user is pressing a key or holding down a key.

How to capture a backspace on the onkeydown event

I have a function that is triggered by the onkeydown event of a textbox. How can I tell if the …

javascript onkeydown
Using jQuery to listen to keydown event

I want to detect when the enter key is pressed, on HTML that will be injected dynamically. To simply detect …

javascript jquery event-handling onkeydown jquery-events
Fragment activity catch onKeyDown and use in fragment

I have Fragment activity with pager: List<Fragment> fragments = new Vector<Fragment>(); fragments.add(Fragment.instantiate(…

android android-activity fragment onkeydown
onKeyDown() issue

I would like to create a photo/video capture application. I have created a CaptureView class which extends SurfaceView and …

android android-view onkeydown
How to force "enter key" to act as "tab key" using javascript?

I'm working on a site that is full of forms to be filled and I it's required that when escape …

javascript keyevent onkeydown
WPF: OnKeyDown() not being called for space key in control derived from WPF TextBox

In a WPF application, I have a control that I have derived from TextBox like this: public class SelectableTextBlock : TextBox { …

c# wpf textbox onkeydown
onKeyListener not working on virtual keyboard

I don't understand why this piece of code is not working. Only backspace and return key are detected. Listener doesn't …

android onkeypress onkeydown virtual-keyboard
Capture keys.TAB on KeyDown

I am trying to capture TAB keypress on Keydown Event. I can see another post on How to fire an …

vb.net tabs keydown onkeydown
AutoCompleteTextView detect when selected entry from list edited by user

I have an AutoCompleteTextView I use to select an item from a long list. The user should only be able …

android list autocompletetextview onitemclicklistener onkeydown
Detection of Backspace on KeyDown

I am working on a silverlight web app. It interacts with a module that sends SMS's. I want to limit …

c# .net textbox onkeydown