Layouts: Optimise the size of some buttons on some layouts
and clean up some layout-files. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/655>
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
---
|
||||
outlines:
|
||||
default: { width: 32.72, height: 52 }
|
||||
altline: { width: 50.12, height: 52 }
|
||||
wide: { width: 50.12, height: 52 }
|
||||
change-view: { width: 50.12, height: 52 }
|
||||
spaceline: { width: 185, height: 52 }
|
||||
special: { width: 44, height: 52 }
|
||||
placeholder: { width: 32.72, height: 52 }
|
||||
fill: { width: 65.44, height: 52 }
|
||||
default: { width: 32.72, height: 52 }
|
||||
altline: { width: 50.12, height: 52 }
|
||||
wide: { width: 58.99, height: 52 }
|
||||
change-view: { width: 50.12, height: 52 }
|
||||
change-view-2: { width: 58.99, height: 52 }
|
||||
spaceline: { width: 167.26, height: 52 }
|
||||
special: { width: 44, height: 52 }
|
||||
placeholder: { width: 32.72, height: 52 }
|
||||
fill: { width: 65.44, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
@ -28,7 +29,7 @@ views:
|
||||
symbols:
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ $ ¥ ^ ° * { }"
|
||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
||||
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
||||
- "show_letters preferences space , Return"
|
||||
|
||||
|
||||
@ -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