diff options
| author | Jules Aguillon | 2022-02-19 21:48:48 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-19 21:48:48 +0100 |
| commit | 632a9ac590b92a52afe57f1f0aaaa919f9dcebdc (patch) | |
| tree | 71198a17703808e738456652fa820c8bcbdf31c1 /srcs/juloo.keyboard2/Keyboard2.java | |
| parent | d73be58c1a49fdbea2cc374edfe893f63424c89d (diff) | |
| download | unexpected-keyboard-632a9ac590b92a52afe57f1f0aaaa919f9dcebdc.tar.gz unexpected-keyboard-632a9ac590b92a52afe57f1f0aaaa919f9dcebdc.zip | |
Localize € and £
Show these characters only for users that have the corresponding locale
installed (a supported eu language for €, en-GB for £).
Add these characters to most layouts.
Diffstat (limited to 'srcs/juloo.keyboard2/Keyboard2.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Keyboard2.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Keyboard2.java b/srcs/juloo.keyboard2/Keyboard2.java index 7f02ea7..0ce3af8 100644 --- a/srcs/juloo.keyboard2/Keyboard2.java +++ b/srcs/juloo.keyboard2/Keyboard2.java @@ -64,6 +64,8 @@ public class Keyboard2 extends InputMethodService String s = subtype.getExtraValueOf("default_layout"); if (s != null) l = Config.layoutId_of_string(s); + else + l = R.xml.qwerty; } _currentTextLayout = l; } |
