keyboard/altgr: move code include to project packages
[sheet.git] / keyboard / altgr / ukext.eng.inc.pl
index 29702ec64b32f9da08c60431fab9807fe48c9ec5..9fa019f0bf4a876709b3376e13ab12a337b764b6 100644 (file)
@@ -1,7 +1,9 @@
 use utf8;
 use strict;
 use warnings;
-our %rows = (
+use Shiar_Sheet::KeyboardChars 'kbchars';
+
+my %rows = (
        '~' => '¦',
        '!' => '¡',
        '1' => '¹',
@@ -85,8 +87,8 @@ our %rows = (
        'v' => '“',
        'B' => '’',
        'b' => '”',
-       'N' => 'N',
-       'n' => 'n',
+       #'N'=> 'N',
+       #'n'=> 'n',
        'M' => 'º',
        'm' => 'µ',
        '<' => '×',
@@ -100,7 +102,7 @@ $rows{'['} = $rows{'2'};
 $rows{']'} = $rows{'#'};
 
 +{
-       %{ do 'keyboard/altgr/groups.inc.pl' },
+       %{ kbchars(\%rows) },
        title => 'UK-extended',
        version => '1.0',
        intro => join("\n",
@@ -112,4 +114,5 @@ $rows{']'} = $rows{'#'};
                "Google UK-Extended keyboard layout table for Chrome OS",
                "with the AltGr modifier key.",
        ],
+       image => 'keyboard/altgr/chromebook-hp11.jpg',
 }