us.yaml and us_wide.yaml: Change outline of 123- and ABC-keys to altline

The altline-outline is primarily meant to be used for keys
that change the view, which is what these keys do.

Also changing it on the actions-view would make the layout not align
well anymore, as it is currently not possible to have 2 different
sizes with the altline-styling.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/601>
This commit is contained in:
MoonlightWave-12
2024-02-28 14:40:25 +01:00
parent 6f978aee0b
commit cf2e6151bb
2 changed files with 16 additions and 6 deletions

View File

@ -4,7 +4,7 @@ outlines:
action: { width: 90, height: 37 }
altline: { width: 81, height: 37 }
wide: { width: 90, height: 37 }
spaceline: { width: 225, height: 37 }
spaceline: { width: 234, height: 37 }
special: { width: 54, height: 37 }
small: { width: 67.4, height: 22 }
halfwidth: { width: 27, height: 37 }
@ -39,7 +39,7 @@ views:
- "F1 F2 F3 F4 F5 F6"
- "F7 F8 F9 F10 F11 F12"
- "Esc Tab Pause Insert Up Del"
- "show_letters Menu Break Left Down Right"
- "show_letters_actions Menu Break Left Down Right"
buttons:
Shift_L:
@ -60,7 +60,7 @@ buttons:
show_numbers:
action:
set_view: "numbers"
outline: "wide"
outline: "altline"
label: "123"
show_numbers_from_symbols:
action:
@ -68,6 +68,11 @@ buttons:
outline: "altline"
label: "123"
show_letters:
action:
set_view: "base"
outline: "altline"
label: "ABC"
show_letters_actions:
action:
set_view: "base"
outline: "wide"