us.yaml and us_wide.yaml: Change the outline of the period-key

It was styled as a special key before, even though it has no special
function.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/601>
This commit is contained in:
MoonlightWave-12
2024-02-28 15:15:49 +01:00
parent cf2e6151bb
commit d299ba070d
2 changed files with 10 additions and 8 deletions

View File

@ -1,13 +1,14 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 46 } default: { width: 35.33, height: 46 }
action: { width: 59, height: 46 } halfwidth: { width: 17.665, height: 46 }
special: { width: 44, height: 46 }
altline: { width: 52.67, height: 46 } altline: { width: 52.67, height: 46 }
large: { width: 52.67, height: 46 }
action: { width: 59, height: 46 }
wide: { width: 59, height: 46 } wide: { width: 59, height: 46 }
spaceline: { width: 144.96, height: 46 } spaceline: { width: 144.96, height: 46 }
special: { width: 44, height: 46 }
small: { width: 50.57, height: 22 } small: { width: 50.57, height: 22 }
halfwidth: { width: 17.665, height: 46 }
views: views:
base: base:
@ -88,7 +89,7 @@ buttons:
outline: "altline" outline: "altline"
label: ">_" label: ">_"
period: period:
outline: "altline" outline: "large"
text: "." text: "."
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -1,13 +1,14 @@
--- ---
outlines: outlines:
default: { width: 54, height: 37 } default: { width: 54, height: 37 }
action: { width: 90, height: 37 } halfwidth: { width: 27, height: 37 }
special: { width: 54, height: 37 }
altline: { width: 81, height: 37 } altline: { width: 81, height: 37 }
large: { width: 81, height: 37 }
action: { width: 90, height: 37 }
wide: { width: 90, height: 37 } wide: { width: 90, height: 37 }
spaceline: { width: 234, height: 37 } spaceline: { width: 234, height: 37 }
special: { width: 54, height: 37 }
small: { width: 67.4, height: 22 } small: { width: 67.4, height: 22 }
halfwidth: { width: 27, height: 37 }
views: views:
base: base:
@ -88,7 +89,7 @@ buttons:
outline: "altline" outline: "altline"
label: ">_" label: ">_"
period: period:
outline: "altline" outline: "large"
text: "." text: "."
space: space:
outline: "spaceline" outline: "spaceline"