Re: Customize shortcut/hotkeys
Posted by ACL on May 23, 2020; 11:09am
URL: https://forum.librecad.org/Customize-shortcut-hotkeys-tp5718912p5718964.html
All I mean is that in rs_commands we only would have one command-line command which is considered the native one. Beyond that there would be an alias in the alias file. What we have now is that rs_commands has (for instance) "line" and "li" both called out as available commands, AND the alias file has "li" as an alias for "line." *
I assume this was from before there was a separate alias file; aliases/shortcuts were hard-coded into the command.
To me, the unintended consequence of this is that the user can't delete an alias that he doesn't want because it's also a real command. For instance if a user has it in his brain from long ago that "li" means "list" or something, he may not be able to stop it from being "line."
*Now it could be that I misunderstand this, and that the second definitions need to be in rs_commands because of Keycode Mode.