home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / dec / 6008 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.9 KB

  1. Xref: sparky comp.sys.dec:6008 comp.unix.ultrix:8363
  2. Newsgroups: comp.sys.dec,comp.unix.ultrix
  3. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!irzr17.inf.tu-dresden.de!beck
  4. From: beck@irzr17.inf.tu-dresden.de (Andre Beck)
  5. Subject: Re: Alt key on my DECstation
  6. Message-ID: <6IZ8DUW@math.fu-berlin.de>
  7. Sender: news@math.fu-berlin.de (Math Department)
  8. Reply-To: beck@freia.inf.tu-dresden.de
  9. Organization: Dept. of Computer Science, TU Dresden, Germany.
  10. References:  <Bxtvq6.Ew2@usenet.ucs.indiana.edu>
  11. Date: Tue, 17 Nov 1992 15:40:13 GMT
  12. Lines: 36
  13.  
  14.  
  15. Hi,
  16.  
  17. the problem is known and is simply to explain: The keys nearer to the
  18. space bar (the Alt keys) are new to this keyboard at all, as the other
  19. two (the mode_switch keys, NOT Compose ones) are too.
  20. In the normal setup, the modifier mapping is bogus, coze the Alt keys
  21. are mapped to mod2 and the modifieres to mod1, giving the problem of
  22. most apps thinking the mods are the alts and the alts are for hell...
  23.  
  24. I run:
  25.  
  26. keycode 113 = Escape F11
  27. keycode 90  = Break F5
  28. clear mod1
  29. clear mod2
  30. add mod1 = Alt_L Alt_R
  31. add mod2 = Mode_switch
  32.  
  33. through xmodmap and than i have:
  34.  
  35. Two real alt keys
  36. Two keys that keep their function as mode switches. Decwrite beeps on
  37.     them, but you can use them still for the extra chars.
  38. A compose key by pressing Alt Space as on the older keyboards.
  39.  
  40. Hope this helps you (as you see, also a physical ESC key is set onto F11)
  41.  
  42. --
  43. ,------------------------+---------------------------------------------.
  44. | Andre' Beck (ABPSoft)  |   TCP/IP-Mail: beck@freia.inf.tu-dresden.de |
  45. | HG R 142               |   VMS        : hermes::beck                 |
  46. +------------------------+---------------------------------------------+
  47. |       Windows is the best placebo against MS-DOOF headaches !        |
  48. `----------------------------------------------------------------------'
  49.  
  50.