[gnome-shell/wip/carlosg/osk-updates] osk-layouts: Fix proportions in malayalam OSK layout
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/osk-updates] osk-layouts: Fix proportions in malayalam OSK layout
- Date: Fri, 17 Jun 2022 18:20:35 +0000 (UTC)
commit 2286a31f377b6a146bd4338683d851fc291b7756
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Jun 17 13:23:09 2022 +0200
osk-layouts: Fix proportions in malayalam OSK layout
Expand a bit some keys to make both normal and shift levels square
and consistent in sizes.
data/osk-layouts/in+mal.json | 111 ++++++++++++++++++++++---------------------
1 file changed, 58 insertions(+), 53 deletions(-)
---
diff --git a/data/osk-layouts/in+mal.json b/data/osk-layouts/in+mal.json
index 9c50c03718..58043a4351 100644
--- a/data/osk-layouts/in+mal.json
+++ b/data/osk-layouts/in+mal.json
@@ -130,7 +130,7 @@
{
"iconName": "keyboard-enter-symbolic",
"keyval": "0xff0d",
- "width": 1.5
+ "width": 2.5
}
],
[
@@ -138,7 +138,7 @@
"action": "levelSwitch",
"iconName": "keyboard-shift-symbolic",
"level": 1,
- "width": 1.5
+ "width": 1
},
{
"strings": [
@@ -187,31 +187,11 @@
"യ"
]
},
- {
- "action": "levelSwitch",
- "iconName": "keyboard-shift-symbolic",
- "level": 1,
- "width": 2
- }
- ],
- [
- {
- "action": "levelSwitch",
- "label": "?123",
- "level": 2,
- "width": 1.5
- },
{
"strings": [
","
]
},
- {
- "strings": [
- " "
- ],
- "width": 6
- },
{
"strings": [
".",
@@ -225,17 +205,40 @@
"@"
]
},
+ {
+ "action": "levelSwitch",
+ "iconName": "keyboard-shift-symbolic",
+ "level": 1,
+ "width": 1.5
+ }
+ ],
+ [
+ {
+ "action": "levelSwitch",
+ "label": "?123",
+ "level": 2,
+ "width": 1.5
+ },
{
"action": "emoji",
- "iconName": "face-smile-symbolic"
+ "iconName": "face-smile-symbolic",
+ "width": 1.5
+ },
+ {
+ "strings": [
+ " "
+ ],
+ "width": 7
},
{
"action": "languageMenu",
- "iconName": "keyboard-layout-symbolic"
+ "iconName": "keyboard-layout-symbolic",
+ "width": 1.5
},
{
"action": "hide",
- "iconName": "keyboard-hide-symbolic"
+ "iconName": "keyboard-hide-symbolic",
+ "width": 2
}
]
]
@@ -303,7 +306,7 @@
{
"action": "delete",
"iconName": "edit-clear-symbolic",
- "width": 1.5
+ "width": 2.5
}
],
[
@@ -365,15 +368,14 @@
{
"iconName": "keyboard-enter-symbolic",
"keyval": "0xff0d",
- "width": 1.5
+ "width": 2.5
}
],
[
{
"action": "levelSwitch",
"iconName": "keyboard-shift-symbolic",
- "level": 0,
- "width": 1.5
+ "level": 0
},
{
"strings": [
@@ -420,31 +422,11 @@
"യ"
]
},
- {
- "action": "levelSwitch",
- "iconName": "keyboard-shift-symbolic",
- "level": 0,
- "width": 2
- }
- ],
- [
- {
- "action": "levelSwitch",
- "label": "?123",
- "level": 2,
- "width": 1.5
- },
{
"strings": [
","
]
},
- {
- "strings": [
- " "
- ],
- "width": 6
- },
{
"strings": [
".",
@@ -458,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",
- "iconName": "face-smile-symbolic"
+ "iconName": "face-smile-symbolic",
+ "width": 1.5
+ },
+ {
+ "strings": [
+ " "
+ ],
+ "width": 7
},
{
"action": "languageMenu",
- "iconName": "keyboard-layout-symbolic"
+ "iconName": "keyboard-layout-symbolic",
+ "width": 1.5
},
{
"action": "hide",
- "iconName": "keyboard-hide-symbolic"
+ "iconName": "keyboard-hide-symbolic",
+ "width": 2
}
]
]
@@ -976,4 +981,4 @@
],
"locale": "ml",
"name": "Malayalam"
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]