bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
405 stars 57 forks source link

It is impossible to delete the selected layer in the Layers window using the Delete key #389

Closed PakIvan closed 2 years ago

PakIvan commented 2 years ago

1. Summary: It is impossible to delete the selected layer in the Layers window using the Delete key 2. Steps to reproduce:

3. Expected result: The selected layer is deleted 4. Actual result: Nothing happens 5. Environment: Windows 8.1 6. Version: LazPaint 7.1.6 (64-bit) 7. Severity: Minor

circular17 commented 2 years ago

Using just the Delete key is problematic because there is no "focus" on the layers and Delete is used for other things like selection.

However another shortcut, like Ctrl-Delete could be defined.

circular17 commented 2 years ago

with #277 you can achieve that by switching to Move Layer tool. then Delete key will delete layer