home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23309 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!uknet!gdt!uwe-bristol!slave.uwe.ac.uk!root
  2. From: root@slave.uwe.ac.uk (Operator (Phil/Dylan))
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Thanks for SLS, and some X problems.
  5. Message-ID: <1993Jan9.010259.19573@csd.uwe.ac.uk>
  6. Date: 9 Jan 93 01:02:59 GMT
  7. References: <726151359.27398@minster.york.ac.uk>
  8. Sender: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  9. Reply-To: p_copela@csd.uwe.ac.uk
  10. Organization: The New University in the West of England, Bristol (WEB)
  11. Lines: 28
  12. Nntp-Posting-Host: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  13.  
  14. In article <726151359.27398@minster.york.ac.uk>, gary@minster.york.ac.uk
  15. writes:
  16. |> When in X the keyboard translation seem wrong. I'm using a UK
  17. |> keyboard but X seems to think it's a US. I have rebuilt the kernel
  18. |> for a UK keyboard and the translation work fine when not in X. I'm
  19. |> not an X guru. Any clues?
  20.  
  21. well I found that I had to include a file (xmodmap.uk which I've forgotten
  22. where i got) in the ~/.xinitrc
  23. ...
  24. xmodmap -quiet /etc/xmodmap.uk
  25. ...
  26.  
  27. /etc/xmodmap.uk contains lines in the following format
  28.  
  29. ...
  30. keycode   9 = Escape
  31. keycode  10 = 1 exclam
  32. keycode  11 = 2 quotedbl
  33. keycode  12 = 3 sterling
  34. keycode  13 = 4 dollar
  35. keycode  14 = 5 percent
  36. ...
  37.  
  38. Hope that this helps
  39.  
  40. Phil
  41. =--=
  42.