X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/16c246b59170bdbf5805e837840c0abac6f01559..19cabf5a472cd83e67ad54b02cae39d353d1a050:/keyboard/altgr/macos.eng.inc.pl diff --git a/keyboard/altgr/macos.eng.inc.pl b/keyboard/altgr/macos.eng.inc.pl index da0c85e..0d0718d 100644 --- a/keyboard/altgr/macos.eng.inc.pl +++ b/keyboard/altgr/macos.eng.inc.pl @@ -1,7 +1,9 @@ use utf8; use strict; use warnings; -our %rows = ( +use Shiar_Sheet::KeyboardChars 'kbchars'; + +my %rows = ( 'A' => 'Å', 'a' => 'å', 'B' => 'ı', @@ -32,8 +34,8 @@ our %rows = ( 'n' => "\N{COMBINING TILDE}", 'O' => 'Ø', 'o' => 'ø', - 'p' => 'π', 'P' => '∏', + 'p' => 'π', 'Q' => 'Œ', 'q' => 'œ', 'R' => '‰', @@ -99,18 +101,20 @@ our %rows = ( ); +{ - %{ do 'keyboard/altgr/groups.inc.pl' }, + %{ kbchars(\%rows) }, version => '1.3', - title => 'option key', + title => 'US option', intro => join("\n", 'Resulting selection of Unicode characters', "while pressing ⌥ Option (Alt) with Apple's US (or US International) layout", 'on macOS.', + q{An alternative ABC Extended is also available.}, q{Different from AltGr on Windows.}, ), description => [ "Apple US International keyboard layout table", "with the Option modifier key.", ], - image => 'keyboard/altgr/macoption.jpg', + image => 'data/keyboard/thumb/matias-fk302.jpg', + imagealt => 'Option key on a Matias Tactile Pro keyboard with USA keycaps', }