[comp.os.vms] LK201 keys from Sun4 keyboard

kpt@ibism.UUCP (Kevin Tyson) (11/16/90)

We are a VMS shop which is just starting to use SparcStations.  We are running
Motif on the Suns.  Often we have to use the X server on the Sun with
DecWindows clients on the Vaxen.  The difference between the Sun4 keyboard and
the LK201 was limiting the functionality of the DecWindows applications.  We
have created an xmodmap expression file which has made our lives much easier.
I'm posting it here in the hope that some of you will find it useful too.

------------------------------------------------------------------------------------
!+
! add mappings to sun4 keyboard to support lk201 functionality
!
!
!Here is how they are mapped:
!
!SHIFT L1 = Select
!SHIFT R1 = PF1
!SHIFT R2 = PF2
!SHIFT R3 = PF3
!SHIFT NumLock = PF4
!SHIFT L3 = Prev Screen
!SHIFT L4 = DO
!SHIFT R4 = KeyPad Coma
!SHIFT L5 = Next Screen
!SHIFT Del = KeyPad Period
!SHIFT L9 = Find
!SHIFT L20 = remove
!-
keycode		8	=	F11		Select
keycode		28	=	F21		KP_F1
keycode		29	=	F22		KP_F2
keycode		30	=	F23		KP_F3
keycode		32	=	F13		Prior
keycode		33	=	F14		Menu
keycode		52	=	F24		KP_Separator
keycode		56	=	F15		Next
keycode		57	=	Delete		KP_Decimal
keycode		102	=	F19		Find
! next line maps cut to remove - remove has no X name
keycode		104	=	F20		0x1000ff00
keycode		105	=	Num_Lock	KP_F4

------------------------------------------------------------------------------------

I'd be very interested in cooresponding with anyone using non-Dec servers with
Decwindows clients.  Especialy anyone who has BDF or some other 'source'
format for the DecWindows fonts.


-- 
Kevin P. Tyson		Phone:  212-657-5928	Fax:    212-657-0068
IISA c/o Citibank	E-Mail: uunet!ibism!kpt
111 Wall Street		
New York, NY  10043