Results 1 to 1 of 1

Thread: Onscreen Keyboard Trigger Event?

  1. #1
    Join Date
    Dec 2022
    Beans
    6

    Onscreen Keyboard Trigger Event?

    Edit: This appears to be an issue on X11 only. I am using X11 for a reason so please consider that thanks.

    Hello, I am developing an assistive application that runs on Ubuntu Jammy. I have disabled onscreen keyboard in accessibility. A python/tkinter app that presents two buttons somehow triggers the onscreen keyboard to appear and I have no idea why or how to control it.

    Do you have any recommendations beyond this setting below? I added this to the shell script that runs the python/tkinter app and it still triggers onscreen keyboard when touch is enabled.

    Any other suggestion to keep the onscreen keyboard suppressed? This user and application will never need it.

    gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false



    If removing the onscreen keyboard modules isn't practical what can I add to the shell script or python/tkinter app to suppress it some other way??

    Thanks
    Last edited by j630-io; April 8th, 2023 at 01:47 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •