A virtual keyboard is a software component that allows a user to enter characters. A virtual keyboard can usually be operated with multiple input devices, which may include a touchscreen, an actual Computer keyboard and a computer mouse.

learn more… | top users | synonyms

19
votes
9answers
7k views

iOS 5 fixed positioning and virtual keyboard

I have a mobile website which has a div pinned to the bottom of the screen via position:fixed. All works fine in iOS 5 (I'm testing on an iPod Touch) until I'm on a page with a form. When I tap into ...
3
votes
2answers
101 views

What is the VK_KEY / scancode for this key?

I am using GetASyncKeyState (C++) to check for keys. I don't know what the name of this key is: How is this key named? What is the VK_ or Scancode?
0
votes
1answer
57 views

Scroll to a cell in a TableView inside a Popover

I have a tableView with a fixed number of rows (7). Each row consist of a label + a textField. When a textfiled is touched the virtual keybord is presented, that causes the popover to get resized and ...
1
vote
1answer
1k views

How to press Ctrl+A to select all content in a page by WebDriver using Java

I want to select all content by pressing Ctrl+a from keyboard by using WebDriver with Java. I wrote the following code: Actions actionObj = new Actions(driver); actionObj.keyDown(Keys.CONTROL) ...
1
vote
2answers
1k views

Virtual Keyboard using C#/Windows API - send key input, but don't grab focus

I'm building a customized virtual keyboard in C#. The main point is sending a specific keypress to the window that currently has focus. But, normally, the key on the virtual keyboard will grab focus ...
0
votes
1answer
34 views

set position of my window to top when softkeyboard is active in android

I want to manage my screen when virtual keyboard is active.Before I have 2 ideas that 1.Put the parent layout in scrollview: But issue here is When I run the app my layout scrolls to top when ...
0
votes
0answers
45 views

using Ctrl+C keybd_event and Clipboard.GetText with BackgroundWorker

as my code loops, the Clipboard.GetText doesn't seem to work (or is ignored) until it reaches the end of the loop, at which point Clipboard.GetText will finally return the last data string that was ...
19
votes
3answers
17k views

Close virtual keyboard on button press

I have an Activity with an EditText, a button and a ListView. The purpose is to type a search screen in the EditText, press the button and have the search results populate this list. This is all ...
0
votes
1answer
1k views

Virtual keyboard for QtWebKit based browser or how can I get the currently focused text field?

I'm working on implementing a virtual keyboard for a QtWebKit based browser. I'm having a lot of difficulty understanding how QtWebKit paints the controls within the actual page. Initially I thought ...
0
votes
1answer
182 views

iOS virtual keyboard size without notification center

I need to scroll up my scrollView, when textFiewl is tapped that is bellow the virtual keyboard. I call [self.scrollView setContentOffset:scrollPoint animated:YES];. To get the screen's visible area, ...
0
votes
0answers
130 views

android web browser and the virtual keyboard

I'm writing an HTML5 application using PhoneGap 2.5.0. In some portions of the app, like the search page, when the virtual keyboard appears, it shrinks the entire page, so I can still see the footer ...
0
votes
1answer
175 views

How to create a custom virtual touch keyboard on windows RT

I want to create a custom virtual touch keyboard on Windows RT, like the existing handwriting recognizing keyboard on Windows RT but use my own HWR algorithm. Is there anyone know any sample for ...
1
vote
4answers
375 views

Show only numeric keyboard for EditField

I have EditField. I want to show virtual keyboard only with number, without letters. Is it possible?
6
votes
3answers
364 views

Can webpage be aware of android virtual keyboard

I have web page with jquery terminal and hidden textarea (that trigger Android Virtual keyboard), I can type characters but when I enter few commands the content is hidden behind Virtual Keyboard. ...
2
votes
1answer
356 views

Prev and next buttons for pickers in Sencha Touch 2

I'm building an App for Android, iOS and Blackberry with Sencha Touch 2.0.1. I have a Form-Panel with about 10 selectfields and some sextfields. If i ran the app on Android 2.3 or higher, the ...
1
vote
1answer
215 views

Bootstrap typeahead with virtual keyboard doesn't work properly

I have a problem with Typeahead when I'm using mobile Phones and Tablets with virtual keyboard. When I tap the typeahead control (a html input), the virtual keyboard appears and I can input a query ...
0
votes
0answers
93 views

SpaceBar Character issues in AS3

Im working on a virtual keyboard, but my space key is giving me some issues. When its pressed, it creates the space but it dosent physically show. When I hit a normal letter or number key, the space ...
0
votes
0answers
83 views

Bootstrap typeahead using keyboard interface

I am using this keyboard interface: JavaScript Graphical / Virtual Keyboard Interface and I would like to implement the bootstrap typeahead, I don't want to change to a different virtual keyboard so ...
3
votes
4answers
4k views

Why doesn't the virtual keyboard go away?

I have a pretty simple screen with a couple of EditText widgets and a button. In the emulator, when I click on the EditText widget, a virtual keyboard comes up. However, I can't seem to get rid of ...
2
votes
1answer
514 views

Prevent wmic.exe from writing TempWmicBatchFile.bat

I want to check within my Java application whether the windows virtual keyboard is already running or not. I searched for it and found, that I can use wmic.exe to search for a process. This is ...
2
votes
1answer
457 views

Blackberry Playbook WebWorks How to make a textfield open a different virtual keyboard?

I'm developing a WebWorks application for the Blackberry Playbook. This page in their documentation says You can display a specific type of virtual keyboard, depending on the type of input that ...
7
votes
4answers
10k views

onKeyListener not working on virtual keyboard

I don't understand why this piece of code is not working. Only backspace and return key are detected. Listener doesn't fire for any other key. My device is Nexus One. I tried to override activity's ...
1
vote
0answers
55 views

Virtual Keyboard Bug on iOS6 (using FPC)

I have a problem with the Virtual Keyboard which only occurs on iOS 6. I have a UITextField which I use to catch keyboard imput from the Virtual Keyboard, but on iOS 6 it only shows once, after the ...
2
votes
1answer
217 views

Blackberry: Automatically open reduced keyboard

How to programmatically open/close or force the virtual keyboard to open in reduced form in Blackberry? I tried searching it but couldn't find a way to do it. I also tried finding some links in ...
1
vote
1answer
510 views

Position of Virtual Keyboard plugin

I'm using this plugin (http://www.jquery4u.com/plugins/jquery-screen-keyboard-plugin/#.UCTg6p1lTkd) to create an on-screen keyboard for a Kiosk. It works great, however I need the keyboard to appear ...
0
votes
3answers
1k views

Slow button response in WPF app

For my WPF application I have developed a virtual keyboard. It runs fine on my development machine. However, on slower machines the button click response is slow. After the button is clicked, there is ...
9
votes
2answers
2k views

SendKeys alternative that works on Citrix

I recently developed a virtual keyboard application for a customer. The program is working fine with almost all programs, but certain commands like {ENTER} or {DEL} are not working with Citrix. Is ...
0
votes
2answers
271 views

Hide Android Virtual Keyboard

I have an activity that is showing an EditText and two bottoms. When I tap on the EditText the Android Virtual Keyboard shows up so that I can type in my text. Now, before tapping in any bottom I ...
0
votes
0answers
79 views

Virtual keyboard turn portrait to landscape mode

I have a site that changes its layout depending on the orientation of the device. However, when there is a form in the page and the user focus on the text field, the virtual keyboard will pops up and ...
2
votes
2answers
689 views

how to disable lwuit vkb?

The ability for disabling vkb is included in the new svn source code... But by default vkb comes in midlet... How to disable it in midlet... In the old documentation it was given To use the LWUIT ...
3
votes
2answers
345 views

Android Hide keyboard for password field

While setting setInputType(InputType.TYPE_NULL); for the password field, the text we are inputting is visible and will not be masked by dots which is not desirable for password field. ...
3
votes
0answers
177 views

Why won't showSoftInput display the virtual keyboard?

Essentially I am trying to show the virtual keyboard and gather input without the use of a visible EditText or TextView. I realize that toggleSoftInput can be used to do this however I need to use ...
1
vote
1answer
438 views

Hiding the soft keyboard when typing in EditText in Android 4

I am writing a calculator for Android, for inputting expression I use EditText. As I create my buttons - I do not need a software keyboard, but I want to change the cursor position, text selection, ...
2
votes
1answer
762 views

How can I send keyboard commands (hold,release,simultanous) with a python script?

I want to send virtually the command like this: when keypress=="a" #if entered key is "a" send {ALT+TAB} # send ALT and TAB simultaneously sleep(2) ...
2
votes
1answer
702 views

How to toggle “Use Physical Keyboard”.

I am developing an application where I have RFID reader (emulates keyboard). In some activities I need a virtual keyboard as well. I have discovered that all I need is to toggle "Use Physical ...
0
votes
1answer
864 views

Qt Virtual Keyboard and QInputContextFactory

I built the Maliit (https://wiki.maliit.org/Main_Page) virtual on-screen keyboard for my Ubuntu desktop and it works just fine with the included example apps. I was also able to make my own simple Qt ...
0
votes
2answers
368 views

Virtual Keyboard in Linux/GTK

I have a simple interface (Can be touch-based or can be operated by mouse clicks). When I select a text box, a virtual keyboard should pop up. I have done a little digging, and xvkbd looks nice. X11 ...
0
votes
0answers
198 views

Detect Software input panel close event in Qml TextInput

I think the title itself explains my question. In Qml TextInput, there are functions to open & close software input panel. But is there any ways to detect the close event.? I tried "onAccepted" ...
1
vote
1answer
180 views

LWUIT Virtual Keyboard Events

I'm Using LWUIT I have amount text field and when I click it it brings VKB and display it, then I enter my value and I have added dataChanged to this text field and what I want to do is to disable ...
1
vote
1answer
720 views

wpf passwordbox caret

How do I use a passwordbox control with a virtual keyboard using WPF? With the textbox control, it's fairly simple to just move the caret to the next text position; not so with passwordbox, which ...
1
vote
1answer
171 views

How to pass an AS3 String from an AIR app to an HTML page opened inside an HTML component?

I have build a complete AIR kiosk working full screen and included my own designed&developed virtual keyboard for text input. It finds the current textInput that has focus and adds letters or ...
0
votes
0answers
256 views

virtual keyboard does not apears when on Galaxy Tab?

i'm developing an application in Appcelerator titanium for Galaxy Tab. I have 2 Textfields and 2 buttons on my screen. If orientation is portrait then everything works fine, but when it is landscape ...
1
vote
1answer
520 views

How to auto hide virtual keypad when touch out of editfield?

In android, I can do like that where user can click outside of editview to hide the virtual keyboard. @Override public boolean dispatchTouchEvent(MotionEvent event) { View v = getCurrentFocus(); ...
0
votes
2answers
163 views

Blackberry Webworks: strange behavior when closing the keyboard

when closing the virtual keyboard in blackberry webworks, the page sometimes doesn't use the space of the keyboard anymore, that space is blank. Is there any way to prevent this bug? Any help would ...
2
votes
2answers
709 views

android popupwindow is above virtual keyboard

I have a popup window with an adview appearing at the bottom or my screen. I am doing it this way so the user can click an x to close the ad. When the virtual keyboard comes up when the ...
1
vote
2answers
2k views

How to press ctrl+0 using selenium web driver

I want to send the keys ctrl and zero using selenium web driver APIs I tried the below code but not working Actions action =new Actions(driver); ...
1
vote
1answer
941 views

Selenium ide- how to simulate press keys ctrl-alt-delete to delete cookies?

When you manually press keys Ctrl+Alt+Delete on your keyboard, you delete all cookies. I use Selenium IDE and in my script I would like to automate deleting cookies by simulating pressing ...
0
votes
1answer
107 views

issue in virtual keyboard

i have a script which is for virtual keyboard, i am facing some problem while creating a keys for superscript and subscript.For eg. while i am using <'sup'>3<'/sup'> in my span class it ...
11
votes
4answers
3k views

Buggy ListView makes me sad

I have a ListView where I've defined the layout of each item in a separate XML file. In this file I've included a RatingBar and an EditText. I've programmatically created 7-8 items in this ListView. ...
0
votes
0answers
277 views

Need a multilingual virtual keyboard. Simulating key action using virtual key codes. Unable to generate accented charcacters

I need to make a multilingual virtual keyboard. It should have support for accented characters like â, ƒ etc. Normally we make such characters by pressing alt key, typing a sequence on numpad (e.g. ...

1 2 3