LOADKEYS.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH LOADKEYS 1
  2. .SH NAME
  3. loadkeys - load a keyboard map into the keyboard driver
  4. .SH SYNOPSIS
  5. fBloadkeys fImapfilefR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "loadkeys spanish.map" "Load a map for a Spanish keyboard"
  19. .SH DESCRIPTION
  20. .PP
  21. .I Loadkeys
  22. changes the key number to character mapping.  This is necessary for national
  23. keyboards that have different symbols on the keys that the standard U.S.
  24. English keyboard.  The file
  25. .I /etc/keymap
  26. is the first thing loaded by
  27. .I /etc/rc
  28. at boot time if it exists.
  29. .SH "SEE ALSO"
  30. .BR console (4).