X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/623177b99e1aa90c459e5710df34a8cd33ad2b01..133e96335267b12bb7e97d9bbe551a3a043bd32a:/keyboard/altgr/macos.eng.inc.pl diff --git a/keyboard/altgr/macos.eng.inc.pl b/keyboard/altgr/macos.eng.inc.pl index 88afe82..b62c871 100644 --- a/keyboard/altgr/macos.eng.inc.pl +++ b/keyboard/altgr/macos.eng.inc.pl @@ -3,7 +3,7 @@ use strict; use warnings; use Shiar_Sheet::KeyboardChars 'kbchars'; -my %rows = ( +our %rows = ( 'A' => 'Å', 'a' => 'å', 'B' => 'ı', @@ -25,7 +25,7 @@ my %rows = ( 'J' => 'Ô', 'j' => '∆', 'K' => '', - 'k' => '°', + 'k' => '˚', # really 'L' => 'Ò', 'l' => '¬', 'M' => 'Â', @@ -53,7 +53,7 @@ my %rows = ( 'X' => "\N{OGONEK}", 'x' => '≈', 'Y' => 'Á', - 'y' => '¥', + 'y' => '¥', # terminal substitutes \ 'Z' => "\N{CEDILLA}", 'z' => 'Ω', '[' => "\N{LEFT DOUBLE QUOTATION MARK}", @@ -102,9 +102,9 @@ my %rows = ( +{ %{ kbchars(\%rows) }, - version => '1.3', + version => '1.4', title => 'US option', - category => 'latin/macos', + category => '2/latin/macos', intro => join("\n", 'Resulting selection of Unicode characters', "while pressing ⌥ Option (Alt) with Apple's US (or US International) layout",