keyboard/altgr: automatically generate thumbnails from source images
[sheet.git] / keyboard / altgr / apl.eng.inc.pl
index 45acbd52a9ac19fff04da3d3d6ebd8469becf7b6..efae0ba2a747e8cbeb3ff5d500eed30b37dffbfe 100644 (file)
@@ -1,7 +1,7 @@
 use utf8;
 use strict;
 use warnings;
-do './keyboard/altgr/groups.inc.pl';
+use Shiar_Sheet::KeyboardChars 'kbchars';
 
 my %dyalogx = (
        'Q' => '⍰',
@@ -112,5 +112,5 @@ $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',
 }