home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!iggy.GW.Vitalink.COM!cs.widener.edu!eff!sol.ctr.columbia.edu!usc!rpi!news.ans.net!newsgate.watson.ibm.com!yktnews!admin!news
- From: margoli@watson.ibm.com (Larry Margolis)
- Subject: Re: redefining national language keys in EPM
- Sender: news@watson.ibm.com (NNTP News Poster)
- Message-ID: <1992Nov18.025853.124215@watson.ibm.com>
- Date: Wed, 18 Nov 1992 02:58:53 GMT
- Distribution: comp
- News-Software: IBM OS/2 PM RN (NR/2) v0.14l by O. Vishnepolsky and R. Rogers
- Lines: 19
- Reply-To: margoli@watson.IBM.com
- Disclaimer: This posting represents the poster's views, not necessarily those of IBM
- References: <HWB.92Nov13181321@machnix.mathematik.uni-stuttgart.de>
- Nntp-Posting-Host: margoli.watson.ibm.com
- Organization: IBM T.J. Watson Research Center
-
- In <HWB.92Nov13181321@machnix.mathematik.uni-stuttgart.de> hwb@machnix.mathematik.uni-stuttgart.de (Harald Boegeholz) writes:
- >
- >The EPM Technical Reference states that I can redefine "any printable
- >character whose ASCII value is between 0 and 255". So how do I
- >redefine the a-Umlaut key (ASCII 132), which is definitely printable
- >and between 0 and 255?
-
- I'll have to check to see exactly what can be defined, but it's not
- all of them. You can, however, define it as an accelerator. Try this:
-
- include 'stdconst.e'
-
- defc try =
- universal activeaccel
- buildacceltable activeaccel, 'sayerror a_Umlaut', AF_CHAR, 132, 12345
- activateacceltable activeaccel
-
- --
- Larry Margolis, MARGOLI@YKTVMV (Bitnet), margoli@watson.IBM.com (Internet)
-