diff options
| author | Edgars | 2022-01-19 10:44:50 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-01-29 17:56:25 +0100 |
| commit | 88e21758bc9a4c80b7d66eae01deef34b9dd3c3f (patch) | |
| tree | 818b4c06593d98a350fb06a5c37c84695f671539 /res/values | |
| parent | e031de6b57fcfbe0658e4953f80232b8e46a5f89 (diff) | |
| download | unexpected-keyboard-88e21758bc9a4c80b7d66eae01deef34b9dd3c3f.tar.gz unexpected-keyboard-88e21758bc9a4c80b7d66eae01deef34b9dd3c3f.zip | |
Add Latvian specific QWERTY layout
A customised Latvian specific QWERTY layout (QWERTY (Latvian)) was added
to access all Latvian diacritic characters with a swipe.
Additionally caron, cedille and macron accents were enabled for this
layout.
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 451cbbc..bce6521 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -4,12 +4,14 @@ <item>system</item> <item>azerty</item> <item>qwerty</item> + <item>qwerty_lv</item> <item>qwertz</item> </string-array> <string-array name="pref_layout_entries"> <item>@string/pref_layout_e_system</item> <item>AZERTY</item> <item>QWERTY</item> + <item>QWERTY (Latvian)</item> <item>QWERTZ</item> </string-array> <string-array name="pref_accents_entries"> |
