mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
This commit is contained in:
parent
478b45084c
commit
8a76508f71
1 changed files with 10 additions and 2 deletions
|
|
@ -176,7 +176,11 @@
|
|||
"-",
|
||||
":",
|
||||
"'",
|
||||
"@"
|
||||
"@",
|
||||
" ๎",
|
||||
"๏",
|
||||
"๛",
|
||||
"๚"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
@ -347,7 +351,11 @@
|
|||
"-",
|
||||
":",
|
||||
"'",
|
||||
"@"
|
||||
"@",
|
||||
" ๎",
|
||||
"๏",
|
||||
"๛",
|
||||
"๚"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue