Layouts: Use "change-view"-outline for all view-changing buttons

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/643>
This commit is contained in:
MoonlightWave-12
2024-04-16 13:26:49 +02:00
parent 8599343400
commit 29b4061ee9
92 changed files with 757 additions and 576 deletions

View File

@ -3,6 +3,7 @@ outlines:
default: { width: 48, height: 42 }
altline: { width: 72.58, height: 42 }
wide: { width: 92.99, height: 42 }
change-view: { width: 72.58, height: 42 }
spaceline: { width: 225.87, height: 42 }
views:
@ -33,7 +34,7 @@ buttons:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline"
outline: "change-view"
icon: "key-shift"
BackSpace:
outline: "altline"
@ -41,22 +42,22 @@ buttons:
action: erase
preferences:
action: "show_prefs"
outline: "altline"
outline: "change-view"
icon: "keyboard-mode-symbolic"
show_numbers:
action:
set_view: "numbers"
outline: "altline"
outline: "change-view"
label: "123"
show_letters:
action:
set_view: "base"
outline: "altline"
outline: "change-view"
label: "ABC"
show_symbols:
action:
set_view: "symbols"
outline: "altline"
outline: "change-view"
label: "*/="
".":
outline: altline