[comp.windows.news] bindkey

Anthony.D.Worrall@reading.ac.uk (Anthony Worrall) (02/19/90)

In the NeWS 2.0 Programmers Guide it gives an example of the use of
bindkey

	/FunctionF8 {
		dup begin
			/Name /InsertValue def
			/Action (!make) def
		end
		redistributeevent
	} bindkey

I have been unable to get this to work from pshor ~/.user.ps.
I am missing something?

Anthony.Worrall@Reading.ac.uk