From: Mischa POSLAWSKY Date: Tue, 19 Dec 2023 18:31:18 +0000 (+0100) Subject: keyboard/altgr: shifted row above unshifted X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/a6a157c7e2fcc9eab6d334d5118f4e0120a6fdcc keyboard/altgr: shifted row above unshifted Accidentally swapped expected order in commit v1.15-2-g497b99dabe (2023-12-05) [distinct altgr subpage for macos]. --- diff --git a/keyboard/altgr.css b/keyboard/altgr.css index 50c182f..bc3d7a7 100644 --- a/keyboard/altgr.css +++ b/keyboard/altgr.css @@ -14,7 +14,7 @@ .keys td b { position: absolute; /* overlay */ z-index: 1; - top: 3.3ex; /* halfway over bottom */ + top: -1.2ex; /* halfway over shift */ left: 0; right: 0; font-size: 50%; diff --git a/keyboard/altgr/groups.inc.pl b/keyboard/altgr/groups.inc.pl index 4b72d08..0017f50 100644 --- a/keyboard/altgr/groups.inc.pl +++ b/keyboard/altgr/groups.inc.pl @@ -6,7 +6,7 @@ use Text::Unidecode qw( unidecode ); our %rows; my %g; # present group classes { - rows => [0, 1], + rows => [1, 0], def => { '' => { map { diff --git a/keyboard/altgr/windows.eng.inc.pl b/keyboard/altgr/windows.eng.inc.pl index 7ec76c0..3b68cf7 100644 --- a/keyboard/altgr/windows.eng.inc.pl +++ b/keyboard/altgr/windows.eng.inc.pl @@ -24,5 +24,5 @@ our %rows = map { "with the AltGr modifier key.", ], image => 'keyboard/altgr/ibmmkey.jpg', - moderows => '12-', + moderows => '21-', }