Control Drag

If I hold down control and drag a node it makes a copy of the node. How do I turn this off? Version 5.03

Call JGoView.setInternalMouseActions(DnDConstants.ACTION_MOVE).

Thanks Walter. Worked like a champ. :)