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,8 @@ outlines:
default: { width: 32, 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 }
@ -36,7 +38,7 @@ buttons:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline"
outline: "change-view"
icon: "key-shift"
BackSpace:
outline: "altline"
@ -49,17 +51,17 @@ buttons:
show_numbers:
action:
set_view: "numbers"
outline: "wide"
outline: "change-view-2"
label: "123"
show_letters:
action:
set_view: "base"
outline: "wide"
outline: "change-view-2"
label: "АБВ"
show_symbols:
action:
set_view: "symbols"
outline: "wide"
outline: "change-view-2"
label: "*/="
.:
outline: "special"