data/keyboards/*.yaml: Change "abc" to "ABC"

Currently this differs for the same view-change-keys in different layouts.

When the text is "abc", the size of the key's text changes
when toggling between "123" and "abc"; with the text "ABC",
the size remains about the same.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/611>
This commit is contained in:
MoonlightWave-12
2024-03-04 12:11:32 +01:00
parent 069d64ac3e
commit f237807522
28 changed files with 28 additions and 28 deletions

View File

@ -197,7 +197,7 @@ buttons:
action:
set_view: "base"
outline: "wide"
label: "abc"
label: "ABC"
show_symbols:
action:
set_view: "symbols"

View File

@ -201,7 +201,7 @@ buttons:
action:
set_view: "base"
outline: "wide"
label: "abc"
label: "ABC"
show_symbols:
action:
set_view: "symbols"

View File

@ -194,7 +194,7 @@ buttons:
action:
set_view: "base"
outline: "wide"
label: "abc"
label: "ABC"
show_symbols:
action:
set_view: "symbols"

View File

@ -197,7 +197,7 @@ buttons:
action:
set_view: "base"
outline: "wide"
label: "abc"
label: "ABC"
show_symbols:
action:
set_view: "symbols"