keyboard/altgr/index: move ctrl rows to distinct inventory mode
[sheet.git] / keyboard / altgr / macos-nl.eng.inc.pl
1 use utf8;
2 use strict;
3 use warnings;
4 use Shiar_Sheet::KeyboardChars 'kbchars';
5
6 my $inherit = 'keyboard/altgr/macos.eng.inc.pl';
7 do $inherit or warn "$inherit: ", $@ || $!;
8
9 our %rows = (%rows,
10         '@' => '™',
11         '2' => '€',
12         'E' => '‰', # R
13         'R' => 'Â', # M
14         'T' => 'Ê',
15         'U' => 'Ë',
16         'I' => 'È',
17         'G' => 'Ì',
18         '~' => 'Ÿ',
19         'Z' => 'Û',
20         'X' => 'Ù',
21         'N' => "\N{MODIFIER LETTER CIRCUMFLEX ACCENT}",
22         'M' => "\N{SMALL TILDE}",
23 );
24
25 +{
26         %{ Shiar_Sheet::KeyboardChars::kbchars(\%rows) },
27         version => '1.0',
28         title => 'Dutch option',
29         intro => join("\n",
30                 'Special <a href="/unicode">characters</a>',
31                 "when pressing ⌥ Option (Alt) with Apple's Dutch layout.",
32                 q{Not to be confused with <a href="/keyboard/altgr">Windows'</a> AltGr keys.},
33         ),
34         description => [
35                 "Apple Dutch keyboard layout table",
36                 "with the Option modifier key.",
37         ],
38 }