diff options
| author | Jules Aguillon | 2022-01-09 12:49:28 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-01-09 12:49:28 +0100 |
| commit | 93e84ba7e9d1edc3bd57272f58f28c4a308bcaf2 (patch) | |
| tree | 3789753935607b43d9f4c717f1f145eff8663be4 /res/xml/azerty.xml | |
| parent | 23e59c6b09fdaecc92ae67ee7c5c2936f161696a (diff) | |
| download | unexpected-keyboard-93e84ba7e9d1edc3bd57272f58f28c4a308bcaf2.tar.gz unexpected-keyboard-93e84ba7e9d1edc3bd57272f58f28c4a308bcaf2.zip | |
Add the German language
Add the 'ß' character on the bottom-left corner of the 's' key, which is
hidden for other languages.
Co-authored-by: Moini <moini@noreply.invalid>
Diffstat (limited to 'res/xml/azerty.xml')
| -rw-r--r-- | res/xml/azerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index ae079f0..a0fb1fd 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -14,7 +14,7 @@ </row> <row> <key key0="q" key1="tab"/> - <key key0="s" key1="accent_ring"/> + <key key0="s" key1="accent_ring" key3="ß"/> <key key0="d" key1="accent_grave" key3="accent_aigu"/> <key key0="f" key3="{" key4="}"/> <key key0="g" key3="[" key4="]"/> |
