Re: In all UI fields, return enters new line (rather than clicking OK)
Re: In all UI fields, return enters new line (rather than clicking OK)
- Subject: Re: In all UI fields, return enters new line (rather than clicking OK)
- From: Chris Espinosa <email@hidden>
- Date: Sat, 01 Mar 2008 18:36:30 -0800
On Mar 1, 2008, at 6:12 PM, Rick Mann <email@hidden> wrote:
I just bought one of the new MacBook Pros, installed Xcode from DVD,
and tried to build my projects. After some rough starts, setting
forgotten preferences, I'm finding that the Return key has a
tendency to insert new lines when pressed in single-line text fields
in dialog boxes, when traditionally it would act as if I had clicked
the default button.
I'm using a slightly modified version of the MetroWerks key bindings
(I modified Build All to be Command-M).
I feel like I've seen this before, and fixed it with key bindings,
but I can't find the right one. Suggestions?
This is a known bug in the Metrowerks-compatible key bindings
shippedvwith Xcode 3. There's a stray Return character in the file
that causes Return to become unassigned to any action and always be a
literal return.
You can probably find thecstray 0x0D in a text or hex editor, and
deleting it fixes the behavior.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden