From d299ba070d8ef706566db3d7a71c9ead07df2e28 Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Wed, 28 Feb 2024 15:15:49 +0100 Subject: [PATCH] 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: --- data/keyboards/terminal/us.yaml | 9 +++++---- data/keyboards/terminal/us_wide.yaml | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/data/keyboards/terminal/us.yaml b/data/keyboards/terminal/us.yaml index 7045b412..07e4443a 100644 --- a/data/keyboards/terminal/us.yaml +++ b/data/keyboards/terminal/us.yaml @@ -1,13 +1,14 @@ --- outlines: 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 } + large: { width: 52.67, height: 46 } + action: { width: 59, height: 46 } wide: { width: 59, height: 46 } spaceline: { width: 144.96, height: 46 } - special: { width: 44, height: 46 } small: { width: 50.57, height: 22 } - halfwidth: { width: 17.665, height: 46 } views: base: @@ -88,7 +89,7 @@ buttons: outline: "altline" label: ">_" period: - outline: "altline" + outline: "large" text: "." space: outline: "spaceline" diff --git a/data/keyboards/terminal/us_wide.yaml b/data/keyboards/terminal/us_wide.yaml index 9f7663d6..63f62460 100644 --- a/data/keyboards/terminal/us_wide.yaml +++ b/data/keyboards/terminal/us_wide.yaml @@ -1,13 +1,14 @@ --- outlines: 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 } + large: { width: 81, height: 37 } + action: { width: 90, height: 37 } wide: { width: 90, height: 37 } spaceline: { width: 234, height: 37 } - special: { width: 54, height: 37 } small: { width: 67.4, height: 22 } - halfwidth: { width: 27, height: 37 } views: base: @@ -88,7 +89,7 @@ buttons: outline: "altline" label: ">_" period: - outline: "altline" + outline: "large" text: "." space: outline: "spaceline"