diff options
| author | ChristianGynnild | 2022-09-24 11:44:01 +0200 |
|---|---|---|
| committer | GitHub | 2022-09-24 11:44:01 +0200 |
| commit | b0a229889971b8c7939b8fe8a9e79523a03bc128 (patch) | |
| tree | da7b94912cce4355ce5a7311149ed123c00abc8f /srcs | |
| parent | 81f07b427f8039473603b7aa8e10e71a14bcaf52 (diff) | |
| download | unexpected-keyboard-b0a229889971b8c7939b8fe8a9e79523a03bc128.tar.gz unexpected-keyboard-b0a229889971b8c7939b8fe8a9e79523a03bc128.zip | |
Added Norwegian keyboard layout (#202)
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 651ad06..fd226ed 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -257,6 +257,7 @@ final class Config case "qwerty_pt": return R.xml.qwerty_pt; case "qwerty_tr": return R.xml.qwerty_tr; case "qwerty": return R.xml.qwerty; + case "qwerty_no": return R.xml.qwerty_no; case "qwerty_sv_se": return R.xml.qwerty_sv_se; case "qwertz_hu": return R.xml.qwertz_hu; case "qwertz": return R.xml.qwertz; |
