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