home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / interlea / 554 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.5 KB  |  38 lines

  1. Newsgroups: comp.text.interleaf
  2. Path: sparky!uunet!inmet!pursuit!gjs
  3. From: gjs@pursuit.camb.inmet.com (George Snyder)
  4. Subject: Re: Site wide mouse button defaults
  5. Message-ID: <1992Jul22.174814.10439@inmet.camb.inmet.com>
  6. Sender: news@inmet.camb.inmet.com
  7. Nntp-Posting-Host: pursuit
  8. Organization: Intermetrics Inc.
  9. References: <1992Jul15.195657.27608@kocrsv01.delcoelect.com>
  10. Date: Wed, 22 Jul 1992 17:48:14 GMT
  11. Lines: 25
  12.  
  13. In article <1992Jul15.195657.27608@kocrsv01.delcoelect.com>
  14.     c23cjc@kocrsv01.delcoelect.com (Chris Cleary) writes:
  15.  
  16. > Is there any way to change the default mouse buttons on a site basis?
  17.  
  18. Edit /interleaf/ileaf5/english.cab/Custom.cab/profile.drw/init.lsp
  19. (english.cab may be a different name, depending on the installed
  20. language).  Each Interleaf user has a symbolic link to this file from
  21. their ~/desktop/System5.cab/Custom.cab/profile.drw.  Uncomment the three
  22. lisp commands shown below, and edit them to specify the desired system
  23. default actions.
  24.  
  25.     ;;;
  26.     ;;;     Mouse button mappings:
  27.     ;;;
  28.     ;(tell *wn-wmgr* mid:set-props :left-button :select)
  29.     ;(tell *wn-wmgr* mid:set-props :middle-button :menu)
  30.     ;(tell *wn-wmgr* mid:set-props :right-button :extend)
  31.  
  32. Any user with a customized profile (e.g. created with Profile Tool) will
  33. get the settings from the profile, overriding these defaults.
  34.  
  35. -- George Snyder    Intermetrics, Inc.        Internet:  gjs@inmet.com
  36. --            733 Concord Avenue          Usenet:  uunet!inmet!gjs
  37. --            Cambridge, MA 02138           Voice:  (617) 661-1840
  38.