Hope my lines do not look too critical. In fact I am exploring the boundaries.
I read the replies
https://forum.librecad.org/Introduction-tp5728328p5728337.html but do know what exactly to answer. It feels like I have to be half a developer to be able to use LibreCAD.
Some things might be easier than I think. I saw files (somewhere) where lines like the following fit in. Guess I can figure this out.
// set layer
{
{{"setlayer", QObject::tr("setlayer", "set active layer")}},
{{"sl", QObject::tr("sl", "set active layer")}},
RS2::ActionLayerSet
},
But doesn't that require a C++ compiler? Although this is not completely alien to me, I do not intend to go that far to be able to use LibreCAD. I am a user in the first place, not a coder. I like VBA, GoogleScript, AutoLISP, Clojure (just toying with that). As you can see from this, I do not make applications. (I do not compile with an exception for Clojure.)
But (as written above) maybe it's easier than I expect.