keyboard/altgr: order index by subpage categories
[sheet.git] / keyboard / altgr / windows.eng.inc.pl
index 329cb7f156e45f8e264ffc6e6b3e8a5859231bcb..252884dc9c978700ae516b1dbb0b4544a10ed324 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 @az = ('A'..'Z', 'a'..'z');
 my @letters = qw(
@@ -69,6 +68,7 @@ $groups->{flag}{ext} = ['xkb', 'unofficial extensions added in Linux (Gnome, KDE
 +{
        %{$groups},
        title => 'Windows AltGr',
+       category => 'latin/windows',
        version => '1.4',
        intro => join("\n",
                'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',
@@ -80,5 +80,6 @@ $groups->{flag}{ext} = ['xkb', 'unofficial extensions added in Linux (Gnome, KDE
                "Windows US international keyboard layout table",
                "with the AltGr modifier key.",
        ],
-       image => 'keyboard/altgr/ku2971b-usint.jpg',
+       image => 'data/keyboard/thumb/ku2971b-usint.jpg',
+       imagealt => 'AltGr on a KeyboardCompany KU2971B with USA International keycaps',
 }