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/colemak.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/colemak.xml')
| -rw-r--r-- | res/xml/colemak.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/colemak.xml b/res/xml/colemak.xml index 6e968c9..4bac3ff 100644 --- a/res/xml/colemak.xml +++ b/res/xml/colemak.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<keyboard> +<keyboard script="latin"> <row> <key key0="q" key1="esc" key2="loc accent_aigu" key3="loc accent_tilde" shift="0.5"/> <key key0="w" key1="loc accent_grave" key2=" ́" key3="~" /> |
