README.md: Improve the information about using the settings

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/680>
This commit is contained in:
MoonlightWave-12
2024-09-23 14:40:06 +02:00
parent 48e13dce0a
commit b74d8aa173

View File

@ -100,14 +100,21 @@ It's strongly recommended to support:
Settings
--------
To see a list of available settings, use the following command:
You can change the height of the panel for the keyboard with:
```sh
$ gsettings list-keys sm.puri.Squeekboard
$ gsettings set sm.puri.Squeekboard scale-in-horizontal-screen-orientation 1.0
$ gsettings set sm.puri.Squeekboard scale-in-vertical-screen-orientation 1.0
```
Note: If the keyboard is open when the settings for the panel-height are changed, the height of the keyboard will not change until it is opened again, or the layout is changed.
While using Phosh, one can long-click/long-tap the home-bar at the bottom, to open and close the keyboard.
While using Phosh, you can long-click/long-tap the home-bar at the bottom, to open and close the keyboard.
To reset the settings to the default, you can use:
```sh
$ gsettings reset-recursively sm.puri.Squeekboard
```
Developing
----------