X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/bf5d4d28bb3dcfed89168c72ca432cfab724c160..18606a64db0a6c02e5e289074b62728c93b5231b:/keyboard/altgr/macos.eng.inc.pl diff --git a/keyboard/altgr/macos.eng.inc.pl b/keyboard/altgr/macos.eng.inc.pl index ea31116..4c80397 100644 --- a/keyboard/altgr/macos.eng.inc.pl +++ b/keyboard/altgr/macos.eng.inc.pl @@ -1,7 +1,10 @@ use utf8; use strict; use warnings; -our %rows = ( +require './keyboard/altgr/groups.inc.pl'; +Shiar_Sheet::KeyboardChars->import('kbchars'); + +my %rows = ( 'A' => 'Å', 'a' => 'å', 'B' => 'ı', @@ -99,9 +102,9 @@ 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", @@ -113,5 +116,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', }