doc/layouts.md: Update recommended settings for creating layouts

so that those work correctly,
after the changes to the scaling-algorithm for 1.42.0.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/699>
This commit is contained in:
MoonlightWave-12
2024-11-05 20:59:31 +01:00
parent dfb9a9c686
commit 19598a9065

View File

@ -50,6 +50,9 @@ For testing the basic/compact shape:
```sh ```sh
[output:WL-1] [output:WL-1]
mode = 360x720 mode = 360x720
phys_width = 60
phys_height = 120
scale = 1.00
``` ```
For testing the wide shape: For testing the wide shape:
@ -57,8 +60,10 @@ For testing the wide shape:
```sh ```sh
[output:WL-1] [output:WL-1]
mode = 1280x800 mode = 1280x800
phys_width = 104
phys_height = 65
scale = 1.00
``` ```
Make sure there is no `phys_height` or `phys_width` set.
### Layout-stretching ### Layout-stretching