Topic: Disable M hotkey

Hi,

Maybe I am missing something very obvious but I am looking for a way to disable the M hotkey (create 2D marker) - is this an option?

Thanks

Re: Disable M hotkey

Hello.

Control Inspector / Allow Add Marker By M – OFF.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Disable M hotkey

Thanks Alex, I had already disabled that in my MapView scene but what was happening was when the scene was added by the root scene it seems it was getting (re)set to On - I have now added the line

api.control.allowAddMarkerByM = false;

to my startup logic and all is now well :-)