X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/18606a64db0a6c02e5e289074b62728c93b5231b..623177b99e1aa90c459e5710df34a8cd33ad2b01:/keyboard/altgr/ukext.eng.inc.pl diff --git a/keyboard/altgr/ukext.eng.inc.pl b/keyboard/altgr/ukext.eng.inc.pl index 87d629a..6a8e914 100644 --- a/keyboard/altgr/ukext.eng.inc.pl +++ b/keyboard/altgr/ukext.eng.inc.pl @@ -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 %rows = ( '~' => '¦', @@ -105,6 +104,7 @@ $rows{']'} = $rows{'#'}; +{ %{ kbchars(\%rows) }, title => 'UK-extended', + category => 'latin/thirdparty', version => '1.0', intro => join("\n", "A Chrome OS extension", @@ -115,5 +115,6 @@ $rows{']'} = $rows{'#'}; "Google UK-Extended keyboard layout table for Chrome OS", "with the AltGr modifier key.", ], - image => 'keyboard/altgr/chromebook-hp11.jpg', + image => 'data/keyboard/thumb/chromebook-hp11.jpg', + imagealt => 'AltGr key on a HP Chromebook 11 G2', }