keyboard/altgr: build precomposed macos-abc characters
[sheet.git] / keyboard / altgr / macos-abc.eng.inc.pl
index 8e79740f4feb83d9e337d9d5a8b149964e704b4d..18c7bed1d05369b0a7d60f6a3b3cc4c67d89c2e3 100644 (file)
@@ -181,7 +181,7 @@ our %rows = (
        '>b' => 'ɓ',
 );
 
-my $groups = do 'keyboard/altgr/groups.inc.pl';
+my $groups = do './keyboard/altgr/groups.inc.pl';
 $groups->{mode} = {
        ''  => 'option-shifted ⌥',
        ':' => '№ number prefix ⌥:',
@@ -200,7 +200,7 @@ $groups->{flag}->{g1} = ['mode' => "switch to an alternate set of keys"];
 +{
        %{$groups},
        version => '1.0',
-       title => 'abc option',
+       title => 'ABC option',
        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",
@@ -213,4 +213,5 @@ $groups->{flag}->{g1} = ['mode' => "switch to an alternate set of keys"];
                "Apple ABC Extended keyboard layout table",
                "with the Option modifier key.",
        ],
+       image => 'keyboard/altgr/macbook-gray.jpg',
 }