diff options
| author | AlexandraAlter | 2022-02-06 23:06:49 +0000 |
|---|---|---|
| committer | GitHub | 2022-02-07 00:06:49 +0100 |
| commit | a76541458d85d982a3863e42392b68711a0668f1 (patch) | |
| tree | 2b7cc4f8a5dc778f3aac7097466cb2a6e3a22741 /srcs | |
| parent | d014a7dd8c3963dd287aa4d09e4ee8a83278d45d (diff) | |
| download | unexpected-keyboard-a76541458d85d982a3863e42392b68711a0668f1.tar.gz unexpected-keyboard-a76541458d85d982a3863e42392b68711a0668f1.zip | |
Dvorak layout (#16)
Diffstat (limited to 'srcs')
| -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 427028d..2790cc2 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -139,6 +139,7 @@ final class Config case "qwerty_lv": return R.xml.qwerty_lv; case "qwertz": return R.xml.qwertz; case "bgph1": return R.xml.local_bgph1; + case "dvorak": return R.xml.dvorak; case "system": default: return -1; } } |
