From a974ba52bb78a477d2c8ef30591f79a2fa41a889 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 15 Sep 2004 05:17:31 +0000 Subject: removed "caps:shift" it never fully solved the problem of turkish keyboards anyway; and a much better solution is done on newer keyboard maps in xorg package. --- perl-install/keyboard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 266ea61f8..30526a83c 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -468,7 +468,7 @@ sub keyboard2full_xkb { if_($keyboard->{GRP_TOGGLE} ne 'rwin_toggle', 'compose:rwin'), "grp:$keyboard->{GRP_TOGGLE}", 'grp_led:scroll'), - if_(member($XkbLayout, 'az', 'tr', 'tr_f'), 'caps:shift')), + ), }; } -- cgit v1.2.1