diff options
| author | matthiakl | 2022-04-24 19:58:33 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-24 19:58:33 +0200 |
| commit | e52e537fd717bb27536a7e467d309fbf8ed958f9 (patch) | |
| tree | 8addef75c277a700b56b4ec4e91447fdc1219a6d /srcs/juloo.keyboard2 | |
| parent | 2900e8d197ec1f27eec986a59e608a33ba0fcc16 (diff) | |
| download | unexpected-keyboard-e52e537fd717bb27536a7e467d309fbf8ed958f9.tar.gz unexpected-keyboard-e52e537fd717bb27536a7e467d309fbf8ed958f9.zip | |
Added neo 2 layout (#125)
* Added neo 2 layout
* Move accents away from screen edge into second row
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 4022394..f6e40dc 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -227,6 +227,7 @@ final class Config case "qwerty_sv_se": return R.xml.qwerty_sv_se; case "qwertz": return R.xml.qwertz; case "ru_jcuken": return R.xml.local_ru_jcuken; + case "neo2": return R.xml.neo2; default: return R.xml.qwerty; // The config might store an invalid layout, don't crash } } |
