keyboard/altgr: msx-graph mode counterpart to msx code
[sheet.git] / keyboard / altgr / macos.eng.inc.pl
index aa153adafb8f230308da76a2bcb36e3648106030..15b0a7f67be42ab6a1671c4777424dc8fab6f368 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 = (
        'A' => 'Å',
@@ -104,6 +104,7 @@ my %rows = (
        %{ kbchars(\%rows) },
        version => '1.3',
        title => 'US option',
+       category => '2/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 US (or US International) layout",
@@ -115,5 +116,6 @@ my %rows = (
                "Apple US International keyboard layout table",
                "with the Option modifier key.",
        ],
-       image => 'keyboard/altgr/matias-fk302.jpg',
+       image => 'data/keyboard/thumb/matias-fk302.jpg',
+       imagealt => 'Option key on a Matias Tactile Pro keyboard with USA keycaps',
 }