[comp.sys.sgi] xterm pf1-pf3 key map

karlton@sgi.com (Phil Karlton) (12/08/89)

In article <89341.163448OIX@PSUVM.BITNET>, OIX@PSUVM.BITNET (John
Mahaffy) writes:
> How can I map the SGI Numlock, KP_Divide, and KP_Multiply keys to behave
> like the PF1, PF2, and PF3 keys on a VT100 under xterm?

The command

	xmodmap -e "keysym Num_Lock = KP_F1" -e "keysym KP_Divide = KP_F2" \
		-e "keysym KP_Multiply = KP_F3"

or something like it should do the trick. The spaces within the quotes
are significant

PK
--
Phil Karlton                            karlton@sgi.com
Silicon Graphics Computer Systems       415-335-1557
2011 N. Shoreline Blvd.
Mountain View, CA 94039