keyboard: custom rows overrides in moderows attribute
[sheet.git] / altgr.eng.inc.pl
index 93887718c6c8ee7427c0d863784bea1f60ee74bf..69430f65c7e6a835e828074349f13dea8cb725cd 100644 (file)
@@ -1,4 +1,6 @@
 use utf8;
+use strict;
+use warnings;
 my @az = ('A'..'Z', 'a'..'z');
 my @letters = qw(
        Á B ¢ Ð É F G H Í J Œ Ø µ Ñ Ó Ö Ä ® § Þ Ú V Å X Ü Æ
@@ -12,10 +14,14 @@ our %rows = map {
        %{ do 'keyboard.eng.inc.pl' },
        title => 'altgr',
        version => '1.2',
-       intro => 'Special <a href="/unicode">characters</a> returned with the AltGr modifier
-for the Windows US international layout.',
+       intro => join("\n",
+               'Special <a href="/unicode">characters</a> returned with the AltGr modifier',
+               'for the Windows US international layout.',
+               'Similar to <a href="/keyboard/altgr-macos">Apple</a> options.',
+       ),
        description => [
                "Windows US international keyboard layout table",
                "with the AltGr modifier key.",
        ],
+       moderows => '12-',
 }