keyboard/altgr: order index by subpage categories
[sheet.git] / keyboard / altgr / ukext.eng.inc.pl
index bfc995e9cc6ae09f212549fe5fb53d0a97c64b82..04181c45bfd838e227019a059347e939a135d634 100644 (file)
@@ -1,7 +1,7 @@
 use utf8;
 use strict;
 use warnings;
-do './keyboard/altgr/groups.inc.pl';
+use Shiar_Sheet::KeyboardChars 'kbchars';
 
 my %rows = (
        '~' => '¦',
@@ -104,6 +104,7 @@ $rows{']'} = $rows{'#'};
 +{
        %{ kbchars(\%rows) },
        title => 'UK-extended',
+       category => 'latin',
        version => '1.0',
        intro => join("\n",
                "A Chrome OS extension",
@@ -114,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',
 }