I am adding events to an editable layer, but the events are only fired when the hand portion of the editable toolbar is used. I want the events to fire when I use the other tools like the point tool. Anyone know how to do that? editableLayer.events.register("mousedown", map , function(e) { alert("fired event"); });