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 /srcs/juloo.keyboard2 | |
| 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 'srcs/juloo.keyboard2')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index 6834733..e730986 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -110,6 +110,7 @@ final class Config { case "azerty": return R.xml.azerty; case "qwerty": return R.xml.qwerty; + case "qwerty_lv": return R.xml.qwerty_lv; case "qwertz": return R.xml.qwertz; case "system": default: return -1; } |
