diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-02-20 05:35:27 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-02-20 05:35:27 +0000 |
commit | 3101bc322a98c02120f89f68d15395258b98fde3 (patch) | |
tree | b65ded75795fc2e02b4310774755194d963fd21f | |
parent | a86a6049cddaabea99207bca0b914e73d4ad15a6 (diff) | |
download | drakx-3101bc322a98c02120f89f68d15395258b98fde3.tar drakx-3101bc322a98c02120f89f68d15395258b98fde3.tar.gz drakx-3101bc322a98c02120f89f68d15395258b98fde3.tar.bz2 drakx-3101bc322a98c02120f89f68d15395258b98fde3.tar.xz drakx-3101bc322a98c02120f89f68d15395258b98fde3.zip |
keyboard values for "lb" language.
-rw-r--r-- | perl-install/keyboard.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 081937def..6791d5e36 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -82,6 +82,7 @@ our %lang2keyboard = 'ku_IQ' => 'ku:90', 'kw' => 'uk:80 ie:70', 'ky' => 'ky:90 ru_yawerty:40', + 'lb' => 'ch_fr:89 be:85 us-intl:70 fr:60 dvorak_fr:20', 'li' => 'us_intl:80 be:70 nl:10 us:5', 'lo' => 'lao:90', 'lt' => 'lt:80 lt_new:70 lt_b:60 lt_p:50', @@ -148,7 +149,7 @@ our %lang2keyboard = # USB kbd table # The numeric values are the bCountryCode field (5th byte) of HID descriptor -# NOTE: we do not trust when the layout is declared as us layout (0x21) +# NOTE: we do not trust when the layout is declared as US layout (0x21) # as most manufacturers just use that value when selling physical devices # with different layouts printed on the keys. my @usb2keyboard = |