home *** CD-ROM | disk | FTP | other *** search
- 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
- From: wombat@claris.com (Scott Lindsey)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: New DeadKeys in 7.1
- Message-ID: <wombat-091192202615@192.35.50.144>
- Date: 10 Nov 92 04:28:32 GMT
- References: <1992Nov4.234622.20938@lmt.mn.org>
- Sender: news@claris.com
- Followup-To: comp.sys.mac.programmer
- Organization: Claris Corporation, Vancouver WA
- Lines: 23
- Nntp-Posting-Host: lindsey
-
- In article <1992Nov4.234622.20938@lmt.mn.org>, davep@county.lmt.mn.org
- (Dave Polaschek) wrote:
- >
- >
- > Got a question about some different behavior I'm seeing with system 7.1. The
- > formerly handy keys <command><left-arrow> and <command><right-arrow> behave
- > very differently. These guys are what I continually used to zip to beginning
- > and end of line while in the MPW editor, but now they don't even seem to
- > generate events when they're pressed
-
- Did you recently change the copy of MPW you're using? (In 3.3) Check what
- your
- current bindings are with "SetKey". They should be bound as follows:
-
- setkey Command-Leftarrow MoveStartOfLine
- setkey Command-Rightarrow MoveEndOfLine
-
- If not, check your various startup scripts to find out why not. In early
- versions of 3.3, command-delete was no longer bound to DeleteEndOfFile so I
- added it to my user startup (and I never checked to see if they fixed it
- :-).
-
- Scott Lindsey <wombat@claris.com>
-