Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!hc!beta!hgm From: hgm@beta.UUCP Newsgroups: comp.os.minix Subject: Re: Make KB5151 alternate keypad usable Message-ID: <5247@beta.UUCP> Date: Mon, 11-May-87 14:59:57 EDT Article-I.D.: beta.5247 Posted: Mon May 11 14:59:57 1987 Date-Received: Wed, 13-May-87 04:20:25 EDT Organization: Los Alamos Natl Lab, Los Alamos, N.M. Lines: 24 Speaking of typos, in my original posting I wrote: >Change line 3717 from > ^^^^ > if (c > 70 && numlock) code = sh[c]; /* numlock depressed */ > >to > > /* implement numlock and shift-numlock */ > if (c > 70 && numlock) code = (shift1 || shift2 ? unsh[c] : sh[c]); The line number should be 3712, NOT 3717! When editing these changes in, you were likely to catch this, but just to make sure I am posting this. Harry McGavran hgm@LANL.GOV Los Alamos National Laboratory MS-B294, Group C-8 Los Alamos, New Mexico 87545 505/667-4050