Top "Keyboard" questions

A text input device.

How to detect the currently pressed key?

In Windows Forms, you can know, at any time, the current position of the cursor thanks to the Cursors class. …

c# .net winforms keyboard
Phone: numeric keyboard for text input

Is there a way to force the number keyboard to come up on the phone for an <input type="…

android ios keyboard numbers html-input
Move textfield when keyboard appears swift

I'm using Swift for programing with iOS and I'm using this code to move the UITextField, but it does not …

ios swift cocoa-touch keyboard uitextfield
Making a UITableView scroll when text field is selected

After a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people …

ios iphone uitableview keyboard scroll
Xcode 6: Keyboard does not show up in simulator

The keyboard does not show up when I run the simulator and click in the UITextView. How do I re-enable …

ios keyboard ios-simulator
How can you make a custom keyboard in Android?

I want to make a custom keyboard. I don't know how to do it using XML and Java. The following …

android keyboard
How to dismiss keyboard iOS programmatically when pressing return

I created a UITextField programmatically making the UITextField a property of the viewController. I need to dismiss the keyboard with …

ios keyboard uitextfield
Move a view up only when the keyboard covers an input field

I am trying to build an input screen for the iPhone. The screen has a number of input fields. Most …

ios swift keyboard xcode6
What's the simplest way of detecting keyboard input in a script from the terminal?

I have a simple python script, that has some functions that run in a loop (I'm taking sensor readings). while …

python keyboard terminal
How do I show the number keyboard on an EditText in android?

I just basically want to switch to the number pad mode as soon a certain EditText has the focus.

android keyboard android-edittext