keyboard/altgr: system categories indicated on index
[sheet.git] / keyboard / altgr / ukext.eng.inc.pl
index a6fe865c43f2ee5fbe4f228c35255c70447575be..6a8e9148949bfc100fa9ca61a69aa6d30ac91209 100644 (file)
@@ -1,7 +1,9 @@
 use utf8;
 use strict;
 use warnings;
-our %rows = (
+use Shiar_Sheet::KeyboardChars 'kbchars';
+
+my %rows = (
        '~' => '¦',
        '!' => '¡',
        '1' => '¹',
@@ -100,8 +102,9 @@ $rows{'['} = $rows{'2'};
 $rows{']'} = $rows{'#'};
 
 +{
-       %{ do 'keyboard/altgr/groups.inc.pl' },
+       %{ kbchars(\%rows) },
        title => 'UK-extended',
+       category => 'latin/thirdparty',
        version => '1.0',
        intro => join("\n",
                "A Chrome OS extension",
@@ -112,4 +115,6 @@ $rows{']'} = $rows{'#'};
                "Google UK-Extended keyboard layout table for Chrome OS",
                "with the AltGr modifier key.",
        ],
+       image => 'data/keyboard/thumb/chromebook-hp11.jpg',
+       imagealt => 'AltGr key on a HP Chromebook 11 G2',
 }