[709] in Athena Bugs

home help back first fref pref prev next nref lref last post

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

home help back first fref pref prev next nref lref last post