<div dir="ltr">Package: Gnome-Shell<div><br></div><div>I want to email a correction to the on screen keyboard issue we have been having. We are able to deactivate and turn off the gnome onscreen keyboard on NON touchscreen devices and it works fine. We do it with this command</div><div><br></div><div><pre style="white-space:pre-wrap;background:none 0% 0%/auto repeat scroll padding-box border-box rgb(242,242,242);margin-bottom:1rem;font-family:"Noto Mono",Menlo,Monaco,Consolas,monospace;border-color:rgb(228,228,228);border-style:solid;border-width:0.8px;border-radius:4px;padding:1rem 1.4rem;font-size:0.9em;max-width:100%;overflow:auto;color:rgb(42,60,66)">gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled false</pre></div><div><br></div><div>This command does deactivate and turn the Gnome onscreen keyboard off on NON touch screen devices, but it does not turn off the Gnome Onscreen Keyboard on touchscreen devices. I think it is possible that it is hardcoded for the Gnome Onscreen Keyboard to start showing up automatically on touchscreen devices when the user clicks on text fields and such. Here are the lines of code I possibly see that in:</div><div><br></div><div><p style="margin-bottom:1rem;color:rgb(42,60,66);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;font-size:14px"><a href="https://github.com/GNOME/gnome-shell/blob/93c476ef4b6bc670987a11ecb5acbcbfada5b036/js/ui/keyboard.js#L1089" target="_blank">https://github.com/GNOME/gnome-shell/blob/93c476ef4b6bc670987a11ecb5acbcbfada5b036/js/ui/keyboard.js#L1089</a></p><p style="margin-bottom:1rem;color:rgb(42,60,66);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;font-size:14px"><a href="https://github.com/GNOME/gnome-shell/blob/93c476ef4b6bc670987a11ecb5acbcbfada5b036/js/ui/keyboard.js#L1099" target="_blank">https://github.com/GNOME/gnome-shell/blob/93c476ef4b6bc670987a11ecb5acbcbfada5b036/js/ui/keyboard.js#L1099</a></p><p style="margin-bottom:1rem;color:rgb(42,60,66);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;font-size:14px">I just wanted to email this correction. Thank you for your time</p></div></div>