diff options
| author | PtitGNU | 2024-12-04 23:58:31 +0100 |
|---|---|---|
| committer | GitHub | 2024-12-04 23:58:31 +0100 |
| commit | bd49ff5432f5bbe7dd525da11dacef90fd2e7f6f (patch) | |
| tree | f463004858a45be1f8cc369c8255d1aeb1aee4ca | |
| parent | ae323affca5e064b8e1a01deeca5a857b651dbd4 (diff) | |
| download | unexpected-keyboard-bd49ff5432f5bbe7dd525da11dacef90fd2e7f6f.tar.gz unexpected-keyboard-bd49ff5432f5bbe7dd525da11dacef90fd2e7f6f.zip | |
Add Belgian layout (#780)
| -rw-r--r-- | check_layout.output | 2 | ||||
| -rw-r--r-- | res/values/layouts.xml | 3 | ||||
| -rw-r--r-- | srcs/layouts/latn_azerty_be.xml | 38 |
3 files changed, 43 insertions, 0 deletions
diff --git a/check_layout.output b/check_layout.output index c7c93e3..a94928c 100644 --- a/check_layout.output +++ b/check_layout.output @@ -73,6 +73,8 @@ Layout includes some ASCII punctuation but not all, missing: (, ), <, >, [, ], { # hebr_2_il Layout includes some ASCII punctuation but not all, missing: (, ), <, >, [, ], {, } 1 warnings +# latn_azerty_be +0 warnings # latn_azerty_fr 0 warnings # latn_bepo_fr diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 6eaf56d..13a858a 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -30,6 +30,7 @@ <item>hang_dubeolsik_kr</item> <item>hebr_1_il</item> <item>hebr_2_il</item> + <item>latn_azerty_be</item> <item>latn_azerty_fr</item> <item>latn_bepo_fr</item> <item>latn_bone</item> @@ -91,6 +92,7 @@ <item>두벌식 (Korean)</item> <item>Hebrew 1</item> <item>Hebrew 2</item> + <item>AZERTY (Belgian)</item> <item>AZERTY (Français)</item> <item>BEPO (Français)</item> <item>Bone</item> @@ -152,6 +154,7 @@ <item>@xml/hang_dubeolsik_kr</item> <item>@xml/hebr_1_il</item> <item>@xml/hebr_2_il</item> + <item>@xml/latn_azerty_be</item> <item>@xml/latn_azerty_fr</item> <item>@xml/latn_bepo_fr</item> <item>@xml/latn_bone</item> diff --git a/srcs/layouts/latn_azerty_be.xml b/srcs/layouts/latn_azerty_be.xml new file mode 100644 index 0000000..cdb2767 --- /dev/null +++ b/srcs/layouts/latn_azerty_be.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Adapted from Belgian AZERTY --> +<keyboard name="AZERTY (Belgian)" script="latin"> + <row> + <key key0="a" key2="1" key4="loc esc"/> + <key key0="z" key1="|" key2="2" key3="&" key4="\@"/> + <key key0="e" key2="3" key3=""" key4="\#"/> + <key key0="r" key2="4" key3="'"/> + <key key0="t" key2="5" key3="(" key4=")"/> + <key key0="y" key2="6" key3="§" key4="^"/> + <key key0="u" key2="7" key3="{" key4="}"/> + <key key0="i" key2="8" key3="!" key4="ç"/> + <key key0="o" key2="9" key3="à"/> + <key key0="p" key2="0" key3="-" key1="_"/> + </row> + <row> + <key key0="q" key2="loc tab"/> + <key key0="s" key2="ß"/> + <key key0="d" key2="é"/> + <key key0="f" key1="~"/> + <key key0="g"/> + <key key0="h" key1="[" key2="]"/> + <key key0="j" key1="è" key2="accent_trema" key3="accent_circonflexe"/> + <key key0="k" key1="€" key2="*" key3="$"/> + <key key0="l" key2="%" key3="ù"/> + <key key0="m" key1="£" key3="µ"/> + </row> + <row> + <key width="2.0" key0="shift" key2="loc capslock"/> + <key key0="w" key1="\\" key2="`" key3="<" key4=">"/> + <key key0="x" key1="loc †"/> + <key key0="c" key2="\?" key3=","/> + <key key0="v" key2="." key3=";"/> + <key key0="b" key2="/" key3=":"/> + <key key0="n" key2="+" key3="="/> + <key width="2.0" key0="backspace" key2="delete"/> + </row> +</keyboard> |
