diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
commit | b41b9034225ab3e49980d9de55c141011b6383b0 (patch) | |
tree | 891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/1/kbmap | |
parent | c558a99e0be506a9abdf677f0ca4490644e05fc1 (diff) |
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/kbmap')
-rwxr-xr-x | sys/man/1/kbmap | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sys/man/1/kbmap b/sys/man/1/kbmap new file mode 100755 index 000000000..5a8d8a4e3 --- /dev/null +++ b/sys/man/1/kbmap @@ -0,0 +1,35 @@ +.TH KBMAP 1 +.SH NAME +kbmap \- show a list of available keyboard maps and switch between them. +.SH SYNOPSIS +.B kbmap +[ +.IR file ... +] +.SH DESCRIPTION +.I Kbmap +shows a single column consisting of the names of keyboard maps for different +alphabets available on the system. With no arguments +.B kbmap +will look for files in +.BR /sys/lib/kbmap . +.PP +Clicking the right mouse button will highlight the entry and force the +keyboard mapping defined in the corresponding file to become current +for the system; typing 'q' quits. +.PP +.I Kbmap +requires that the file +.B /dev/kbmap +served by +.IR kbmap (3) +exists and is writable. +..SH FILES +.TF /lib/kbmap/* +.SH SOURCE +.B /sys/src/cmd/kbmap.c +.SH "SEE ALSO" +.IR kbmap (3) +.SH BUGS +Not all keyboards map the entire set of characters, so one has to +switch back to the default map before changing to another. |