diff options
| author | Jules Aguillon | 2023-06-24 23:43:51 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-06-24 23:46:14 +0200 |
| commit | f1a8e7c04cc73838903281733d06727901bcd394 (patch) | |
| tree | e268d155dad0eb40eb4e6b72ce1a5986b8ee04f6 /res/xml/bone.xml | |
| parent | 9bcfec8bd1c1662b250c0a313505aa6e0bc06383 (diff) | |
| download | unexpected-keyboard-f1a8e7c04cc73838903281733d06727901bcd394.tar.gz unexpected-keyboard-f1a8e7c04cc73838903281733d06727901bcd394.zip | |
Specify the script of every layouts and locales
This new information will avoid showing é on a cyrillic layout and ґ on
a latin layout.
Diffstat (limited to 'res/xml/bone.xml')
| -rw-r--r-- | res/xml/bone.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/bone.xml b/res/xml/bone.xml index 692ccb1..612290c 100644 --- a/res/xml/bone.xml +++ b/res/xml/bone.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<keyboard bottom_row="false"> +<keyboard bottom_row="false" script="latin"> <row> <key key0="j" key2="esc" key4="…"/> <key key0="d" key2="°" key4="_"/> |
