diff options
Diffstat (limited to 'usage.md')
| -rw-r--r-- | usage.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/usage.md b/usage.md new file mode 100644 index 0000000..a36f5c2 --- /dev/null +++ b/usage.md @@ -0,0 +1,24 @@ +# Segmentation Editor
+
+## Editor Controls
+
+### Mouse Controls
+
+- **Right Click**: Pan the view.
+- **Left Click**: Select a vertex.
+- **Drag**: Move a vertex.
+- **Scroll**: Zoom in and out.
+- **Double Left Click**: Then press the following keys within 5 seconds
+ - **N**: Create a new segmentation if double click was over empty space.
+ - **N**: Create a new vertex if double click was over segmentation.
+ - **D**: Delete the selected segmentation.
+
+### Keyboard Controls
+
+- **Escape**: Leave the editor.
+- **Arrow Keys**: Pan the view.
+- **S**: Save the segmentation.
+
+### File Drag and Drop
+
+- **Drag and Drop**: Drag and drop an image and a segmentation to open them.
|
