From 310f5616b5b13c9d218b50e171ae48525236689c Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sun, 26 Dec 1999 23:14:52 +0000 Subject: added more lang->keyboard defaults --- perl-install/keyboard.pm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 743d6389a..e0bcd005d 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -19,9 +19,57 @@ use c; #-###################################################################################### my $KMAP_MAGIC = 0x8B39C07F; +#- a best guess of the keyboard layout, based on the choosen locale my %lang2keyboard = ( + "af" => "us_intl", + "bg" => "bg", + "br" => "fr", + "ca" => "es", + "cs" => "cz", + "cy" => "uk", + "da" => "dk", +"de_AT"=> "de", +"de_DE"=> "de", + "el" => "gr", "en" => "us", +"en_GB"=> "uk", + "eo" => "us_intl", +"es_AR"=> "la", +"es_ES"=> "es", +"es_MX"=> "la", + "es@tradicional" => "es", + "es" => "es", + "et" => "ee", + "eu" => "es", + "fi" => "fi", +"fr_FR"=> "fr", + "ga" => "uk", + "gl" => "es", + "he" => "il", + "hr" => "yu", + "hu" => "hu", + "hy" => "am", + "is" => "is", + "it" => "it", + "ka" => "ge_la", + "lt" => "lt", + "nl" => "nl", + "no" => "no", + "no@nynorsk" => "no", + "oc" => "fr", + "pl" => "pl", +"pt_BR"=> "br", +"pt_PT"=> "pt", + "ru" => "ru", + "sk" => "sk", + "sl" => "si", + "sr" => "yu", + "sv" => "se", + "th" => "th", + "tr" => "tr_q", + "uk" => "ua", + "wa" => "be", ); #- key = extension for Xmodmap file, [0] = description of the keyboard, -- cgit v1.2.1