Installation of the on-screen keyboard on Raspberry Pi OS:
1 |
sudo apt install matchbox–keyboard |
Go to Accessories->Keyboard in the top menu to launch the on-screen software keyboard, or type the following command in a terminal window:
1 |
matchbox–keyboard |
Over SSH, we would need to redirect the display:
1 |
DISPLAY=:0 matchbox–keyboard & |
Update: The matchbox keyboard is pretty poor on the latest Raspberry Pi OS, and can’t be closed easily. A better option is Onboard:
1 |
sudo apt install onboard |
There’s also an icon in the notification bar that allows you to hide or show the keyboard and set preferences. Some of the options will also require GNOME accessibility support and the at-spi2-core package:
1 |
sudo apt install at–spi2–core |
Leave a Reply