keyboard/altgr/macos: describe exceptions in nl language variant
[sheet.git] / keyboard / altgr / macos-nl.eng.inc.pl
diff --git a/keyboard/altgr/macos-nl.eng.inc.pl b/keyboard/altgr/macos-nl.eng.inc.pl
new file mode 100644 (file)
index 0000000..1cb96e3
--- /dev/null
@@ -0,0 +1,38 @@
+use utf8;
+use strict;
+use warnings;
+use Shiar_Sheet::KeyboardChars 'kbchars';
+
+my $inherit = 'keyboard/altgr/macos.eng.inc.pl';
+do $inherit or warn "$inherit: ", $@ || $!;
+
+our %rows = (%rows,
+       '@' => '™',
+       '2' => '€',
+       'E' => '‰', # R
+       'R' => 'Â', # M
+       'T' => 'Ê',
+       'U' => 'Ë',
+       'I' => 'È',
+       'G' => 'Ì',
+       '~' => 'Ÿ',
+       'Z' => 'Û',
+       'X' => 'Ù',
+       'N' => "\N{MODIFIER LETTER CIRCUMFLEX ACCENT}",
+       'M' => "\N{SMALL TILDE}",
+);
+
++{
+       %{ Shiar_Sheet::KeyboardChars::kbchars(\%rows) },
+       version => '1.0',
+       title => 'Dutch option',
+       intro => join("\n",
+               'Special <a href="/unicode">characters</a>',
+               "when pressing ⌥ Option (Alt) with Apple's Dutch layout.",
+               q{Not to be confused with <a href="/keyboard/altgr">Windows'</a> AltGr keys.},
+       ),
+       description => [
+               "Apple Dutch keyboard layout table",
+               "with the Option modifier key.",
+       ],
+}