Page 1 of 1

Move/Drag

PostPosted: Thu Jun 13, 2013 6:37 am
by damian
is there a way to go directly to "drag" without passing to move?
or, rather, how to avoid first press M and then F1?

Re: Move/Drag

PostPosted: Thu Jun 13, 2013 6:57 am
by David A. Giesselman
Extended code 45:

Code: Select all[Move Drag]
Hint=Drag
V=45

Dave

Re: Move/Drag

PostPosted: Thu Jun 13, 2013 6:59 am
by Neil Blanchard
Sure - if you are not already using Alt-M then you can change the DcadWin.MCR file to take you straight to the Move/Drag/Entity.

Re: Move/Drag

PostPosted: Thu Jun 13, 2013 3:01 pm
by damian
Thanks for the code, it works in the toolbar.

But, after several attempts, I am unable to run, as Neil says, with the "m" key to change the file DcadWin.MCR to take straight to the Drag / Entity without having to select Drag. (Maybe before I have not explained well). I help with the translation on line. :D
I know it is a matter of little importance, but now I'm curious to know if it's something I can do


Greetings, Damiano

Re: Move/Drag

PostPosted: Thu Jun 13, 2013 3:17 pm
by Roger D
if it's just the "m" key with no Alt combination, that code is hardcoded into the program and can not be changed.
You edit the .mcr file to change the Alt-m key combination macro.

Re: Move/Drag

PostPosted: Fri Jun 14, 2013 2:49 am
by damian
I understand. Thanks