Top "Keyboard" questions

A text input device.

Getting Keyboard Input

How do I get simple keyboard input (an integer) from the user in the console in Java? I accomplished this …

java input console keyboard
How to read keyboard-input?

I would like to read data from the keyboard in python I try this: nb = input('Choose a number') print (…

python input keyboard
How to show soft-keyboard when edittext is focused

I want to automatically show the soft-keyboard when an EditText is focused (if the device does not have a physical …

android keyboard focus android-edittext android-softkeyboard
Binding arrow keys in JS/jQuery

How do I go about binding a function to left and right arrow keys in Javascript and/or jQuery? I …

javascript jquery keyboard key-bindings
Run javascript function when user finishes typing instead of on key up?

I want to trigger an ajax request when the user has finished typing in a text box. I don't want …

javascript jquery keyboard
Android: show soft keyboard automatically when focus is on an EditText

I'm showing an input box using AlertDialog. The EditText inside the dialog itself is automatically focused when I call AlertDialog.…

android keyboard android-edittext soft-keyboard
How to dismiss keyboard for UITextView with return key?

In IB's library, the introduction tells us that when the return key is pressed, the keyboard for UITextView will disappear. …

iphone objective-c keyboard uitextview iphone-softkeyboard
Android: How do I prevent the soft keyboard from pushing my view up?

I have a vertical sliding drawer at the bottom of my app. When the soft keyboard opens, it pushes the …

android layout keyboard view
How do I detect if software keyboard is visible on Android Device or not?

Is there a way in Android to detect if the software (a.k.a. "soft") keyboard is visible on screen?

android keyboard android-softkeyboard
keycode 13 is for which key

Which is the key on the keyboard having the keycode as 13? switch(key) { case 37: $.keynav.goLeft(); break; case 38: $.keynav.goUp(); …

javascript jquery jquery-ui keyboard