diff options
| author | Vladimir Chernov | 2022-02-13 15:56:46 +0300 |
|---|---|---|
| committer | GitHub | 2022-02-13 13:56:46 +0100 |
| commit | 4e98ab7515e58a1166acb36dc852166e3876fa56 (patch) | |
| tree | ec9e499cc805a2184d87f5e2cd5e684d90bd0c8c /srcs/juloo.keyboard2 | |
| parent | fda6895dc8a5b2dd7a10dccc68250ba2d5678a07 (diff) | |
| download | unexpected-keyboard-4e98ab7515e58a1166acb36dc852166e3876fa56.tar.gz unexpected-keyboard-4e98ab7515e58a1166acb36dc852166e3876fa56.zip | |
Add Russian layout (#66)
* Add Russian layout
Co-authored-by: Jules Aguillon <jules@j3s.fr>
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 2790cc2..66b9239 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -137,6 +137,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 "ru_jcuken": return R.xml.local_ru_jcuken; case "qwertz": return R.xml.qwertz; case "bgph1": return R.xml.local_bgph1; case "dvorak": return R.xml.dvorak; |
