keyboard/altgr: msx-graph mode counterpart to msx code
[sheet.git] / keyboard / altgr / apl.eng.inc.pl
index 215fc8ed81fe605af4a92f273953b7a55efc4cb6..c796cb31f61169737c74cb102addcd2529301e0a 100644 (file)
@@ -1,8 +1,7 @@
 use utf8;
 use strict;
 use warnings;
-require './keyboard/altgr/groups.inc.pl';
-Shiar_Sheet::KeyboardChars->import('kbchars');
+use Shiar_Sheet::KeyboardChars 'kbchars';
 
 my %dyalogx = (
        'Q' => '⍰',
@@ -94,7 +93,6 @@ my %rows = (
 );
 
 my $groups = kbchars(\%rows);
-$groups->{def}{''}{$_} = 'g4' for split //,'weEriIoOa/*'; # lookalikes
 $groups->{def}{''}{$_} .= ' ext' for keys %dyalogx;
 $groups->{flag}{ext} = ['extended', 'optional operators not available in all variants'];
 
@@ -102,6 +100,7 @@ $groups->{flag}{ext} = ['extended', 'optional operators not available in all var
        %{$groups},
        version => '1.0',
        title => 'APL',
+       category => 'specialised',
        intro => join("\n",
                'Resulting <a href="/charset">Unicode</a> characters',
                'of a typical <a href="/apl">APL</a> keyboard layout',
@@ -113,5 +112,6 @@ $groups->{flag}{ext} = ['extended', 'optional operators not available in all var
                'Typical IBM-derived APL keyboard layout,',
                'as found in APLX and Dyalog implementations.',
        ],
-       image => 'keyboard/altgr/unicomp-apl.jpg',
+       image => 'data/keyboard/thumb/unicomp-apl.jpg',
+       imagealt => 'Alt on a custom keyboard with APL labels',
 }