Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 2.32 KB

install_virtual_keyboard.rst

File metadata and controls

66 lines (36 loc) · 2.32 KB

Note

Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.

Why Join?

  • Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
  • Learn & Share: Exchange tips and tutorials to enhance your skills.
  • Exclusive Previews: Get early access to new product announcements and sneak peeks.
  • Special Discounts: Enjoy exclusive discounts on our newest products.
  • Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.

👉 Ready to explore and create with us? Click [|link_sf_facebook|] and join today!

Install Virtual Keyboard

When you use a touch panel, you can connect an external keyboard to help you do a text input operation, but it is best to install a virtual keyboard.

Install the required software with the following command.

sudo apt install onboard -y
sudo apt install at-spi2-core

In order to make the virtual keyboard have a better effect, you need to do further settings.

Click the Raspberry Pi icon in the upper left corner and select Preferences -> Onboard Settings.

img/onboard.png

In the General option, check the following 2 items. When you check Automatically display when editing text, you will be prompted to reboot, you can reboot after all settings are complete.

img/keyboard1.png

In the Window option, check Dock to screen edge.

img/keyboard2.png

And in Auto-show option, check Auto-show when editing text again.

img/keyboard3.png

The next 2 items are optional, the ones checked in the picture are recommended by us, you can also check other ones.

In Layout option, Small is recommanded.

img/keyboard4.png

In Theme option, DarkRoom is recommanded.

img/keyboard5.png

After the setting is complete, restart the Raspberry Pi. Every time you restart this screen, you need to click General Access -> Onboard to enable the virtual keyboard.

img/enable_onboard.png

Now you can use this keyboard to edit your files or codes.

img/keyboard6.png