(Command Modifier) from shortkeys

(Command Modifier) from shortkeys

bemEYE67
Explorer Explorer
540 Views
1 Reply
Message 1 of 2

(Command Modifier) from shortkeys

bemEYE67
Explorer
Explorer

Hello

Can anyone help me with lisp routine about command "from". I need have this command modifier from one key, like for example command move by key m. I using autocad 2019.

0 Likes
Accepted solutions (1)
541 Views
1 Reply
Reply (1)
Message 2 of 2

ВeekeeCZ
Consultant
Consultant
Accepted solution

Well, there is a disadvantage when using LISP that you'll need to call it with apostrophe... 'f. 

It's a better option to assign _from macro (at CUI) it to one of Fx keys or to shortcut combo like Ctrl+Shift+F. Also is possible to use it as a temporaly override key (again Fx key)

0 Likes