[gnu.emacs] Input remapping, Part 3 of 8: HP_mouse.text

raveling@venera.isi.edu (Paul Raveling) (06/23/89)

	HP/ISI input remapping files:  Part 3 of 8

	This is the complete content of etc/HP_mouse.text.
	The "M-x mouse" command views this file to provide
	brief documentation on mouse button bindings.

------------------------------  Cut  Here  --------------------------------


		    Default Mouse Button Functions
		 for gemacs 18.54 on HP Workstations




	All mouse keys move the gemacs character cursor
	to the character marked by the X11 cursor when
	the mouse key is released.

	Button			Function
	------			--------

	Left
		Click:		Mark X11 cursor location,
		Drag:		Mark region, copy to cut buffer
	Middle			Insert from cut buffer @ X11 cursor
	Right
		Click:		Mark X11 cursor location & center it
		Drag:		Delete region, save in cut buffer


	    Unshifted mouse keys operate on the editor's private cut buffer;
	    Shifted mouse keys operate on X11's (public) cut buffer

	    "Editor's private cut buffer" is actually an X'ish name
	    for the emacs kill ring;  another way to retrieve this
	    text is with the ^Y key, or "yank" command.