[comp.windows.x] Xedit Resource File

afshwrh@cidsv01.cid.aes.doe.CA (03/15/91)

I would like to add some entries to the Xedit Resource File
(Athena Text Widget)
similar to eg Xedit*filename.translations:    #override \
                                <Key>Return: end-of-line()
I am able to specify one key at a time only, eg
Xedit*editWindow.translations: #overide \
				<key>0xffd8: beginning-of-file()

This works ok but I would like to add several other keys to this list.
Does anyone know the convention for multiple entries?
If I simply repeat <Key> lines I get systax errors...if I
repeat the Xedit*editWindow.translations: line only the last
entry is accepted.