home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11121 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.4 KB  |  46 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!emba-news.uvm.edu!trantor.emba.uvm.edu!wollman
  3. From: wollman@trantor.emba.uvm.edu (Garrett Wollman)
  4. Subject: Re: Re-mapping keys?
  5. Message-ID: <1992Jul21.171550.5613@uvm.edu>
  6. Sender: news@uvm.edu
  7. Organization: University of Vermont, EMBA Computer Facility
  8. References: <711733882@tyranno.cs.duke.edu> <1992Jul21.162447.14369@odin.corp.sgi.com>
  9. Date: Tue, 21 Jul 1992 17:15:50 GMT
  10. Lines: 34
  11.  
  12. In article <1992Jul21.162447.14369@odin.corp.sgi.com> mikey@sgi.com (Mike Yang) writes:
  13. >!
  14. >! Swap Caps_Lock and Control_L
  15. >!
  16. >remove Lock = Caps_Lock
  17. >remove Control = Control_L
  18. >keysym Control_L = Caps_Lock
  19. >keysym Caps_Lock = Control_L
  20. >add Lock = Caps_Lock
  21. >add Control = Control_L
  22.  
  23. I do something similar in my .xsession.  A little-known fact is that
  24. you can make META keys work in an MIT xterm using:
  25.  
  26. xmodmap - <<'EOF'
  27. keysym Alt_L = Meta_L
  28. keysym Alt_R = Meta_R
  29. clear lock
  30. remove control = Execute
  31. add control = Caps_Lock
  32. EOF
  33.  
  34. Since there is no excuse for a Caps_Lock key on a UNIX system in the
  35. first place, it doesn't bother me a bit that I don't have one now.
  36. Now the next trick would be to turn my Execute (aka Control_R) key
  37. into a compose-character key...
  38.  
  39. -GAWollman
  40.  
  41. -- 
  42.    Garrett A. Wollman  = wollman@emba.uvm.edu = UVM is welcome to my opinions
  43.                        =    uvm-gen!wollman   =
  44.    That's what being alive is all about.  No deity, no higher goal
  45.    exists, than to bring joy to another person.    - Elf Sternberg
  46.