diff options
| author | Jules Aguillon | 2022-05-08 17:35:24 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-05-08 17:35:24 +0200 |
| commit | eb42943327745def9ec1676fb93092af30083421 (patch) | |
| tree | 63e6a830f6289c977dc28ba0df33283f7949fa00 /res/xml/azerty.xml | |
| parent | 121a2ba76f8c24e7545cc04fd915c43ad372970c (diff) | |
| download | unexpected-keyboard-eb42943327745def9ec1676fb93092af30083421.tar.gz unexpected-keyboard-eb42943327745def9ec1676fb93092af30083421.zip | |
Specify localized keys in each layouts
Each layouts can chose which key are localized instead of specifying it
globally for each key.
Important keys are no longer removed from layouts if the 'extra_keys'
mechanism is not working properly. This can happen if language tags
specified in method.xml don't match the user's language.
Removed some currency symbols from some layouts. They are all in the Fn
layer.
Diffstat (limited to 'res/xml/azerty.xml')
| -rw-r--r-- | res/xml/azerty.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index c081d56..0e3f073 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -14,13 +14,13 @@ </row> <row> <key key0="q" key2="tab"/> - <key key0="s" key1="accent_ring" key3="ß"/> + <key key0="s" key1="loc accent_ring" key3="loc ß"/> <key key0="d" key1="accent_grave" key3="accent_aigu"/> <key key0="f" key3="{" key4="}"/> <key key0="g" key3="[" key4="]"/> <key key0="h" key3="=" key4="+"/> <key key0="j" key1="accent_trema" key2="accent_circonflexe" key3="^"/> - <key key0="k" key2="€" key3="$" key4="£"/> + <key key0="k" key2="€" key3="$"/> <key key0="l" key2="%"/> <key key0="m" key3="*"/> </row> @@ -31,7 +31,7 @@ <key key0="c" key1="accent_cedille" key3="," key4="\?"/> <key key0="v" key3=";" key4="."/> <key key0="b" key3=":" key4="/"/> - <key key0="n" key1="accent_tilde" key2="§" key4="!"/> + <key key0="n" key1="loc accent_tilde" key2="§" key4="!"/> <key width="2.0" key0="backspace" key2="delete"/> </row> </keyboard> |
