home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6409 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!news.belwue.de!news.uni-stuttgart.de!rusmv1!hwb
  3. From: hwb@machnix.mathematik.uni-stuttgart.de (Harald Boegeholz)
  4. Subject: redefining national language keys in EPM
  5. Message-ID: <HWB.92Nov13181321@machnix.mathematik.uni-stuttgart.de>
  6. Sender: news@news.uni-stuttgart.de (USENET News System)
  7. Organization: Mathematisches Institut B, Universitaet Stuttgart, Germany
  8. Distribution: comp
  9. Date: Fri, 13 Nov 1992 17:13:21 GMT
  10. Lines: 27
  11.  
  12. Hello!
  13.  
  14.  
  15. I am trying to redefine the Umlaut keys on my German keyboard for EPM
  16. 5.51.
  17.  
  18. Basically, I am trying to compile this with etpm:
  19.  
  20. def '*' =
  21.    keyin 'something_else'
  22.  
  23. This works fine when * is a normal alphabetic character (e.g., 'a' -
  24. 'z'). But it fails when I use a German Umlaut character: etpm
  25. complains about "invalid key name".
  26.  
  27. The EPM Technical Reference states that I can redefine "any printable
  28. character whose ASCII value is between 0 and 255". So how do I
  29. redefine the a-Umlaut key (ASCII 132), which is definitely printable
  30. and between 0 and 255?
  31.  
  32.  
  33. Thanks for any help
  34. Harald
  35. --
  36. Harald Boegeholz |Home:       hwb@texnix.stgt.sub.org (read daily)
  37.                  |University: hwb@machnix.mathematik.uni-stuttgart.de
  38.                  |please don't send large (>100k) mail to my home address.
  39.