Layouts: Add various small size-improvements and fixes for some layouts
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/654>
This commit is contained in:
committed by
Marge Bot
parent
bfc487faec
commit
c4e3c32c79
@ -1,17 +1,16 @@
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.45, height: 52 }
|
||||
altline: { width: 32, height: 52 }
|
||||
wide: { width: 57, height: 52 }
|
||||
change-view: { width: 32, height: 52 }
|
||||
change-view-2: { width: 57, height: 52 }
|
||||
narrow: { width: 26, height: 52 }
|
||||
spaceline: { width: 107, height: 52 }
|
||||
fill: { width: 159, height: 52 }
|
||||
fill-2: { width: 64.9, height: 52 }
|
||||
special: { width: 42, height: 52 }
|
||||
large: { width: 42, height: 52 }
|
||||
placeholder: { width: 40, height: 52 }
|
||||
default: { width: 32.45, height: 52 }
|
||||
altline: { width: 32, height: 52 }
|
||||
wide: { width: 64.55, height: 52 }
|
||||
change-view: { width: 32, height: 52 }
|
||||
change-view-2: { width: 64.55, height: 52 }
|
||||
spaceline: { width: 91.96, height: 52 }
|
||||
fill: { width: 156.86, height: 52 }
|
||||
fill-2: { width: 64.9, height: 52 }
|
||||
special: { width: 35.67, height: 52 }
|
||||
large: { width: 35.67, height: 52 }
|
||||
placeholder: { width: 32.45, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
@ -27,13 +26,13 @@ views:
|
||||
numbers:
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # $ % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? -- BackSpace"
|
||||
- "show_letters preferences space_fill . Return"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace-wide"
|
||||
- "show_letters preferences space-fill . Return"
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
||||
- "show_letters preferences space_fill . Return"
|
||||
- "show_numbers \\ / < > = [ ] BackSpace-wide"
|
||||
- "show_letters preferences space-fill . Return"
|
||||
|
||||
buttons:
|
||||
Shift_L:
|
||||
@ -47,6 +46,10 @@ buttons:
|
||||
outline: "altline"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
BackSpace-wide:
|
||||
outline: "wide"
|
||||
icon: "edit-clear-symbolic"
|
||||
action: "erase"
|
||||
preferences:
|
||||
action: "show_prefs"
|
||||
outline: "special"
|
||||
@ -74,21 +77,13 @@ buttons:
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
space_fill:
|
||||
space-fill:
|
||||
outline: "fill"
|
||||
text: " "
|
||||
Return:
|
||||
outline: "wide"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
ґ:
|
||||
outline: "narrow"
|
||||
Ґ:
|
||||
outline: "narrow"
|
||||
ї:
|
||||
outline: "narrow"
|
||||
Ї:
|
||||
outline: "narrow"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
|
||||
Reference in New Issue
Block a user