home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9467 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.5 KB  |  47 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!iWarp.intel.com|ichips!tmcconne
  3. From: tmcconne@sedona.intel.com (Tom McConnell~)
  4. Subject: Re: Meta key in xmh
  5. Message-ID: <1992Sep8.235839.26412@ichips.intel.com>
  6. Originator: tmcconne@sedona
  7. Keywords: xmh, meta
  8. Sender: tmcconne@sedona (Tom McConnell~)
  9. Organization: Intel Corporation
  10. References:  <88250@netnews.upenn.edu>
  11. Date: Tue, 8 Sep 1992 23:58:39 GMT
  12. Lines: 33
  13.  
  14.  
  15. In article <88250@netnews.upenn.edu>, walet@walet.physics.upenn.edu (Niels R. Walet) writes:
  16. > I experience a problem using the Meta key edit commands that should
  17. > be defined in xmh, according to the documentation. It seems to be
  18. > a problem of having the text widget receiving these codes. 
  19. > I have no problem with Emacs or the Mwm window manager, that both
  20. > use Meta keys themselves.
  21. > Someone on the net must have discovered a solution to that problem!
  22. > My parameters:
  23. > AIX 3.2.2 on a RS6000/340, running X R-4
  24. > Niels Walet
  25.  
  26.   I do this in .xinitrc:
  27.         if ($Architecture == "RsArchitecture") then
  28.             # Fix the meta key for xmh.
  29.             xmodmap -e "keycode 68 = Meta_L Alt_L"
  30.         endif
  31.  
  32. The Architecture variable is set to whatever I am running on. The problem (as I
  33. recall) is that the left-hand Alt key sends out "Alt_L", but not "Meta_L".
  34.  
  35.     Cheers,
  36.  
  37.     Tom McConnell
  38. -- 
  39.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  40.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  41.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  42.  Chandler, AZ  85226    | their right mind would claim them.
  43.