diff options
| author | Jules Aguillon | 2025-12-13 22:09:57 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-13 22:09:57 +0100 |
| commit | f834b2a82a54573d9cc52414fa876dfdab66f718 (patch) | |
| tree | 3c8a8df0bb5dc11a105b927fac847652a150aee1 /srcs/layouts/latn_azerty_fr.xml | |
| parent | 498194231f2e87c85403930cd80b2f5a1c77db0c (diff) | |
| download | unexpected-keyboard-f834b2a82a54573d9cc52414fa876dfdab66f718.tar.gz unexpected-keyboard-f834b2a82a54573d9cc52414fa876dfdab66f718.zip | |
AZERTY: Make sure the accents are available (#1140)
Remove the `loc` prefix for important accent dead keys and add ê.
Diffstat (limited to 'srcs/layouts/latn_azerty_fr.xml')
| -rw-r--r-- | srcs/layouts/latn_azerty_fr.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srcs/layouts/latn_azerty_fr.xml b/srcs/layouts/latn_azerty_fr.xml index 70e3a81..c99e6ad 100644 --- a/srcs/layouts/latn_azerty_fr.xml +++ b/srcs/layouts/latn_azerty_fr.xml @@ -17,11 +17,11 @@ <row> <key key0="q" key2="loc tab"/> <key key0="s" key3="loc ß"/> - <key key0="d" key1="loc accent_grave" key2="é" key3="loc accent_aigu"/> + <key key0="d" key1="accent_grave" key2="é" key3="accent_aigu"/> <key key0="f" key3="{" key4="}"/> - <key key0="g" key3="[" key4="]"/> + <key key0="g" key2="ê" key3="[" key4="]"/> <key key0="h" key3="=" key4="+"/> - <key key0="j" key1="loc accent_trema" key2="loc accent_circonflexe" key3="^"/> + <key key0="j" key1="accent_trema" key2="accent_circonflexe" key3="^"/> <key key0="k" key1="è" key2="€" key3="$"/> <key key0="l" key2="%"/> <key key0="m" key3="*"/> |
