home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.interleaf
- Path: sparky!uunet!inmet!pursuit!gjs
- From: gjs@pursuit.camb.inmet.com (George Snyder)
- Subject: Re: Site wide mouse button defaults
- Message-ID: <1992Jul22.174814.10439@inmet.camb.inmet.com>
- Sender: news@inmet.camb.inmet.com
- Nntp-Posting-Host: pursuit
- Organization: Intermetrics Inc.
- References: <1992Jul15.195657.27608@kocrsv01.delcoelect.com>
- Date: Wed, 22 Jul 1992 17:48:14 GMT
- Lines: 25
-
- In article <1992Jul15.195657.27608@kocrsv01.delcoelect.com>
- c23cjc@kocrsv01.delcoelect.com (Chris Cleary) writes:
-
- > Is there any way to change the default mouse buttons on a site basis?
-
- Edit /interleaf/ileaf5/english.cab/Custom.cab/profile.drw/init.lsp
- (english.cab may be a different name, depending on the installed
- language). Each Interleaf user has a symbolic link to this file from
- their ~/desktop/System5.cab/Custom.cab/profile.drw. Uncomment the three
- lisp commands shown below, and edit them to specify the desired system
- default actions.
-
- ;;;
- ;;; Mouse button mappings:
- ;;;
- ;(tell *wn-wmgr* mid:set-props :left-button :select)
- ;(tell *wn-wmgr* mid:set-props :middle-button :menu)
- ;(tell *wn-wmgr* mid:set-props :right-button :extend)
-
- Any user with a customized profile (e.g. created with Profile Tool) will
- get the settings from the profile, overriding these defaults.
-
- -- George Snyder Intermetrics, Inc. Internet: gjs@inmet.com
- -- 733 Concord Avenue Usenet: uunet!inmet!gjs
- -- Cambridge, MA 02138 Voice: (617) 661-1840
-