diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-26 23:14:52 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-12-26 23:14:52 +0000 |
commit | 310f5616b5b13c9d218b50e171ae48525236689c (patch) | |
tree | 5f558d27bfaf7871c8851961057b26d25b78a7f5 /perl-install/keyboard.pm | |
parent | aeca3cd14d38f9db3d3de4183da5a8d03a6a7319 (diff) | |
download | drakx-310f5616b5b13c9d218b50e171ae48525236689c.tar drakx-310f5616b5b13c9d218b50e171ae48525236689c.tar.gz drakx-310f5616b5b13c9d218b50e171ae48525236689c.tar.bz2 drakx-310f5616b5b13c9d218b50e171ae48525236689c.tar.xz drakx-310f5616b5b13c9d218b50e171ae48525236689c.zip |
added more lang->keyboard defaults
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r-- | perl-install/keyboard.pm | 48 |
1 files changed, 48 insertions, 0 deletions
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, |