diff options
| author | nickid | 2022-04-02 23:33:32 +0900 |
|---|---|---|
| committer | GitHub | 2022-04-02 16:33:32 +0200 |
| commit | fbf8901bdbe717047f0d333c78d173618f7f0f6d (patch) | |
| tree | 42486b7596d023f504e37fd4643233b74ae0f8ec /srcs/juloo.keyboard2/Config.java | |
| parent | 723c7e9aec1fb5cb2c40514993be9131fbc229ee (diff) | |
| download | unexpected-keyboard-fbf8901bdbe717047f0d333c78d173618f7f0f6d.tar.gz unexpected-keyboard-fbf8901bdbe717047f0d333c78d173618f7f0f6d.zip | |
Add Korean layout (#115)
* Add Korean layout
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
| -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 76aa4e0..ab2d13a 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -206,6 +206,7 @@ final class Config case "bgph1": return R.xml.local_bgph1; case "dvorak": return R.xml.dvorak; case "qwerty_es": return R.xml.qwerty_es; + case "qwerty_ko": return R.xml.qwerty_ko; case "qwerty_lv": return R.xml.qwerty_lv; case "qwerty_pt": return R.xml.qwerty_pt; case "qwerty": return R.xml.qwerty; |
