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,14 +1,15 @@
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.4, height: 52 }
|
||||
altline: { width: 48.39, height: 52 }
|
||||
large: { width: 48.39, height: 52 }
|
||||
wide: { width: 62, height: 52 }
|
||||
change-view: { width: 48.39, height: 52 }
|
||||
spaceline: { width: 150, height: 52 }
|
||||
special: { width: 48, height: 52 }
|
||||
placeholder: { width: 32, height: 52 }
|
||||
fill: { width: 64, height: 52 }
|
||||
default: { width: 32.4, height: 52 }
|
||||
altline: { width: 48.39, height: 52 }
|
||||
large: { width: 48.39, height: 52 }
|
||||
wide: { width: 62, height: 52 }
|
||||
change-view: { width: 48.39, height: 52 }
|
||||
change-view-2: { width: 62, height: 52 }
|
||||
spaceline: { width: 136.39, height: 52 }
|
||||
special: { width: 48, height: 52 }
|
||||
placeholder: { width: 32, height: 52 }
|
||||
fill: { width: 64, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
@ -29,7 +30,7 @@ views:
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ € ¥ ^ ° * { }"
|
||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
||||
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
||||
- "show_letters preferences space . Return"
|
||||
|
||||
buttons:
|
||||
@ -49,6 +50,11 @@ buttons:
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_numbers_from_symbols:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view"
|
||||
@ -56,7 +62,7 @@ buttons:
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view"
|
||||
outline: "change-view-2"
|
||||
label: "ABC"
|
||||
show_symbols:
|
||||
action:
|
||||
|
||||
Reference in New Issue
Block a user