From d357872e52455ef0171f2c034cb592eb9d635891 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 13 Apr 2001 16:37:59 +0000 Subject: do not set XkbVariant "winkeys" for ru(winkeys), it is redondant --- perl-install/Xconfigurator_consts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator_consts.pm') diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 95e3f8020..5bce19478 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -356,7 +356,7 @@ $low_default_monitor = "Super VGA, 800x600 at 56 Hz"; ); %xkb_options = ( - 'ru(winkeys)' => [ 'XkbVariant "winkeys"', 'XkbOptions "grp:caps_toggle"' ], + 'ru(winkeys)' => [ 'XkbOptions "grp:caps_toggle"' ], 'jp' => [ 'XkbModel "jp106"' ], ); -- cgit v1.2.1