kbmap 846 B

1234567891011121314151617181920212223242526272829303132333435
  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 kbmap (3)
  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 kbmap (3)
  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.