home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18216 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.5 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!agate!ames!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!sun!claris!NewsWatcher!user
  2. From: wombat@claris.com (Scott Lindsey)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: New DeadKeys in 7.1
  5. Message-ID: <wombat-091192202615@192.35.50.144>
  6. Date: 10 Nov 92 04:28:32 GMT
  7. References: <1992Nov4.234622.20938@lmt.mn.org>
  8. Sender: news@claris.com
  9. Followup-To: comp.sys.mac.programmer
  10. Organization: Claris Corporation, Vancouver WA
  11. Lines: 23
  12. Nntp-Posting-Host: lindsey
  13.  
  14. In article <1992Nov4.234622.20938@lmt.mn.org>, davep@county.lmt.mn.org
  15. (Dave Polaschek) wrote:
  16. > Got a question about some different behavior I'm seeing with system 7.1.  The 
  17. > formerly handy keys <command><left-arrow> and <command><right-arrow> behave 
  18. > very differently.  These guys are what I continually used to zip to beginning 
  19. > and end of line while in the MPW editor, but now they don't even seem to 
  20. > generate events when they're pressed
  21.  
  22. Did you recently change the copy of MPW you're using?  (In 3.3) Check what
  23. your
  24. current bindings are with "SetKey".  They should be bound as follows:
  25.  
  26. setkey Command-Leftarrow                MoveStartOfLine
  27. setkey Command-Rightarrow               MoveEndOfLine
  28.  
  29. If not, check your various startup scripts to find out why not.  In early
  30. versions of 3.3, command-delete was no longer bound to DeleteEndOfFile so I
  31. added it to my user startup (and I never checked to see if they fixed it
  32. :-).
  33.  
  34. Scott Lindsey <wombat@claris.com>
  35.