keyboard/altgr/index: move ctrl rows to distinct inventory mode
[sheet.git] / keyboard / altgr / macos-abc.eng.inc.pl
index 069a9b32d124d14931f7d9a7f8ce2ef1600d24c5..9b61a9c0e19a6621b1945a5b56ce5669569c9fb1 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 = (
        '' => {
@@ -26,17 +25,17 @@ my %rows = (
        'i' => "\N{COMBINING COMMA ABOVE}",
        'J' => "\N{DOUBLE ACUTE ACCENT}",
        'j' => "\N{COMBINING DOUBLE ACUTE ACCENT}",
-       'K' => '°',
+       'K' => "\N{RING ABOVE}",
        'k' => "\N{COMBINING RING ABOVE}",
        'L' => '-',
-       'l' => "\N{COMBINING SHORT STROKE OVERLAY}", #XXX
+       'l' => "\N{COMBINING SHORT STROKE OVERLAY}", # precomposed ŧʉɨɵđǥħłƶƀ
        'M' => "\N{OGONEK}",
        'm' => "\N{COMBINING OGONEK}",
        'N' => "\N{SMALL TILDE}",
        'n' => "\N{COMBINING TILDE}",
        'O' => 'Ø',
        'o' => 'ø',
-       'P' => "\N{SINGLE LOW-9 QUOTATION MARK}", #XXX
+       'P' => ',',
        'p' => "\N{COMBINING COMMA BELOW}",
        'Q' => 'Œ',
        'q' => 'œ',
@@ -52,7 +51,7 @@ my %rows = (
        'v' => "\N{COMBINING CARON}",
        'W' => "\N{DOT ABOVE}",
        'w' => "\N{COMBINING DOT ABOVE}",
-       'X' => "\N{MODIFIER LETTER LOW RING}", #XXX
+       'X' => '.',
        'x' => "\N{COMBINING DOT BELOW}",
        'Y' => "\N{COMBINING DOUBLE GRAVE ACCENT}",
        'y' => '¥',
@@ -87,7 +86,7 @@ my %rows = (
        '5' => '§',
        '%' => '†',
        '6' => "\N{COMBINING CIRCUMFLEX ACCENT}",
-       '^' => "\N{MODIFIER LETTER CIRCUMFLEX ACCENT}", #XXX
+       '^' => "\N{MODIFIER LETTER CIRCUMFLEX ACCENT}",
        '7' => '¶',
        '&' => '‡',
        '8' => '•',
@@ -110,7 +109,7 @@ my %rows = (
                '%' => 'Ƽ',
                '5' => 'ƽ',
                '^' => 'Ƅ',
-               '6' => 'ƅ', #XXX
+               '6' => 'ƅ',
                '7' => '⁊',
                '*' => 'Ȣ',
                '8' => 'ȣ',
@@ -119,12 +118,12 @@ my %rows = (
                'W' => 'Ƿ',
                'w' => 'ƿ',
                'E' => 'Ǝ',
-               'e' => 'ǝ', #XXX ə
+               'e' => 'ǝ',
                'R' => 'Ʀ',
-               'r' => 'ʀ', #XXX
+               'r' => 'ʀ',
                'k' => 'ĸ',
-               'Y' => '',
-               'y' => 'ɜ',
+               'Y' => 'Ȝ',
+               'y' => 'ȝ',
                'U' => 'Ʊ',
                'u' => 'ʊ',
                'A' => 'Ə',
@@ -135,24 +134,24 @@ my %rows = (
                'H' => 'Ƕ',
                'h' => 'ƕ',
                'J' => 'Ƞ',
-               'j' => 'ƞ', #XXX ɳ
+               'j' => 'ƞ',
                'K' => 'Ǩ',
                'Z' => 'Ʒ',
                'z' => 'ʒ',
                'C' => 'Ɔ',
                'c' => 'ɔ',
                'v' => 'ʌ',
-               'N' => 'Ŋ', #XXX
+               'N' => 'Ŋ',
                'n' => 'ŋ',
                'M' => 'Ɯ',
                'm' => 'ɯ',
-               '"' => '″', #XXX ʺ
-               "'" => '′', #XXX ʹ
+               '"' => 'ʺ',
+               "'" => 'ʹ',
        },
 
        '>' => {
                'q' => 'ʠ',
-               'R' => 'Ʈ', #XXX mirrored?
+               'R' => 'Ʈ', # mirrored preview
                'r' => 'ʈ',
                'T' => 'Ƭ',
                't' => 'ƭ',
@@ -195,11 +194,13 @@ my %rows = (
                ':' => '№ number prefix ⌥:',
                '>' => 'ʔ hook prefix ⌥>',
        },
-       version => '1.0',
+       version => '1.1',
        title => 'ABC 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 ABC Extended",
+               "while pressing ⌥ Option (Alt) with Apple's",
+               'ABC <em title="distinct from just ABC">Extended</em>',
                "(formerly US Extended and Extended Roman) layout",
                'on <abbr title="at least in Ventura 13.2">macOS</abbr>.',
                'Significant changes from standard',
@@ -209,5 +210,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',
 }