summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Xconfigurator_consts.pm2
1 files changed, 1 insertions, 1 deletions
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"' ],
);