LibreCAD / docs

This is LibreCAD's documentation repository for multiple version and format documents, supported by readthedocs.io
https://docs.librecad.org/
10 stars 22 forks source link

Missing shortcut for layer edit #53

Closed fa201 closed 4 years ago

fa201 commented 4 years ago

To be added at https://librecad.readthedocs.io/en/latest/ref/widgets.html#layer-list-dock CTRL+L only for active layer.

fa201 commented 4 years ago

To be added layer: small bug on the status of layer when using this short-cut; See issue #1182

GSStnb commented 4 years ago

The shortcut should be added, but [Crtl]+[L] adds a layer with the same name as the currently selected layer plus an increment number (1, 2, ...). If "myLayer" is the current layer, pressing [Crtl]+[L] will add a new layer "myLayer1".

fa201 commented 4 years ago

Thanks for the clarification. Then I close the issue...

fa201 commented 4 years ago

Implemented in PR #58