Top "Keyboard" questions

A text input device.

Not able to type in textfield in iphone simulator using Mac Keyboard?

I'm working on a basic iOS app which supports both portrait and landscape modes. When the iPhone simulator keyboard is …

iphone ipad ios7 keyboard ios6
iPhone / iOS : Presenting HTML 5 Keyboard for Postal Codes

There are several tricks for displaying different keyboards on mobile devices for HTML 5 inputs (i.e. <input> tags). …

ios iphone html input keyboard
How to accept keypress in command line python?

Possible Duplicate: Python read a single character from the user I am looking to be able to control a robot …

python keyboard keypress
How to send "Ctrl + c" in Sikuli?

This feels like it should be pretty easy but I can't find documentation on how to do this: I just …

keyboard sikuli
Scroll the screen up when keyboard appears

I have an activity with an editText in the middle. When I click on the editText the keyboard appears, and …

android scroll android-edittext keyboard android-scrollview
Keyboard shortcut for a button

In C# (Microsoft Visual Studio 2010), how can I assign a keyboard shortcut to a button such as the following? private …

c# winforms keyboard shortcut
Show keyboard automatically

Please explain me the issue about soft keyboard. For example, I have an EditText on my activity or dialogfragment or …

java android keyboard focus android-activity
How to make keyboard dismiss when i press out of searchbar on Swift?

I try to make my searchbar on swift, but i have a problem to dismiss keyboard on screen when i …

swift keyboard uisearchbar searchbar uisearchbardelegate
Android softkeyboard never shows up in emulator

I'm new to Android. I've spent two hours already for searching. Whatever i try softkeyboard is never shown for my …

android keyboard
Dismissing the keyboard in a UIScrollView

Alright, I have a couple of UITextFields and UITextViews inside a UIScrollView, and I'd like to set the keyboard to …

ios objective-c swift uiscrollview keyboard