minix/minix/commands/loadkeys/loadkeys.1

33 lines
597 B
Groff
Raw Normal View History

2005-05-02 15:01:42 +02:00
.TH LOADKEYS 1
.SH NAME
loadkeys \- load a keyboard map into the keyboard driver
.SH SYNOPSIS
\fBloadkeys \fImapfile\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
2012-03-31 23:44:29 +02:00
.TP 20
.B loadkeys spanish.map
# Load a map for a Spanish keyboard
2005-05-02 15:01:42 +02:00
.SH DESCRIPTION
.PP
.I Loadkeys
changes the key number to character mapping. This is necessary for national
keyboards that have different symbols on the keys that the standard U.S.
English keyboard. The file
.I /etc/keymap
is the first thing loaded by
.I /etc/rc
at boot time if it exists.
.SH "SEE ALSO"
.BR console (4).