X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/159550a310db39c79c32ace87d88b036ccb596b8..133e96335267b12bb7e97d9bbe551a3a043bd32a:/keyboard/altgr/macos-nl.eng.inc.pl?ds=sidebyside diff --git a/keyboard/altgr/macos-nl.eng.inc.pl b/keyboard/altgr/macos-nl.eng.inc.pl new file mode 100644 index 0000000..1cb96e3 --- /dev/null +++ b/keyboard/altgr/macos-nl.eng.inc.pl @@ -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 characters', + "when pressing ⌥ Option (Alt) with Apple's Dutch layout.", + q{Not to be confused with Windows' AltGr keys.}, + ), + description => [ + "Apple Dutch keyboard layout table", + "with the Option modifier key.", + ], +}