Updating entry widget using text from onscreen keyboard in tkinter Updating entry widget using text from onscreen keyboard in tkinter tkinter tkinter

Updating entry widget using text from onscreen keyboard in tkinter


For someone looking for the answer, I found 2 ways of solving this:

First, use subprocess.popen to create seperate threads of UI and the Keyboard. This works fine on onboard keyboard but florence lags

Second method is to run florence in background before opening the app. Then use

florence hideflorence show

to hide or display florence on the events you want to bind.