lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Re: msg00160.html


From: Doug Kaufman
Subject: Re: LYNX-DEV Re: msg00160.html
Date: Sat, 14 Feb 1998 23:42:56 -0800 (PST)

On Sun, 15 Feb 1998, Leonid Pauzner wrote:

> > > -DRAWDOSKEYHACK is not found in src/makefile.dos
> > ...
> > > BTW, this hack seems have in mind to map "alt-X" to "Q" (comments say so)
> > > but this behavior really not detected.
> >
> > This works on a US keyboard. I suspect that your keyboard is using
> 
> No, Alt-X _work_ in your, Doug, version but help at "F1" - not,
> and this is opposite to Wayne's version (actually I use
> pdcurses from his "mylibs.zip"). No more.

On my keyboard F1 goes to "help" and ALT-X goes to "quit". If I
understand your comments, F1 doesn't work for you in the binary version
I built. The following patch should fix this, mapping F1 to "H". Let me
know if it doesn't. I will put up a revised binary file.
                                 Doug

*** lynx2-7-1/src/LYStrings.c   Wed Jan 28 02:39:48 1998
--- lynx2-7-1/src/LYStrings.c.new       Sat Feb 14 23:25:14 1998
***************
*** 363,368 ****
--- 363,369 ----
                case 459: c = 13;       break;  /* keypad enter*/
                case 463: c = '*';      break;  /* keypad * */
                case 440: c = 'Q';      break;  /* alt x */
+               case 265: c = 'H';      break;  /* F1 */
                default: break;
            }
        }

__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]