3 messages in org.netbeans.graph.usersRe: Command/Control on MacOS X
FromSent OnAttachments
Markus HärnviMay 3, 2007 1:49 pm 
David KasparMay 3, 2007 2:18 pm 
Markus HärnviMay 3, 2007 2:25 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Command/Control on MacOS XActions...
From:Markus Härnvi (ja@harnvi.net)
Date:May 3, 2007 2:25:32 pm
List:org.netbeans.graph.users

Hi David!

ConnectAction is not using key-modifiers at all. Key-modifiers are used by ExtendedConnectAction.

Ah, yes sorry, that was what I meant.

Workaround: If you are compiling your NetBeans Platform from sources, you can look at NBCVS/graph/lib/src/org/netbeans/modules/visual/action/ExtendedConnectAction.java. At

line 48, there is a key modifier specified for the ExtendedConnectAction. You can change yourself then run "ant" at "NBCVS/graph/lib" directory.

Thanks, I'll have a look.

/Markus