data: Shuffle comma/dot keys in OSK keymaps
Make these closer to the mockups, on most locales at least. Unclear/remaining are: am, ara, il, in+mal, ir, kg, mk, mn, rs, ru, th, ua Since the extended OSK keymap is short on space, it coalesced both keys together (i.e. extending the extra keys popup) so it takes less room. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2278>
This commit is contained in:

committed by
Florian Müllner

parent
b18ab0086e
commit
0ee102196b
@@ -146,8 +146,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -186,31 +185,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -224,17 +203,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -385,8 +387,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -425,31 +426,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -463,17 +444,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -161,8 +161,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -208,31 +207,11 @@
|
|||||||
"›"
|
"›"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -246,17 +225,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -421,8 +423,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -468,31 +469,11 @@
|
|||||||
"›"
|
"›"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -506,17 +487,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -133,8 +133,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -176,31 +175,11 @@
|
|||||||
"ю"
|
"ю"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -214,17 +193,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -160,8 +160,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -201,31 +200,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -239,17 +218,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -414,8 +416,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -455,31 +456,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -493,17 +474,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -146,8 +146,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -186,31 +185,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -224,17 +203,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -385,8 +387,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -425,31 +426,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -463,17 +444,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -146,8 +146,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -186,31 +185,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -224,17 +203,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -385,8 +387,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -425,31 +426,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -463,17 +444,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -162,8 +162,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -208,31 +207,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -246,17 +225,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -423,8 +425,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -469,31 +470,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -507,17 +488,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -146,8 +146,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -186,31 +185,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -224,17 +203,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -385,8 +387,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -425,31 +426,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -463,17 +444,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -202,31 +202,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -240,17 +220,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -457,31 +460,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -495,17 +478,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -240,31 +240,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -278,17 +258,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -533,31 +536,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -571,17 +554,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -205,8 +205,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -259,31 +258,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -297,17 +276,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -517,8 +519,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -571,31 +572,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -609,17 +590,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -161,8 +161,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -204,31 +203,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -241,17 +220,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -417,8 +419,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -460,31 +461,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -497,17 +478,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -159,8 +159,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -202,31 +201,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -240,17 +219,40 @@
|
|||||||
"¿"
|
"¿"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -414,8 +416,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -457,31 +458,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -495,17 +476,40 @@
|
|||||||
"¿"
|
"¿"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -192,31 +192,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -230,17 +210,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -437,31 +440,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -475,17 +458,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -165,8 +165,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -210,31 +209,11 @@
|
|||||||
"›"
|
"›"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -248,17 +227,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -428,8 +430,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -473,31 +474,11 @@
|
|||||||
"›"
|
"›"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -511,17 +492,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -159,26 +159,12 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"მ"
|
"მ"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -191,18 +177,35 @@
|
|||||||
"'",
|
"'",
|
||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -128,8 +128,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -167,31 +166,11 @@
|
|||||||
"μ"
|
"μ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -205,17 +184,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -348,8 +350,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -387,31 +388,11 @@
|
|||||||
"Μ"
|
"Μ"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -425,17 +406,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -124,8 +124,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -167,31 +166,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -205,17 +184,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -344,8 +346,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -387,31 +388,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -425,17 +406,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -153,8 +153,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -191,31 +190,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -229,17 +208,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -397,8 +399,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -435,31 +436,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -473,17 +454,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -117,8 +117,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -155,31 +154,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -193,17 +172,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -325,8 +327,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -363,31 +364,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -401,17 +382,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -197,26 +197,12 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"◌़"
|
"◌़"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -229,18 +215,35 @@
|
|||||||
"'",
|
"'",
|
||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -155,8 +155,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -193,31 +192,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -231,17 +210,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -401,8 +403,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -439,31 +440,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -477,17 +458,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -153,8 +153,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -191,31 +190,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -229,17 +208,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -397,8 +399,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -435,31 +436,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -473,17 +454,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -150,8 +150,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -190,31 +189,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -228,17 +207,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -393,8 +395,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -433,31 +434,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -471,17 +452,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -270,26 +270,12 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"៊"
|
"៊"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 7
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -302,18 +288,35 @@
|
|||||||
"'",
|
"'",
|
||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -260,26 +260,12 @@
|
|||||||
"strings": [
|
"strings": [
|
||||||
"ຝ"
|
"ຝ"
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 7
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -292,18 +278,35 @@
|
|||||||
"'",
|
"'",
|
||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -159,8 +159,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -202,31 +201,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -240,17 +219,40 @@
|
|||||||
"¿"
|
"¿"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -414,8 +416,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -457,31 +458,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -495,17 +476,40 @@
|
|||||||
"¿"
|
"¿"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -177,8 +177,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -225,31 +224,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -263,17 +242,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -455,8 +457,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -503,31 +504,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -541,17 +522,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -176,8 +176,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -224,31 +223,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -262,17 +241,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -453,8 +455,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -501,31 +502,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -539,17 +520,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -117,8 +117,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -155,31 +154,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -193,17 +172,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -325,8 +327,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -363,31 +364,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -401,17 +382,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -153,8 +153,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -193,31 +192,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -231,17 +210,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -399,8 +401,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -439,31 +440,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -477,17 +458,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -202,31 +202,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -240,17 +220,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -457,31 +460,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -495,17 +478,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -117,8 +117,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -155,31 +154,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -193,17 +172,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -325,8 +327,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -363,31 +364,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -401,17 +382,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -145,8 +145,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -191,31 +190,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -229,17 +208,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -389,8 +391,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -435,31 +436,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -473,17 +454,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -152,8 +152,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -193,31 +192,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -231,17 +210,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -398,8 +400,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -439,31 +440,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -477,17 +458,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -137,8 +137,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -175,31 +174,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -213,17 +192,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -365,8 +367,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -403,31 +404,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -441,17 +422,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -219,31 +219,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -257,17 +237,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -491,31 +494,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 6
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -529,17 +512,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -119,8 +119,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -160,31 +159,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -198,17 +177,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -332,8 +334,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -373,31 +374,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -411,17 +392,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -176,8 +176,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -225,31 +224,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -263,17 +242,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -454,8 +456,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -503,31 +504,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -541,17 +522,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -143,8 +143,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -184,31 +183,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -222,17 +201,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -380,8 +382,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -421,31 +422,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -459,17 +440,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -149,8 +149,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -189,31 +188,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -227,17 +206,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -391,8 +393,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -431,31 +432,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -469,17 +450,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -200,6 +200,20 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
".",
|
||||||
|
",",
|
||||||
|
"#",
|
||||||
|
"!",
|
||||||
|
",",
|
||||||
|
"?",
|
||||||
|
"-",
|
||||||
|
":",
|
||||||
|
"'",
|
||||||
|
"@"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"iconName": "go-up-symbolic",
|
"iconName": "go-up-symbolic",
|
||||||
"keyval": "0xff52"
|
"keyval": "0xff52"
|
||||||
@@ -208,7 +222,7 @@
|
|||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1,
|
||||||
"width": 3
|
"width": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@@ -227,34 +241,20 @@
|
|||||||
"keyval": "0xffe9",
|
"keyval": "0xffe9",
|
||||||
"label": "Alt"
|
"label": "Alt"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
","
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
" "
|
" "
|
||||||
],
|
],
|
||||||
"width": 2
|
"width": 4
|
||||||
},
|
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
".",
|
|
||||||
"#",
|
|
||||||
"!",
|
|
||||||
",",
|
|
||||||
"?",
|
|
||||||
"-",
|
|
||||||
":",
|
|
||||||
"'",
|
|
||||||
"@"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "languageMenu",
|
||||||
|
"iconName": "keyboard-layout-symbolic"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"iconName": "go-previous-symbolic",
|
"iconName": "go-previous-symbolic",
|
||||||
"keyval": "0xff51"
|
"keyval": "0xff51"
|
||||||
@@ -267,10 +267,6 @@
|
|||||||
"iconName": "go-next-symbolic",
|
"iconName": "go-next-symbolic",
|
||||||
"keyval": "0xff53"
|
"keyval": "0xff53"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "languageMenu",
|
|
||||||
"iconName": "keyboard-layout-symbolic"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic"
|
||||||
@@ -478,6 +474,20 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
".",
|
||||||
|
",",
|
||||||
|
"#",
|
||||||
|
"!",
|
||||||
|
",",
|
||||||
|
"?",
|
||||||
|
"-",
|
||||||
|
":",
|
||||||
|
"'",
|
||||||
|
"@"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"iconName": "go-up-symbolic",
|
"iconName": "go-up-symbolic",
|
||||||
"keyval": "0xff52"
|
"keyval": "0xff52"
|
||||||
@@ -486,7 +496,7 @@
|
|||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"width": 3
|
"width": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@@ -505,34 +515,20 @@
|
|||||||
"keyval": "0xffe9",
|
"keyval": "0xffe9",
|
||||||
"label": "Alt"
|
"label": "Alt"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
","
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
" "
|
" "
|
||||||
],
|
],
|
||||||
"width": 2
|
"width": 4
|
||||||
},
|
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
".",
|
|
||||||
"#",
|
|
||||||
"!",
|
|
||||||
",",
|
|
||||||
"?",
|
|
||||||
"-",
|
|
||||||
":",
|
|
||||||
"'",
|
|
||||||
"@"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "languageMenu",
|
||||||
|
"iconName": "keyboard-layout-symbolic"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"iconName": "go-previous-symbolic",
|
"iconName": "go-previous-symbolic",
|
||||||
"keyval": "0xff51"
|
"keyval": "0xff51"
|
||||||
@@ -545,10 +541,6 @@
|
|||||||
"iconName": "go-next-symbolic",
|
"iconName": "go-next-symbolic",
|
||||||
"keyval": "0xff53"
|
"keyval": "0xff53"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "languageMenu",
|
|
||||||
"iconName": "keyboard-layout-symbolic"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic"
|
||||||
|
@@ -149,8 +149,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -189,31 +188,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -227,17 +206,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -391,8 +393,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -431,31 +432,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -469,17 +450,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -184,8 +184,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -222,31 +221,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -260,17 +239,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -459,8 +461,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -497,31 +498,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -535,17 +516,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@@ -156,8 +156,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 1,
|
"level": 1
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -196,31 +195,11 @@
|
|||||||
"m"
|
"m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 1,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -234,17 +213,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 1,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@@ -405,8 +407,7 @@
|
|||||||
{
|
{
|
||||||
"action": "levelSwitch",
|
"action": "levelSwitch",
|
||||||
"iconName": "keyboard-shift-symbolic",
|
"iconName": "keyboard-shift-symbolic",
|
||||||
"level": 0,
|
"level": 0
|
||||||
"width": 1.5
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
@@ -445,31 +446,11 @@
|
|||||||
"M"
|
"M"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"iconName": "keyboard-shift-symbolic",
|
|
||||||
"level": 0,
|
|
||||||
"width": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"action": "levelSwitch",
|
|
||||||
"label": "?123",
|
|
||||||
"level": 2,
|
|
||||||
"width": 1.5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
","
|
","
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"strings": [
|
|
||||||
" "
|
|
||||||
],
|
|
||||||
"width": 5
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"strings": [
|
"strings": [
|
||||||
".",
|
".",
|
||||||
@@ -483,17 +464,40 @@
|
|||||||
"@"
|
"@"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"iconName": "keyboard-shift-symbolic",
|
||||||
|
"level": 0,
|
||||||
|
"width": 1.5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"action": "levelSwitch",
|
||||||
|
"label": "?123",
|
||||||
|
"level": 2,
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "emoji",
|
"action": "emoji",
|
||||||
"iconName": "face-smile-symbolic"
|
"iconName": "face-smile-symbolic",
|
||||||
|
"width": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"strings": [
|
||||||
|
" "
|
||||||
|
],
|
||||||
|
"width": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "languageMenu",
|
"action": "languageMenu",
|
||||||
"iconName": "keyboard-layout-symbolic"
|
"iconName": "keyboard-layout-symbolic",
|
||||||
|
"width": 1.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "hide",
|
"action": "hide",
|
||||||
"iconName": "keyboard-hide-symbolic"
|
"iconName": "keyboard-hide-symbolic",
|
||||||
|
"width": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user