X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/1645f78531b64d0da285900056692309794cc600..d554ba953e645559ddd2a01b322b24d22453923c:/keyboard/altgr/ukext.eng.inc.pl diff --git a/keyboard/altgr/ukext.eng.inc.pl b/keyboard/altgr/ukext.eng.inc.pl index a6fe865..6a8e914 100644 --- a/keyboard/altgr/ukext.eng.inc.pl +++ b/keyboard/altgr/ukext.eng.inc.pl @@ -1,7 +1,9 @@ use utf8; use strict; use warnings; -our %rows = ( +use Shiar_Sheet::KeyboardChars 'kbchars'; + +my %rows = ( '~' => '¦', '!' => '¡', '1' => '¹', @@ -100,8 +102,9 @@ $rows{'['} = $rows{'2'}; $rows{']'} = $rows{'#'}; +{ - %{ do 'keyboard/altgr/groups.inc.pl' }, + %{ kbchars(\%rows) }, title => 'UK-extended', + category => 'latin/thirdparty', version => '1.0', intro => join("\n", "A Chrome OS extension", @@ -112,4 +115,6 @@ $rows{']'} = $rows{'#'}; "Google UK-Extended keyboard layout table for Chrome OS", "with the AltGr modifier key.", ], + image => 'data/keyboard/thumb/chromebook-hp11.jpg', + imagealt => 'AltGr key on a HP Chromebook 11 G2', }