summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r--perl-install/commands.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm
index 9415c7f05..fb905aaf5 100644
--- a/perl-install/commands.pm
+++ b/perl-install/commands.pm
@@ -606,6 +606,13 @@ sub bug {
sync;
}
+sub loadkeys {
+ my ($h) = getopts(\@_, "h");
+ $h || @_ != 1 and die "usage: loadkeys <keyboard>\n";
+
+ require keyboard;
+ keyboard::setup($_[0]);
+}
#-######################################################################################
#- Wonderful perl :(