diff options
| author | Jules Aguillon | 2022-02-07 00:55:32 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-07 00:55:32 +0100 |
| commit | 1ff8526d24787427bdaeffae63c88bbe12b031a5 (patch) | |
| tree | 31be5792ff532d4083f223b26fc45931edd51a96 /res/xml/numeric.xml | |
| parent | a76541458d85d982a3863e42392b68711a0668f1 (diff) | |
| download | unexpected-keyboard-1ff8526d24787427bdaeffae63c88bbe12b031a5.tar.gz unexpected-keyboard-1ff8526d24787427bdaeffae63c88bbe12b031a5.zip | |
Define the bottom row separately
Avoid divergences when the bottom row is modified.
Diffstat (limited to 'res/xml/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 334aa35..abd31d8 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<keyboard> +<keyboard bottom_row="false"> <row> <key width="0.75" key0="esc" key2="~" key4="!"/> <key width="0.75" key0="(" key2="[" key4="{"/> |
