From 5483344e9899c22986bfce808a4e528a0d592e01 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 5 Aug 2003 19:48:04 +0000 Subject: Turkish "F" keyboard was unavailable due to a typo --- perl-install/keyboard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 1ac0de1b7..d8c76b375 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -66,7 +66,7 @@ my %lang2keyboard = 'kl' => 'dk:80 us_intl:30', 'kn' => 'kan:90', 'ko' => 'kr:90 us:60', - 'ku' => 'tr_q:90 tr_q:30', + 'ku' => 'tr_q:90 tr_f:30', 'kw' => 'uk:90', 'li' => 'us_intl:80 be:70 nl:10 us:5', 'lo' => 'lao:90', @@ -105,7 +105,7 @@ my %lang2keyboard = 'te' => 'tel:90', 'tg' => 'tj:90 ru_yawerty:40', 'th' => 'th:90', - 'tr' => 'tr_q:90 tr_q:30', + 'tr' => 'tr_q:90 tr_f:30', 'tt' => 'ru:50 ru_yawerty:40', 'uk' => 'ua:90 ru:50 ru_yawerty:40', 'uz' => 'us:80 uz:80', -- cgit v1.2.1