[gnome-shell/gnome-42] osk-layouts: Use AZERTY in Belgian layout



commit 7bfbd143751c2a48b78737965941f3250c9a84b2
Author: Evert Provoost <evert elecprog com>
Date:   Wed Jun 15 21:45:33 2022 +0000

    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>
    (cherry picked from commit 47a499bdc4c18d787c9a5d1829365f94d373bff6)

 data/osk-layouts/be.json | 86 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 55 insertions(+), 31 deletions(-)
---
diff --git a/data/osk-layouts/be.json b/data/osk-layouts/be.json
index 242791623b..7406463e3b 100644
--- a/data/osk-layouts/be.json
+++ b/data/osk-layouts/be.json
@@ -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)"
-}
\ No newline at end of file
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]