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 /res/xml/qwerty.xml | |
| 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 'res/xml/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 47e1078..ffd7ed7 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -3,7 +3,7 @@ <row> <key key0="q" key1="esc" key2="1" key3="~" key4="!"/> <key key0="w" key2="2" key3="\@"/> - <key key0="e" key2="3" key3="\#"/> + <key key0="e" key2="3" key3="\#" key4="€"/> <key key0="r" key2="4" key3="$"/> <key key0="t" key2="5" key3="%"/> <key key0="y" key2="6" key3="^"/> @@ -15,7 +15,7 @@ <row> <key shift="0.5" key0="a" key1="tab" key2="`"/> <key key0="s" key1="accent_ring" key3="ß"/> - <key key0="d" key1="accent_grave" key3="accent_aigu"/> + <key key0="d" key1="accent_grave" key2="£" key3="accent_aigu"/> <key key0="f"/> <key key0="g" key1="accent_caron" key2="-" key3="_"/> <key key0="h" key2="=" key3="+"/> |
