Re: ESC to cancel editing in tableview
Re: ESC to cancel editing in tableview
- Subject: Re: ESC to cancel editing in tableview
- From: "Sean McBride" <email@hidden>
- Date: Mon, 8 Jan 2007 16:25:28 -0500
- Organization: Rogue Research
On 2007-01-08 13:47, Michael Watson said:
>Yeah, I recall the convention, I just couldn't actually think of an
>application today that canceled text field editing with command-
>period. I wonder why people aren't doing this.
Probably because they are using keyDown: or something and checking only
for 'escape', instead of going through NSResponder which takes care of
deciding which keys/key combos mean cancellation.
In fact, power users can even customise their keybindings, see:
<http://www.lsmason.com/articles/macosxkeybindings.html>
Which is another good reason to go through NSResponder.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden