Top "Keyboard" questions

A text input device.

Getting the dimensions of the soft keyboard

Is there a way to know the size of the keyboard that is shown in the screen? I am using …

android keyboard cocos2d-x
Really weird eclipse keyboard behavior/bug?

I am using Helios on Mac Snow Leopard. I don't know why but all of a sudden my arrow keys …

eclipse keyboard
What is the height of iPad's onscreen keyboard?

I'm looking for two numbers here: the height in portrait and the height in landscape. Don't answer in cm or …

ipad keyboard height
Textbox hidden below keyboard in Android webview

I have created a simple iPhone/Android app, containing a normal webview. This webview calls my website. On my website …

android textbox keyboard webview hidden
Android - Get keyboard key press

I want to catch the press of any key of the softkeyboard. I don't want a EditView or TextView in …

java android keyboard keyevent android-input-method
Weird keyboard locks in IntelliJ IDEA (delete & arrow keys, etc.)

While working in IntelliJ IDEA, the keyboard occasionally locks in a way that delete or < > ^ keys don't work …

keyboard intellij-idea keyboard-shortcuts
How to create a custom keyboard

How do I go about creating a custom keyboard/keypad that will show up when some one taps on a …

iphone objective-c ios keyboard
Simulate keyboard input in C#

I need to know how to simulate keyboard input for keys W, S, A, D. I've used SendKeys with no …

c# input keyboard simulation
Show soft keyboard when Activity starts

I have 2 activities, A and B. When A starts, it checks for a condition and if true, it calls startActivityForResult() …

android keyboard soft-keyboard
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