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
0 answers

Using Linux On Screen Keyboard while on a full-screen tkinter window

I have this tkinter window that is on fullscreen using root.attrib('-fullscreen', TRUE) and its currently running on debian os but I also want to access the on screen keyboard of the linux itself but it keeps on getting under the tkinter window when…
0
votes
0 answers

Onboard Keyboard on Raspberry Pi Lite Kiosk

I am trying to get Onboard keyboard setup on a Raspberry Pi kiosk. I have setup a kiosk to replace Google Nest Hub Max. I basically used this, installed onboard sudo apt-get install onboard, set it up to open on startup by adding onboard & to…
0
votes
0 answers

Trigger Steamdeck OSK without sdk

Is there a easy way to trigger the Steamdeck OSK in Desktop-Mode (for example via bash, dbus,...) without using the Steam SDK on Linux? Like calling some .so-function or Trigger some virtual keypress for Steam+x I expecting a hint or a possibilty to…
goowoo
  • 1
0
votes
1 answer

WPF Textbox focus without showing onscreen keyboard

I have a WPF application that will generally be operated on a touch screen. Numeric entry is via our own dialog that pops up when certain fields are clicked. I don't want the default Windows 10/11 onscreen keyboard to appear when doing so. I can…
Hugoagogo
  • 1,598
  • 16
  • 34
0
votes
0 answers

How can I start a GUI application on the Raspberry PI before logging in?

I have the Raspberry Pi 4. Basically, I get along well and I have a lot of Linux know-how. I know all (startup) concepts like systemd, init.d, autostart and cronjobs. However, I can't manage to start an application (on-screen keyboard) automatically…
unlimited101
  • 3,653
  • 4
  • 22
  • 41
0
votes
0 answers

how change In-app keyboard to system custom keyboard(that can be used in any app on the phone)?

I make a keyboard app with mit app inventor site. I can only use it within my app but I want use it in another applications on the phone, I decompile my app with apk editor studio, what codes should I add and where? should I use inputmethodservice?…
0
votes
1 answer

Angular material arabic on-screen keyboard

I am trying to implement an on-screen keyboard with arabic layout on angular 14 with material design. Is there any npm packages which is easier to get this, I just tried to implement some of the packages but the packages are failed to meet the…
0
votes
1 answer

Tell Android to treat physical enter key the same as the on-screen "Search" key?

I set android:imeOptions="actionSearch" on an EditText. I was testing on the emulator, and pressing the physical enter key did not work as I expected. I thought it would have the same effect as clicking the Search button on the on-screen IME, but it…
Damn Vegetables
  • 11,484
  • 13
  • 80
  • 135
0
votes
1 answer

How to Implement On-Screen Keyboard (OSK) Support with DirectX in Windows 11?

everyone! I've been researching far and wide for this problem but failed to find a solution so I would like to consult with all of you here. I hope you all wouldn't mind. Thank you in advance! Inquiry: We would like to support on-screen keyboard for…
DM Perez
  • 21
  • 5
0
votes
1 answer

How can I make CefSharp.Wpf.HwndHost open the touch keyboard

We've historically used CefSharp.Wpf + Touch keyboard sample to open the tablet keyboard on a WPF Kiosk that wraps CEF Sharp. Since it is using CefSharp.Wpf - we are facing the relatively common GPU rendering issues on certain devices, as well as…
Mitch
  • 21,223
  • 6
  • 63
  • 86
0
votes
1 answer

Onscreen Keyboard Touch Screen popup up with or without focus in Qt WASM

I am working on an application to be deployed as a wasm app and a windows application. we are using a windows 10 OS touch screen tablet and google chrome to access the web app. am using an empty new qt project to demonstrate the problem : The…
0
votes
1 answer

Form values from custom HTML element input field not displaying when using on-screen keyboard

I am trying to get values that I type using an on-screen keyboard into a custom HTML element input field to display. However I am currently getting empty strings. If I use a normal input field then it works fine. Here is a snippet of my code and a…
skydev
  • 1,867
  • 9
  • 37
  • 71
0
votes
1 answer

Submit form using on screen keyboard

I am trying to submit a form using an on screen keyboard but am not sure how to go about this. Essentially I need be able to see the characters that I click on in the on screen keyboard when I click the submit button on my form. I have a directive…
skydev
  • 1,867
  • 9
  • 37
  • 71
0
votes
1 answer

Adding a new CheckBox and a editText views, when the user taps the Done on the keypad in android?

I am new to android development, What i am trying to achieve is, When the user clicks the DONE button via the on-screen keyboard(Soft input method), the existing default editText should turn into a checkBox and also again creating an editText so…
0
votes
1 answer

Can WebView2 currently receive Keyboard inputs

I am trying to create a software in WPF which hosts a browser (WebView2 currently 1.0.818.41) and also show a OnScreenKeyboard when there is a input field focused in the browser. I have done this kind of stuff with CefSharp in WPF before but I…
Bado
  • 71
  • 10