index: release v1.18 with only altgr index linked
[sheet.git] / keyboard / altgr / macos.eng.inc.pl
1 use utf8;
2 use strict;
3 use warnings;
4 use Shiar_Sheet::KeyboardChars 'kbchars';
5
6 my %rows = (
7         'A' => 'Å',
8         'a' => 'å',
9         'B' => 'ı',
10         'b' => '∫',
11         'C' => 'Ç',
12         'c' => 'ç',
13         'D' => 'Î',
14         'd' => '∂',
15         'E' => "\N{ACUTE ACCENT}",
16         'e' => "\N{COMBINING ACUTE ACCENT}",
17         'f' => 'ƒ',
18         'F' => 'Ï',
19         'G' => "\N{DOUBLE ACUTE ACCENT}",
20         'g' => '©',
21         'H' => 'Ó',
22         'h' => "\N{DOT ABOVE}",
23         'I' => "\N{MODIFIER LETTER CIRCUMFLEX ACCENT}",
24         'i' => "\N{COMBINING CIRCUMFLEX ACCENT}",
25         'J' => 'Ô',
26         'j' => '∆',
27         'K' => '',
28         'k' => '°',
29         'L' => 'Ò',
30         'l' => '¬',
31         'M' => 'Â',
32         'm' => 'µ',
33         'N' => "\N{SMALL TILDE}",
34         'n' => "\N{COMBINING TILDE}",
35         'O' => 'Ø',
36         'o' => 'ø',
37         'P' => '∏',
38         'p' => 'π',
39         'Q' => 'Œ',
40         'q' => 'œ',
41         'R' => '‰',
42         'r' => '®',
43         'S' => 'Í',
44         's' => 'ß',
45         'T' => "\N{CARON}",
46         't' => '†',
47         'U' => "\N{DIAERESIS}",
48         'u' => "\N{COMBINING DIAERESIS}",
49         'V' => '◊',
50         'v' => '√',
51         'W' => '„',
52         'w' => '∑',
53         'X' => "\N{OGONEK}",
54         'x' => '≈',
55         'Y' => 'Á',
56         'y' => '¥',
57         'Z' => "\N{CEDILLA}",
58         'z' => 'Ω',
59         '[' => "\N{LEFT DOUBLE QUOTATION MARK}",
60         '{' => "\N{RIGHT DOUBLE QUOTATION MARK}",
61         ']' => "\N{LEFT SINGLE QUOTATION MARK}",
62         '}' => "\N{RIGHT SINGLE QUOTATION MARK}",
63         ':' => 'Ú',
64         ';' => '…',
65         '"' => 'Æ',
66         "'" => 'æ',
67         '|' => '»',
68         '\\'=> '«',
69         '<' => "\N{MACRON}",
70         ',' => '≤',
71         '>' => "\N{BREVE}",
72         '.' => '≥',
73         '/' => '÷',
74         '?' => '¿',
75         '~' => "\N{GRAVE ACCENT}",
76         '`' => "\N{COMBINING GRAVE ACCENT}",
77         '1' => '¡',
78         '!' => '⁄',
79         '2' => '™',
80         '@' => '€',
81         '3' => '£',
82         '#' => '‹',
83         '4' => '¢',
84         '$' => '›',
85         '5' => '∞',
86         '%' => 'fi',
87         '6' => '§',
88         '^' => 'fl',
89         '7' => '¶',
90         '&' => '‡',
91         '8' => '•',
92         '*' => '°',
93         '9' => 'ª',
94         '(' => '·',
95         '0' => 'º',
96         ')' => '‚',
97         '-' => '–',
98         '_' => '—',
99         '+' => '±',
100         '=' => '≠',
101 );
102
103 +{
104         %{ kbchars(\%rows) },
105         version => '1.3',
106         title => 'US option',
107         category => '2/latin/macos',
108         intro => join("\n",
109                 'Resulting <a href="/unicode">selection</a> of <a href="/charset">Unicode</a> characters',
110                 "while pressing ⌥ Option (Alt) with Apple's US (or US International) layout",
111                 'on <abbr title="at least in Ventura 13.2">macOS</abbr>.',
112                 q{An alternative <a href="/keyboard/altgr/macos-abc">ABC Extended</a> is also available.},
113                 q{Different from <a href="/keyboard/altgr/windows">AltGr</a> on Windows.},
114         ),
115         description => [
116                 "Apple US International keyboard layout table",
117                 "with the Option modifier key.",
118         ],
119         image => 'data/keyboard/thumb/matias-fk302.jpg',
120         imagealt => 'Option key on a Matias Tactile Pro keyboard with USA keycaps',
121 }