[MonoDevelop] Stupid Question - How do I add new or existing projects to a solution?
Nicholas Francis
nicholas at unity3d.com
Tue Dec 9 06:37:07 EST 2008
Correct, On Mac, CTRL-click = right click (even when using a mouse).
There are some gotchas (which we found in Unity): sometimes if you get
the left mousedown event and detect if control is down, the menu will
not get shown by Cocoa.
The way to avoid that is to get and respond to -menuForEvent which
cocoa sends when it has detected that a context menu should be brought
up.
Nicholas
On 08/12/2008, at 22.37, Michael Hutchinson wrote:
> On Mon, Dec 8, 2008 at 10:24 AM, migofast <seanmayhew at gmail.com>
> wrote:
>>
>> Gotcha....I've got that whole mac/one button mouse thing and
>> apparently Ctl
>> click no worky as right click.....switched the mouse and works
>> fine :)
>
> Is ctrl-click the standard Mac equivalent of right-click? If so, I
> think the Mac GTK+ should handle it.
>
> --
> Michael Hutchinson
> http://mjhutchinson.com
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
More information about the Monodevelop-list
mailing list