diff options
| author | Jules Aguillon | 2023-06-25 15:52:24 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-06-25 15:52:24 +0200 |
| commit | 8ba82d2555342f6cf5e14d19c1d7bcadf46ab604 (patch) | |
| tree | 71495d1ab9cacbeffe8f8cf6abc069765ba2a54d /res/xml/latn_neo2.xml | |
| parent | f36864533c33f8f1986db150987e354c59c7482b (diff) | |
| download | unexpected-keyboard-8ba82d2555342f6cf5e14d19c1d7bcadf46ab604.tar.gz unexpected-keyboard-8ba82d2555342f6cf5e14d19c1d7bcadf46ab604.zip | |
Generate layouts arrays used in settings
`gen_layouts.py` lists the layouts in `res/xml` and generate the
`pref_layout_values` and `pref_layout_entries` arrays into
`res/values/layouts.xml`.
These arrays are hard to maintain as the order has to match, which is
fragile.
This relies on every layouts having a `name` attribute.
Diffstat (limited to 'res/xml/latn_neo2.xml')
| -rw-r--r-- | res/xml/latn_neo2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/latn_neo2.xml b/res/xml/latn_neo2.xml index 6f20f38..939e131 100644 --- a/res/xml/latn_neo2.xml +++ b/res/xml/latn_neo2.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- https://neo-layout.org/Layouts/neo/ --> -<keyboard bottom_row="false" script="latin"> +<keyboard name="Neo 2" bottom_row="false" script="latin"> <row> <key key0="x" key1="°" key2="1" key4="…"/> <key key0="v" key1="§" key2="2" key4="_"/> |
