How to use Terminal to Enable On-Screen Keyboard on Ubuntu In Linux

Enable On screen Keyboard

To enable On-screen keyboard on Ubuntu using Terminal simply run the following command in Ubuntu Terminal.

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

Here we are utilizing the gsettings command to interact with dconf configuration system where desktop settings are stored. After we specified the path for keyboard under accessibility we have set it true which means enable.

After you click Enter this will automatically show the On screen keyboard to enter inputs in terminal.

Disable On screen Keyboard

To disable the On screen keyboard using Terminal, use the following command.

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

Here also we are utilizing the same command but changed the option from true to false.

How to Enable the On-Screen Keyboard on Ubuntu

Ubuntu is a popular open sourced Linux distribution. It is a preferred choice for beginners as well as Technology enthusiasts. An on screen keyboard is a useful feature in Ubuntu in case there is any failure in the physical keyboard, or there is no physical keyboard attached. However, users can choose to use On-screen keyboard with a physical keyboard. For touchscreen devices running on Ubuntu, On-screen keyboard is auto enabled. On Screen keyboards can be utilized as an ease of access tool where you can navigate the whole system using just a Mouse. In this article, we will be exploring how we can enable the On-screen keyboard on Ubuntu.

Similar Reads

Steps to Enable On-screen Keyboard on Ubuntu

In this article, we will be discussing multiple ways to enable the On-screen keyboard for the Ubuntu OS....

Using Ubuntu Settings to Enable On-Screen Keyboard

Step 1: To start with enabling the On-screen keyboard, we need to go to the settings menu on Ubuntu. To open settings click on the top right corner on home screen to open Quick access menu....

Using Terminal to Enable On-Screen Keyboard on Ubuntu

Enable On screen Keyboard...

Making the On screen keyboard better

If you have observed carefully the on screen keyboard in Ubuntu is not very user friendly and can be found slow for certain times. Also the layout doesn’t contains few buttons like arrow buttons to provide user a better usability. But the good thing is that we are in Ubuntu and like any other features of Ubuntu this can be customized. Following are the steps provided to make the On screen keyboard in Ubuntu better looking and more useful....

FAQs on How to Enable the On-screen Keyboard on Ubuntu

What is on-screen keyboard in Ubuntu ?...

Conclusion

On screen keyboard is a better alternative if you have a touch screen Ubuntu device or there are issues with your physical keyboard. You can observe from the ways given that, we can turn on the On screen keyboard using settings or using the Terminal. However the pre-built Gnome keyboard in Ubuntu lags in certain features and we can improve the keyboard using third-party Gnome application extensions....

Contact Us