keyboard/altgr: move code include to project packages
[sheet.git] / keyboard / altgr / macos.eng.inc.pl
index 7864d1e93ec8b08ca6382edd4707a7a6f06d42df..884eeb9595e6ab38e07f3f522abb274f47c63eb7 100644 (file)
@@ -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-us.jpg',
+       image => 'keyboard/altgr/matias-fk302.jpg',
 }