osk-layouts: Use AZERTY in Belgian layout

The regular `be` layout uses AZERTY like `fr`, so it makes sense
to follow that in the on-screen layout instead of copying the
Dutch layout.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2336>
This commit is contained in:
Evert Provoost 2022-06-15 21:45:33 +00:00 committed by Marge Bot
parent 4fd2719dc5
commit 47a499bdc4

View File

@ -6,10 +6,18 @@
"rows": [
[
[
"q"
"a",
"á",
"ä",
"â",
"à",
"æ",
"ã",
"å",
"ā"
],
[
"w"
"z"
],
[
"e",
@ -29,6 +37,7 @@
],
[
"y",
"ÿ",
"ij"
],
[
@ -66,18 +75,11 @@
],
[
[
"a",
"á",
"ä",
"â",
"à",
"æ",
"ã",
"å",
"ā"
"q"
],
[
"s"
"s",
"ß"
],
[
"d"
@ -99,17 +101,23 @@
],
[
"l"
],
[
"m"
]
],
[
[
"z"
"w"
],
[
"x"
],
[
"c"
"c",
"ç",
"ć",
"č"
],
[
"v"
@ -123,7 +131,11 @@
"ń"
],
[
"m"
"'",
"",
"",
"",
""
]
],
[
@ -153,10 +165,18 @@
"rows": [
[
[
"Q"
"A",
"Á",
"Ä",
"Â",
"À",
"Æ",
"Ã",
"Å",
"Ā"
],
[
"W"
"Z"
],
[
"E",
@ -176,6 +196,7 @@
],
[
"Y",
"Ÿ",
"IJ"
],
[
@ -213,18 +234,11 @@
],
[
[
"A",
"Á",
"Ä",
"Â",
"À",
"Æ",
"Ã",
"Å",
"Ā"
"Q"
],
[
"S"
"S",
"ẞ"
],
[
"D"
@ -246,17 +260,23 @@
],
[
"L"
],
[
"M"
]
],
[
[
"Z"
"W"
],
[
"X"
],
[
"C"
"C",
"Ç",
"Ć",
"Č"
],
[
"V"
@ -270,7 +290,11 @@
"Ń"
],
[
"M"
"'",
"",
"",
"",
""
]
],
[
@ -581,4 +605,4 @@
],
"locale": "nl-BE",
"name": "Dutch (Belgium)"
}
}