xterm pf1-pf3 key map

Phil Karlton karlton at sgi.com
Fri Dec 8 13:27:56 AEST 1989


In article <89341.163448OIX at PSUVM.BITNET>, OIX at 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 at sgi.com
Silicon Graphics Computer Systems       415-335-1557
2011 N. Shoreline Blvd.
Mountain View, CA 94039



More information about the Comp.sys.sgi mailing list