diff options
| author | Ryan Gibb | 2024-02-16 20:09:28 +0000 |
|---|---|---|
| committer | GitHub | 2024-02-16 21:09:28 +0100 |
| commit | 38deb810f94d0e2fea91add4cd53fdd615d19d64 (patch) | |
| tree | 037822ab5c95f3906aa68020b6563a295b1afdbf /res/values | |
| parent | d8beda411dc22b769d95a3fbfe67585f324e402e (diff) | |
| download | unexpected-keyboard-38deb810f94d0e2fea91add4cd53fdd615d19d64.tar.gz unexpected-keyboard-38deb810f94d0e2fea91add4cd53fdd615d19d64.zip | |
Add QWERTY GB layout (#557)
Adapted from latn_qwerty_us
* Make it the default layout for en-GB
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/layouts.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 3e81732..f30dbed 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -32,6 +32,7 @@ <item>latn_qwerty_br</item> <item>latn_qwerty_cz</item> <item>latn_qwerty_es</item> + <item>latn_qwerty_gb</item> <item>latn_qwerty_hu</item> <item>latn_qwerty_lv</item> <item>latn_qwerty_no</item> @@ -82,6 +83,7 @@ <item>QWERTY (Brasileiro)</item> <item>QWERTY (Czech)</item> <item>QWERTY (EspaƱol)</item> + <item>QWERTY (UK)</item> <item>QWERTY (Magyar)</item> <item>QWERTY (Latvian)</item> <item>QWERTY (Norwegian)</item> @@ -132,6 +134,7 @@ <item>@xml/latn_qwerty_br</item> <item>@xml/latn_qwerty_cz</item> <item>@xml/latn_qwerty_es</item> + <item>@xml/latn_qwerty_gb</item> <item>@xml/latn_qwerty_hu</item> <item>@xml/latn_qwerty_lv</item> <item>@xml/latn_qwerty_no</item> |
