mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
osk: Add missing shift level to Georgian OSK layout
This layout initially snapshot from CLDR data is missing the
Shift level. Add one based on user feedback, and essentially
mirroring the keymap for physical keyboards.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6744
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3145>
(cherry picked from commit 2ab5a5d7de)
This commit is contained in:
parent
6942058e37
commit
69e6846969
1 changed files with 222 additions and 1 deletions
|
|
@ -118,10 +118,15 @@
|
|||
{
|
||||
"iconName": "keyboard-enter-symbolic",
|
||||
"keyval": "0xff0d",
|
||||
"width": 2.5
|
||||
"width": 2
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"action": "levelSwitch",
|
||||
"iconName": "keyboard-shift-symbolic",
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"ზ"
|
||||
|
|
@ -177,6 +182,222 @@
|
|||
"'",
|
||||
"@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"action": "levelSwitch",
|
||||
"iconName": "keyboard-shift-symbolic",
|
||||
"level": 1,
|
||||
"width": 1.5
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"action": "levelSwitch",
|
||||
"label": "?123",
|
||||
"level": 2,
|
||||
"width": 1.5
|
||||
},
|
||||
{
|
||||
"action": "emoji",
|
||||
"iconName": "face-smile-symbolic",
|
||||
"width": 1.5
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
" "
|
||||
],
|
||||
"width": 5
|
||||
},
|
||||
{
|
||||
"action": "languageMenu",
|
||||
"iconName": "keyboard-layout-symbolic",
|
||||
"width": 1.5
|
||||
},
|
||||
{
|
||||
"action": "hide",
|
||||
"iconName": "keyboard-hide-symbolic",
|
||||
"width": 2
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"level": "shift",
|
||||
"mode": "latched",
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"strings": [
|
||||
"Q"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"ჭ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"E"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"ღ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"თ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"Y"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"U"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"I"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"O"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"P"
|
||||
]
|
||||
},
|
||||
{
|
||||
"action": "delete",
|
||||
"iconName": "edit-clear-symbolic",
|
||||
"width": 1.5
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"strings": [
|
||||
"A"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"შ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"D"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"F"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"G"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"H"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"ჟ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"K"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"L"
|
||||
]
|
||||
},
|
||||
{
|
||||
"iconName": "keyboard-enter-symbolic",
|
||||
"keyval": "0xff0d",
|
||||
"width": 2
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"action": "levelSwitch",
|
||||
"iconName": "keyboard-shift-symbolic",
|
||||
"level": 0
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"ძ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"X"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"ჩ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"V"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"B"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"N"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
"M"
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
","
|
||||
]
|
||||
},
|
||||
{
|
||||
"strings": [
|
||||
".",
|
||||
"#",
|
||||
"!",
|
||||
",",
|
||||
"?",
|
||||
"-",
|
||||
":",
|
||||
"'",
|
||||
"@"
|
||||
]
|
||||
},
|
||||
{
|
||||
"action": "levelSwitch",
|
||||
"iconName": "keyboard-shift-symbolic",
|
||||
"level": 0,
|
||||
"width": 1.5
|
||||
}
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue