home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / hardware / 5347 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  1.1 KB

  1. Path: sparky!uunet!olivea!decwrl!sdd.hp.com!saimiri.primate.wisc.edu!ames!agate!stanford.edu!Csli!csli!lakin
  2. From: lakin@Csli.stanford.edu (Fred Lakin)
  3. Newsgroups: comp.sys.sun.hardware
  4. Subject: RE: interaction between xmodmap and different Type 4 kbds
  5. Message-ID: <LAKIN.92Nov4235914@Csli.stanford.edu>
  6. Date: 5 Nov 92 07:59:14 GMT
  7. Sender: news@Csli.Stanford.EDU (CSLI News Service)
  8. Distribution: comp.sys.sun.hardware
  9. Organization: Stanford University CSLI
  10. Lines: 28
  11.  
  12. Well, after further experimentation I found remapping
  13. code that would work -- see end of msg. This was code
  14. which did *not* work with my old kbd but now does ...
  15.  
  16. So. 1. What is the difference between the kbds?
  17.     2. I still like the undoable aspect of the other code.
  18.        Is there a way to acheive that for the present kbd?
  19.  
  20. tnx,
  21. -f
  22.  
  23.  
  24. DETAILS
  25.  
  26. ------------ .xmodmaprc-not-undoable
  27. ! from email msg of Maya Raber June 1990
  28. ! Goal : Alt_L generates control
  29. ! keycode 26 is Alt_L
  30. keycode 26 = Control_L
  31. add control = Control_L
  32.  
  33. ! Goal : Caps_Lock generates meta
  34. ! keycode 126 is Meta_L
  35. clear mod1
  36. clear lock
  37. keycode 126 = Meta_L
  38. add mod1 = Meta_L
  39. add lock = Caps_Lock
  40.