keyboard/altgr/macos: describe exceptions in nl language variant
[sheet.git] / keyboard / altgr / macos.eng.inc.pl
index 884eeb9595e6ab38e07f3f522abb274f47c63eb7..b62c871462d3014a1bd6cbd7780eab258b6fb37e 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use Shiar_Sheet::KeyboardChars 'kbchars';
 
-my %rows = (
+our %rows = (
        'A' => 'Å',
        'a' => 'å',
        'B' => 'ı',
@@ -25,7 +25,7 @@ my %rows = (
        'J' => 'Ô',
        'j' => '∆',
        'K' => '',
-       'k' => '°',
+       'k' => '˚', # really
        'L' => 'Ò',
        'l' => '¬',
        'M' => 'Â',
@@ -53,7 +53,7 @@ my %rows = (
        'X' => "\N{OGONEK}",
        'x' => '≈',
        'Y' => 'Á',
-       'y' => '¥',
+       'y' => '¥', # terminal substitutes \
        'Z' => "\N{CEDILLA}",
        'z' => 'Ω',
        '[' => "\N{LEFT DOUBLE QUOTATION MARK}",
@@ -102,8 +102,9 @@ my %rows = (
 
 +{
        %{ kbchars(\%rows) },
-       version => '1.3',
+       version => '1.4',
        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',
 }