0

I am trying to make an on screen keyboard with Kivy, and I need a recommendation for how to go about it. I need to find out how to have the field that I want to type into focused, and have my Kivy window still functional. My code currently only generates the keyboard structure. Pressing on the key does nothing.

I have tried some of the win32 libraries, but I did not understand them very well.

Now, if I select the field I want and press a button on the keyboard, the Kivy window is now in focus so the letter doesn't go to the field.

Any help would be appreciated!

SomeMosa
  • 413
  • 5
  • 28
  • Any code would be appreciated! – furas Apr 08 '19 at 00:12
  • What code would you like to see? – SomeMosa Apr 08 '19 at 00:12
  • @Pokechu48: Instead of creating your own keyboard, you could use [Kivy VKeyboard](https://kivy.org/doc/stable/api-kivy.uix.vkeyboard.html) – ikolim Apr 08 '19 at 18:54
  • I have tried using that, but it is not what I want. I want to create an application such as the Windows On-Screen Keyboard. – SomeMosa Apr 08 '19 at 19:21
  • @Pokechu48: Could you please provide minimal code, screen print(s), and steps to recreate the problem(s). Thank you. – ikolim Apr 09 '19 at 19:20
  • What code do you want to see? Currently the code only places the buttons. When a button is clicked, it simply prints the letter of the key. I am just wondering how I can type a letter into a different application, such as a web browser – SomeMosa Apr 09 '19 at 20:03

0 Answers0