X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/9d5e8ba159801beb6aad50783e61ce71554ba218..133e96335267b12bb7e97d9bbe551a3a043bd32a:/keyboard/altgr/macos.eng.inc.pl diff --git a/keyboard/altgr/macos.eng.inc.pl b/keyboard/altgr/macos.eng.inc.pl index 7864d1e..b62c871 100644 --- a/keyboard/altgr/macos.eng.inc.pl +++ b/keyboard/altgr/macos.eng.inc.pl @@ -1,6 +1,8 @@ use utf8; use strict; use warnings; +use Shiar_Sheet::KeyboardChars 'kbchars'; + our %rows = ( 'A' => 'Å', 'a' => 'å', @@ -23,7 +25,7 @@ our %rows = ( 'J' => 'Ô', 'j' => '∆', 'K' => '', - 'k' => '°', + 'k' => '˚', # really 'L' => 'Ò', 'l' => '¬', 'M' => 'Â', @@ -51,7 +53,7 @@ our %rows = ( 'X' => "\N{OGONEK}", 'x' => '≈', 'Y' => 'Á', - 'y' => '¥', + 'y' => '¥', # terminal substitutes \ 'Z' => "\N{CEDILLA}", 'z' => 'Ω', '[' => "\N{LEFT DOUBLE QUOTATION MARK}", @@ -99,9 +101,10 @@ our %rows = ( ); +{ - %{ do 'keyboard/altgr/groups.inc.pl' }, - version => '1.3', + %{ kbchars(\%rows) }, + version => '1.4', title => 'US option', + category => '2/latin/macos', intro => join("\n", 'Resulting selection of Unicode characters', "while pressing ⌥ Option (Alt) with Apple's US (or US International) layout", @@ -113,5 +116,6 @@ our %rows = ( "Apple US International keyboard layout table", "with the Option modifier key.", ], - image => 'keyboard/altgr/macoption-us.jpg', + image => 'data/keyboard/thumb/matias-fk302.jpg', + imagealt => 'Option key on a Matias Tactile Pro keyboard with USA keycaps', }