Re: updating rs_commands
Posted by dxli on Jun 13, 2015; 1:00pm
URL: https://forum.librecad.org/updating-rs-commands-tp5711646p5711648.html
Hi,
I think it would be good also, if we allow in the alias file to define new commands.
currently the format of alias file contains 2 columns:
<alias> <existing command>
We can implement it accept 3 columns as well:
<short command> <full command> <RS2::ActionType as uint or string>
Need some implementation to use ActionType as string.