For programming questions about creating or using an on-screen keyboard (a virtual keyboard displayed on the screen), including osk.exe included with Windows.
Questions tagged [on-screen-keyboard]
256 questions
1
vote
0 answers
Problems with the properties OSK.EXE (On Screen KeyBoard) +POWERSHELL +REGEDIT
as the title indicates I need help with the on-screen keyboard properties.
I have to configure a script, which I will deploy through SCCM in 30 terminals, and I need to make the keyboard go on screen as soon as I start the pc.
I have already solved…

r.jara
- 11
- 1
1
vote
0 answers
Electron full screen - part of screen "missing" when on-screen keyboard is hidden on MS Surface
We have an electron app which is executed full-screen on Microsoft Surface Pro (W10). Most of the time when the on-screen keyboard is hidden everything works well, the electron app takes again 100% of the height. However, sometimes a white area is…

Ralf Jahr
- 312
- 2
- 18
1
vote
1 answer
How to scroll focused component in to view on showing On-screen keyboard in React JS?
I have already got the expected behaviour. But not at all times. Sometimes the focused component is hidden behind the on-screen keyboard. I have fixed it by using scrollIntoView and setTimeout. This will help if the focused component is not scrolled…

Niyas Nazar
- 1,073
- 13
- 20
1
vote
2 answers
How to enable On-Screen keyboard in samsung galaxy tab emulator in landscape mode?
I'm facing a problem with the on-screen keyboard in the Samsung Galaxy tab emulator. The on-screen keyboard doesn't show up in landscape mode though it started showing in portrait mode after I enabled "sample soft keyboard" in Language & Keyboard…

sattu
- 102
- 1
- 1
- 7
1
vote
1 answer
cannot find osk.exe
I'm trying to launch the on screen keyboard with c#. I need it to launch on a 32 bit machine. I'm running win 10. Thus far I've…

Mason White
- 95
- 2
- 10
1
vote
1 answer
Is there a way for c# to dock onscreen keyboard of windows 10?
You can open the Windows 10 on-screen keyboard from C# code using:
System.Diagnostics.Process.Start("osk.exe");
Is there a way in C# to dock this keyboard to the bottom of the screen when opened?
I need to create the same effect that 'dock' button…

salveiro
- 419
- 1
- 5
- 13
1
vote
1 answer
HTML input not readonly without mobile keyboard
I am developing an on-screen keyboard. I want to disable keyboards of mobile devices while the osk is open. One way is to make input read-only, so that focusing on it not opening the keyboard. But using that solution, the user can't change cursor…

ConductedClever
- 4,175
- 2
- 35
- 69
1
vote
1 answer
Flutter: How to show onscreen keyboard without android's bottom navigation bar on focusing a textfield?
If you focus a TextField the system overlays will accompany the onscreen keyboard despite calling SystemChrome.setEnabledSystemUIOverlays([]) before and immediately after the focus change happened. Any way to change that?
For Clarity: I am referring…

footurist
- 1,509
- 2
- 16
- 23
1
vote
0 answers
pyautogui.click() doesn't work on another program
Actually, I have written a code where I've an application such that I've to click the on-screen keyboard using this pyautogui.click(button='left'). But it is not working on on-screen keyboard. I'll be pleased to have your precious opinion. Thanks in…

Md. Tariqul Islam
- 23
- 1
- 7
1
vote
0 answers
ApplicationViewWindowingMode.FullScreen cause delay for on-screen keyboard on UWP
I am developing a UWP app and I have an issue with the On-Screen keyboard when I set the app in FullScreen mode.
The problem is super easy to reproduce. You just need to place any text input control in your document, then set the app in FullScreen…

ClaudiaWey
- 167
- 9
1
vote
0 answers
UWP WebView app, On-Screen keybaord would blink after a while of usage
We have an app, that hosts a WebView which navigates to a website with forms/text fields. The app works on assigned access mode. The app works fine for couple of hours, but after a while it starts to blink and show white box
You can have a look at…

Ateik
- 2,458
- 4
- 39
- 59
1
vote
0 answers
Need options to keep input fields visible in java on windows 10 using OSK
Have a tablet-based Java (JavaFX) app on a windows-10 platform that must interact with the built-in OSK (since it cannot be disabled in windows-10 and need to preserve the ability for user to use an OSK with other apps).
The goal is to ensure that…

Ian Frisbie
- 63
- 8
1
vote
1 answer
"Hide" text box from automatic Win10 keyboard showing
My goal is to show Windows 10 on-screen keyboard when user clicks on text box.
Windows 10 has option to show its on-screen keyboard automatically, even outside of Tablet mode, if specific option is enabled in settings.
However, it seems this logic…

lentinant
- 792
- 1
- 10
- 36
1
vote
0 answers
On Screen Keyboard not working in Custom Shell, Windows 10 Pro 1709 and 1803
We are using the On Screen Keyboard in Windows 10 Pro for our Custom Shell application.
Since release 1607 and for 1703 the registry setting "EnableDesktopModeAutoInvoke" in "HKCU\SOFTWARE\Microsoft\TabletTip\1.7" set to DWORD=1 has provided the On…

CL-81-Tick
- 11
- 1
1
vote
0 answers
Is it possible to detect Windows on screen keyboard?
Context: our desktop application is used predominantly by users with significant access issues and therefore some of them use the Windows on screen keyboard. One bit of feedback we've had is that the software is awkward to use with the OSK as too…

Stuart Whitehouse
- 1,421
- 18
- 30