Path: utzoo!attcan!uunet!cs.utexas.edu!rice!uw-beaver!ubc-cs!alberta!calgary!cpsc!bremner From: bremner@cpsc.ucalgary.ca (David Bremner) Newsgroups: comp.sys.atari.st Subject: Re: How to change key bindings under Gulam's ue editor? Summary: put the defs in $HOME\MG.INI Message-ID: <2151@cs-spool.calgary.UUCP> Date: 23 Nov 89 02:31:41 GMT References: <21228@uflorida.cis.ufl.EDU> Sender: news@calgary.UUCP Reply-To: bremner@ksi.cpsc.ucalgary.ca.UUCP (David Bremner) Organization: Knowledge Science Lab, U. of Calgary, Calgary, Canada. Lines: 36 What you need to change the key bindings is a file mg.ini in the directory pointed to by the environment variable HOME a sample follows ( no guarantees, but should give you the syntax ) -------------------------------- blink-matching-paren auto-fill-mode bsmap-mode set-fill-column 72 global-set-key ")" blink-matching-paren-hack global-set-key "}" blink-matching-paren-hack global-set-key "]" blink-matching-paren-hack global-set-key "\^s" search-forward global-set-key "\^r" search-backward global-set-key "\^?" backward-delete-char global-set-key "\^h" delete-char global-set-key "\e\^h" kill-word global-set-key "\^g" goto-line global-set-key "\e\^y" insert-buffer global-set-key "\f12" suspend-emacs ----------- in order of preference. USENET: bremner@ksi.cpsc.ucalgary.ca BITNET: Bremner@UNCA-MULTICS.BITNET