keyboard/altgr: order index by subpage categories
[sheet.git] / keyboard / altgr / macos-abc.eng.inc.pl
index 069a9b32d124d14931f7d9a7f8ce2ef1600d24c5..e936009c122f33e6431a1fded2c468e914af5faa 100644 (file)
@@ -1,8 +1,7 @@
 use utf8;
 use strict;
 use warnings;
-require './keyboard/altgr/groups.inc.pl';
-Shiar_Sheet::KeyboardChars->import('kbmodes');
+use Shiar_Sheet::KeyboardChars 'kbmodes';
 
 my %rows = (
        '' => {
@@ -197,6 +196,7 @@ my %rows = (
        },
        version => '1.0',
        title => 'ABC option',
+       category => 'latin/macos',
        intro => join("\n",
                'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',
                "while pressing ⌥ Option (Alt) with Apple's ABC Extended",
@@ -209,5 +209,6 @@ my %rows = (
                "Apple ABC Extended keyboard layout table",
                "with the Option modifier key.",
        ],
-       image => 'keyboard/altgr/macbook-gray.jpg',
+       image => 'data/keyboard/thumb/macbook-gray.jpg',
+       imagealt => 'Option key on a black MacBook',
 }