osk-layouts: Replace "SS" extra key with "ẞ"
The on-screen keyboard only handles a single keyval per key, so the current upper-case version of the German "ß" ends up as "S" instead of the expected "SS". It is possible to change the keyboard code to emulate multiple key presses/releases for that particular case, but then luckily a proper upper-case form exists nowadays: "ẞ". That seems more appropriate for a single key than a dedicated "SS" key, so replace it in all layouts that include it. Anybody who prefers the traditional "SS" can easily tap "S" twice. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2612>
This commit is contained in:
parent
afeb3df1e3
commit
9811472e03
@ -337,7 +337,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -337,7 +337,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -337,7 +337,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -375,7 +375,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Š",
|
"Š",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś"
|
"Ś"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -337,7 +337,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -419,7 +419,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Š",
|
"Š",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Ş"
|
"Ş"
|
||||||
]
|
]
|
||||||
|
@ -447,7 +447,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Š",
|
"Š",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Ș",
|
"Ș",
|
||||||
|
@ -338,7 +338,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Š",
|
"Š",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś"
|
"Ś"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -297,7 +297,7 @@
|
|||||||
"S",
|
"S",
|
||||||
"Š",
|
"Š",
|
||||||
"Ś",
|
"Ś",
|
||||||
"SS"
|
"ẞ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -346,7 +346,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS"
|
"ẞ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -399,7 +399,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Š",
|
"Š",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Ş"
|
"Ş"
|
||||||
]
|
]
|
||||||
|
@ -397,7 +397,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Š",
|
"Š",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Ş"
|
"Ş"
|
||||||
]
|
]
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -341,7 +341,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Ś",
|
"Ś",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -317,7 +317,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Ș",
|
"Ș",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -383,7 +383,7 @@
|
|||||||
"Ś",
|
"Ś",
|
||||||
"Š",
|
"Š",
|
||||||
"Ş",
|
"Ş",
|
||||||
"SS"
|
"ẞ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -398,7 +398,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Š",
|
"Š",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Ş"
|
"Ş"
|
||||||
]
|
]
|
||||||
|
@ -331,7 +331,7 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"Ş",
|
"Ş",
|
||||||
"SS",
|
"ẞ",
|
||||||
"Ś",
|
"Ś",
|
||||||
"Š"
|
"Š"
|
||||||
]
|
]
|
||||||
|
@ -345,7 +345,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS"
|
"ẞ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -386,7 +386,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS"
|
"ẞ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -345,7 +345,7 @@
|
|||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
"S",
|
"S",
|
||||||
"SS"
|
"ẞ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user