Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3535

Raspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard

$
0
0
Hi everybody, found a different solution I wanted to share: I wanted a Switch ON, Switch OFF mode as I access my pi from different devices using raspberry connect. Here's what I did:
1. Enabled Squeekboard from

Code:

raspi-config
("Enabled always") in order to check if the keyboard itself is working.
2. Created two scripts in ".local/bin" called "squeek-enable" and "squeek-disable". Command for enabling the board is:

Code:

sudo raspi-config nonint do_squeekboard S1
and for disabling:

Code:

sudo raspi-config nonint do_squeekboard S2
. Made them executable with

Code:

chmod +x squeek-enable
3. Added two shortcuts to the menu using "Settings/Main Menu Editor" with the commands "squeek-enable" and "squeek-disable". I used two icons appended to this post.
4. Added the shortcuts to the launcher. Result is shown below:
KeyboardOFF32.png
KeyboardON32.png

bild-beispiel.jpg

Statistics: Posted by carsten.engelke — Sun Dec 21, 2025 8:30 pm



Viewing all articles
Browse latest Browse all 3535

Trending Articles