diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbb5585 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +layers_content_toolbox +====================== + +Package for (KLayout)[https://www.klayout.de] adding two items to the right-click menu in the "Layers" pane: + +- `Make All Valid`: Makes all layers valid (interactable) and visible. Adds hotkey Ctrl+Shift+V. +- `Change Layer for Objects`: Same as `Edit -> Selection -> Change Layer` + +![Context menu as of v0.30.0](./doc/context_menu.jpg) diff --git a/doc/context_menu.jpg b/doc/context_menu.jpg new file mode 100644 index 0000000..f8d0f38 Binary files /dev/null and b/doc/context_menu.jpg differ diff --git a/grain.xml b/grain.xml index b7f5f9e..3f06563 100644 --- a/grain.xml +++ b/grain.xml @@ -7,7 +7,7 @@ Layers context toolbox Adds items to the "Layers" pane context menu: "Change Layer of Objects", "Make All Valid" - + README.md GPLv3 Jan Petykiewicz