keyboard/altgr: shifted row above unshifted
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 19 Dec 2023 18:31:18 +0000 (19:31 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 20 Dec 2023 00:27:29 +0000 (01:27 +0100)
Accidentally swapped expected order in commit v1.15-2-g497b99dabe
(2023-12-05) [distinct altgr subpage for macos].

keyboard/altgr.css
keyboard/altgr/groups.inc.pl
keyboard/altgr/windows.eng.inc.pl

index 50c182f08da2e2d3423eb46c2bf477b29cde6f87..bc3d7a77ec1e4e7640f38b613e5e81ffd570e640 100644 (file)
@@ -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%;
index 4b72d088a50f91b615af2bf9c03563c111b38274..0017f500f126ac71eb04f35aeba2dc31455cd2f1 100644 (file)
@@ -6,7 +6,7 @@ use Text::Unidecode qw( unidecode );
 our %rows;
 my %g; # present group classes
 {
-       rows => [0, 1],
+       rows => [1, 0],
        def => {
                '' => {
                        map {
index 7ec76c0bfb4375b849d5bd000a45a35e70e4cd73..3b68cf74ce666879915315106b59fd6f080980b9 100644 (file)
@@ -24,5 +24,5 @@ our %rows = map {
                "with the AltGr modifier key.",
        ],
        image => 'keyboard/altgr/ibmmkey.jpg',
-       moderows => '12-',
+       moderows => '21-',
 }