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: 54, height: 42 }
altline: { width: 81, height: 42 }
wide: { width: 100, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 100, height: 42 }
spaceline: { width: 206, height: 42 }
special: { width: 54, height: 42 }
@ -44,7 +46,7 @@ buttons:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline"
outline: "change-view"
icon: "key-shift"
BackSpace:
outline: "altline"
@ -57,36 +59,36 @@ buttons:
show_numbers:
action:
set_view: "numbers"
outline: "wide"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action:
set_view: "numbers"
outline: "altline"
outline: "change-view"
label: "123"
show_letters:
action:
set_view: "base"
outline: "wide"
outline: "change-view-2"
label: "ABC"
show_symbols:
action:
set_view: "symbols"
outline: "altline"
outline: "change-view"
label: "*/="
show_accents:
action:
locking:
lock_view: "accents"
unlock_view: "base"
outline: "altline"
outline: "change-view"
label: "ąę"
show_upper_accents:
action:
locking:
lock_view: "upper_accents"
unlock_view: "upper"
outline: "altline"
outline: "change-view"
label: "ĄĘ"
.:
outline: "altline"