[709] in Athena Bugs
RT 6.0C: / on numeric keypad
daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Tue Aug 30 20:45:38 1988
From: <probe@ATHENA.MIT.EDU>
Date: Tue, 30 Aug 88 20:45:08 EDT
To: bugs@ATHENA.MIT.EDU, swick@ATHENA.MIT.EDU
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
/ on the numeric keypad acts as a "\".
Fix:
Change the definition in server/ddx/ibm/rt/rtkeymap.h as follows:
< /* 0x77 */ XK_KP_Divide, NoSymbol, /* keypad / */
> /* 0x77 */ XK_slash, NoSymbol, /* keypad / */
Also, it may be worthwile in tracking down why XK_KP_Divide is doing the
wrong thing, but the above fix should work (that is how the other / is
defined).
-Richard