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/qwerty_vi.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/qwerty_vi.xml')
| -rw-r--r-- | res/xml/qwerty_vi.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/qwerty_vi.xml b/res/xml/qwerty_vi.xml index e61f1f7..1e3a64a 100644 --- a/res/xml/qwerty_vi.xml +++ b/res/xml/qwerty_vi.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<keyboard> +<keyboard script="latin"> <row> <key key0="q" key1="~" key2="1" key3="`" key4="esc"/> <key key0="w" key1="accent_horn" key2="2" key3="\@"/> |
