[gnome-shell] osk-layouts: Add additional keys to Thai layout



commit 8a76508f718e3b6ad7721b56c7b346c35c48191b
Author: Panawat Wong-kleaw <panawat_vista hotmail com>
Date:   Tue Sep 1 08:05:43 2020 +0000

    osk-layouts: Add additional keys to Thai layout
    
    Add Anghankhu (๚), Fongman (๏), Khomut (๛), and Yamakkan ( ๎) keys.
    
    These keys do not exist in most, if not all, Thai physical keyboards,
    but may be used by those who study ancient Thai texts. However,
    they are an optional part of the TIS-820-2538 spec[0].
    
    [0] https://www.nectec.or.th/it-standards/std820/std820.html
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3106
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1427>

 data/osk-layouts/th.json | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/data/osk-layouts/th.json b/data/osk-layouts/th.json
index 7b2bdf710e..474e627bf6 100644
--- a/data/osk-layouts/th.json
+++ b/data/osk-layouts/th.json
@@ -176,7 +176,11 @@
             "-",
             ":",
             "'",
-            "@"
+            "@",
+            " ๎",
+            "๏",
+            "๛",
+            "๚"
           ]
         ]
       ]
@@ -347,7 +351,11 @@
             "-",
             ":",
             "'",
-            "@"
+            "@",
+            " ๎",
+            "๏",
+            "๛",
+            "๚"
           ]
         ]
       ]


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