summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/keyboard.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm
index fe8d40268..abc87672c 100644
--- a/perl-install/keyboard.pm
+++ b/perl-install/keyboard.pm
@@ -308,6 +308,10 @@ sub group_toggle_choose {
allow switching between the different keyboard layouts
(eg: latin and non latin)"), sub { translate($grp_toggles->{$_[0]}) }, [ sort keys %$grp_toggles ], $GRP_TOGGLE) or return;
+ $GRP_TOGGLE ne 'rctrl_toggle' and $in->ask_warn('', formatAlaTeX(N("Warning"),
+N("This setting will be activated after the installation.
+During installation, you will need to use the Right Control
+key to switch between the different keyboard layouts.")));
log::l("GRP_TOGGLE: $GRP_TOGGLE");
$keyboard->{GRP_TOGGLE} = $GRP_TOGGLE;
} else {