Questions tagged [on-screen-keyboard]

For programming questions about creating or using an on-screen keyboard (a virtual keyboard displayed on the screen), including osk.exe included with Windows.

256 questions
0
votes
1 answer

button that simulates android keyboard input

I have created a Love application but the game requires an on screen keyboard that has arrow keys, is it possible to create buttons on screen like a game pad that simulate keyboard input of keys like the arrow keys or letters?
Micheal Johnson
  • 45
  • 1
  • 1
  • 6
0
votes
1 answer

Windows Store: textbox inside flipview, cannot dismiss SIP keyboard when lost focus

I am using a full-screen flipview to allow a background to rotate behind a set of inputs. if you tap the input textbox, the SIP keyboard appears. however, tapping outside of the textbox does not dismiss the keyboard as expected. I finally realized…
SelAromDotNet
  • 4,715
  • 5
  • 37
  • 59
0
votes
1 answer

Simulate KeyPress with on-screen keyboard for typeahead.js

I'm creating a touch-friendly onscreen keyboard for a mobile prototype. We are not using any default device keyboards, rather a custom, onscreen keyboard (for research reasons this is unavoidable) that fills an input field using the following…
0
votes
1 answer

How to hide the on-screen keyboard when pressed enter/pressed one of google places predictions?

I've created an Android app that uses the Google Places AutoCompleteTextView which successfully lists the predictions. However, when a user has selected the prediction that they are looking for, the keyboard doesn't hide (Same for when a user…
0
votes
1 answer

on-screen keyboards' way of sending keys

Some online games that have game guards like XIGNCODE3 disables the events sent by programs that send automatic key events to their games. But the microsoft's On-screen keyboard doesn't get blocked(also some on-screen keyboards sold in the…
Ceeee
  • 1,392
  • 2
  • 15
  • 32
0
votes
1 answer

SendInput function handled in notepad/wordpad as if CTRL modifier is down

BACKGROUND: I am writing a 32 bit WPF (C#) application which functions as an on-screen keyboard. It publishes the selected key strokes to the focused window as if physical keys had been pressed, exactly as the Microsoft On-Screen Keyboard, OSK.exe…
Julius
  • 735
  • 1
  • 9
  • 25
0
votes
2 answers

How to get selected QTextEdit using on-screen keyboard?

I have to make a GUI for a touch screen software. It's on the same window as the QTextEdit. I was thinking of something simple with a limited set of characters (I also have to make PIN Pads for other windows later). The approach I'm thinking of is…
0
votes
1 answer

iOS 8 Upgrade - Full Screen Mode: Onscreen keyboard flashes briefly on first tap of text field, appears properly on second tap

I have a weird problem on my web app(AngularJS HTML5). Upon upgrading my iPad to iOS8, the onscreen keyboard is behaving weirdly. Upon tapping a text field once, the keyboard (very) briefly flashes and goes away. It is almost impossible to see -…
nikjohn
  • 20,026
  • 14
  • 50
  • 86
0
votes
1 answer

VBA or VBScript - How do I move a window (in this instance OSK.EXE) to a specific set of co-ordinates?

Basically, I have a degree of automation that requires the Onscreen Keyboard app within windows to run. When it runs, I would ideally need it to open within the same set of co-ordinates for any machine that it is run from. Even more ideal, would…
Barkered
  • 67
  • 3
  • 13
0
votes
1 answer

Does apple allow apps with custom keyboards?

This question might be posted before, but I was not sure it was correct in my case. I am making an app in Unity 3D and I want to make an on-screen keyboard (not the phone's default keyboard). This will not cause any problems on Android, but is it…
Andreas
  • 35
  • 1
  • 7
0
votes
2 answers

How to make Windows 8 tablet open the on-screen-keyboard when an input field gets focus?

I am developing an app for a Windows 8.1 tablet (using Java & eclipse RCP). I would like Windows to automatically open the OSK when a text field receives focus and to close it again when the focus is lost. This works for some of the built-in windows…
paul
  • 13,312
  • 23
  • 81
  • 144
0
votes
1 answer

How to change the onscreen button

I looked for the question everywhere on the Internet but can't find the answer. What I found is to hide the whole button tray all together. When the keyboard is down, the button is shown as in the picture. But when the keyboard is showing the icon…
Anas Azeem
  • 2,820
  • 3
  • 24
  • 37
0
votes
1 answer

Disable on-screen keyboard on Windows 7/8

How can I rename a file in a system folder on Windows 7? I tried RequestExecutionLevel admin directive, but it does not work. I cannot rename file even manually - there are no change permissions for Administrators. First you must change file owner,…
0
votes
1 answer

Are physical and programmatic keypresses handled differently by either .NET or the OS

Firstly some background information... I have a C# .NET application that runs on a slate pc i.e. no physical keyboard. We are using the on-screen keyboard built into Windows XP Tablet edition to populate TextBox controls on a form. There is no…
malloc
  • 1
0
votes
1 answer

On screen Keyboard JButton fit text size exactly

I wrote this on screen keyboard that should display a keyboard. my problem is that i want the JButtons fit their size of the labels and not to set fix size for all of the JButtons. for example the numbers on keyboard: "1,2,3...." should get small…
Yuval Levy
  • 2,397
  • 10
  • 44
  • 73