X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/b55f16d857eb0de23413f042f61462c06f7f14e7..b64a25c8b02cab34613c4652ca374ded921f54af:/keyboard/altgr/macos.eng.inc.pl diff --git a/keyboard/altgr/macos.eng.inc.pl b/keyboard/altgr/macos.eng.inc.pl index f4aba44..884eeb9 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' => 'ı', @@ -99,7 +101,7 @@ our %rows = ( ); +{ - %{ do 'keyboard/altgr/groups.inc.pl' }, + %{ kbchars(\%rows) }, version => '1.3', title => 'US option', intro => join("\n", @@ -113,5 +115,5 @@ our %rows = ( "Apple US International keyboard layout table", "with the Option modifier key.", ], - image => 'keyboard/altgr/macoption.jpg', + image => 'keyboard/altgr/matias-fk302.jpg', }