data/keyboards/email/us.yaml: fix styling of @-key

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/611>
This commit is contained in:
MoonlightWave-12
2024-03-04 11:11:13 +01:00
parent bf45d4b71b
commit cd1e269a9d

View File

@ -1,10 +1,11 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
spaceline: { width: 106.67, height: 52 } spaceline: { width: 106.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
large: { width: 44, height: 52 }
views: views:
base: base:
@ -41,10 +42,10 @@ buttons:
icon: "edit-clear-symbolic" icon: "edit-clear-symbolic"
action: erase action: erase
at: at:
outline: "special" outline: "large"
text: "@" text: "@"
preferences: preferences:
action: show_prefs action: "show_prefs"
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
@ -68,7 +69,7 @@ buttons:
outline: "altline" outline: "altline"
label: "*/=" label: "*/="
period: period:
outline: "special" outline: "large"
text: "." text: "."
space: space:
outline: "spaceline" outline: "spaceline"