]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/kbmap
vmx: nanosec(): fix non-interruptable temporary, assign fasthz only once after xstart
[plan9front.git] / sys / man / 1 / kbmap
1 .TH KBMAP 1
2 .SH NAME
3 kbmap \- show a list of available keyboard maps and switch between them.
4 .SH SYNOPSIS
5 .B kbmap
6 [
7 .IR file ...
8 ]
9 .SH DESCRIPTION
10 .I Kbmap
11 shows a single column consisting of the names of keyboard maps for different
12 alphabets available on the system. With no arguments 
13 .B kbmap
14 will look for files in 
15 .BR /sys/lib/kbmap .
16 .PP
17 Clicking the right mouse button will highlight the entry and force the
18 keyboard mapping defined in the corresponding file to become current
19 for the system; typing 'q' quits.
20 .PP
21 .I Kbmap
22 requires that the file
23 .B /dev/kbmap
24 served by 
25 .IR kbdfs (8)
26 exists and is writable.
27 ..SH FILES
28 .TF /lib/kbmap/*
29 .SH SOURCE
30 .B /sys/src/cmd/kbmap.c
31 .SH "SEE ALSO"
32 .IR kbdfs (8)
33 .SH BUGS
34 Not all keyboards map the entire set of characters, so one has to
35 switch back to the default map before changing to another.