X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/1fffc8ba4ed48b9cc9a8fd76532ef7396f3d27b6..v1.16-32-g23f7b10a84:/keyboard/altgr/windows.eng.inc.pl diff --git a/keyboard/altgr/windows.eng.inc.pl b/keyboard/altgr/windows.eng.inc.pl index f110c86..d575e81 100644 --- a/keyboard/altgr/windows.eng.inc.pl +++ b/keyboard/altgr/windows.eng.inc.pl @@ -1,6 +1,7 @@ use utf8; use strict; use warnings; +do './keyboard/altgr/groups.inc.pl'; my @az = ('A'..'Z', 'a'..'z'); my @letters = qw( @@ -21,7 +22,7 @@ my %xkb = ( '?' => "\N{COMBINING HOOK ABOVE}", ); -our %rows = ( +my %rows = ( '~' => "\N{COMBINING TILDE}", '`' => "\N{COMBINING GRAVE ACCENT}", '!' => '¹', @@ -60,7 +61,7 @@ our %rows = ( } 0 .. $#az ); -my $groups = do './keyboard/altgr/groups.inc.pl'; +my $groups = kbchars(\%rows); $groups->{def}{''}{$_} .= ' ext' for keys %xkb; $groups->{flag}{ext} = ['xkb', 'unofficial extensions added in Linux (Gnome, KDE)'];