Top "Keyboard-events" questions

An event that is triggered when a Key is pressed on a keyboard input device

Android EditText, soft keyboard show/hide event?

Is it possible to catch the event that Soft Keyboard was shown or hidden for EditText?

android keyboard-events android-softkeyboard
How to simulate typing in input field using jQuery?

What I want is to simulate typing in <input> field using javascript. I have the following code: var …

javascript jquery greasemonkey keyboard-events textinput
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 …

javascript jquery user-input return keyboard-events
Creating a simple JavaScript class with jQuery

I'm trying to understand jQuery classes but it is not going very well. My goal is to use a class …

javascript jquery class keyboard-events
How to prevent number input on keydown?

I want to prevent number input on keydown event on textfield and run custom handler function. Here are the issues …

javascript cross-browser keyboard-events
How to capture delete key press in C#?

I want to capture delete key presses and do nothing when the key is pressed. How can I do that …

c# wpf winforms keyboard-events
UISearchbar keyboard search button Action

I'm using UISearchBar when I input text on UISearchBar the keyboard shows. At that time, keyboard return key is "Search". …

iphone objective-c uisearchbar keyboard-events
How to find the key code for a specific key

What's the easiest way to find the keycode for a specific key press? Are there any good online tools that …

javascript jquery events keyboard keyboard-events
How to detect if the pressed key will produce a character inside an <input> text-box?

I have a regular text-box: <input type="text"> I use jQuery to handle key-related events: $("input:text").keydown(…

javascript jquery keyboard-events
Restricting input length and characters for Entry field in Xamarin.Forms

How can I restrict the length and characters entered in an Entry control in Xamarin.Forms. Do I need to …

c# xamarin.forms keyboard-events textinput