Re: Keyboard shortcuts

Posted by dxli on
URL: https://forum.librecad.org/Keyboard-shortcuts-tp5710321p5710322.html

We should implement GUI support to configure shortcuts.

Another way to trigger actions is by the command line interface, and available commands can be found in source code:

rs_commands

You may also define your command aliases by changing the alias configuration file and restart LibreCAD:

 * In OS_WIN32 "%HOME%\local configuration\application data\LibreCAD\librecad.alias"
 * In OS_MAC "$HOME/Library/Application Support/LibreCAD/librecad.alias"
 * In OS_LINUX "$HOME/.local/share/data/LibreCAD/librecad.alias"


Dayco wrote
Hi,
My question is : I appreciate there is not only drop down menues but also icons to select functions but I just wondered if there are also keyboard shortcuts?
Thanks for any help Duncan