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