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 ("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: and for disabling: . Made them executable with 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:
1. Enabled Squeekboard from
Code:
raspi-config2. 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 S1Code:
sudo raspi-config nonint do_squeekboard S2Code:
chmod +x squeek-enable4. Added the shortcuts to the launcher. Result is shown below:
Statistics: Posted by carsten.engelke — Sun Dec 21, 2025 8:30 pm