Open Huite opened 2 weeks ago
Currently, you can cancel drawing a chain by going Edit Mode -> Delete Last Line/Point, though I agree that having shortcuts for performing common actions like that would be nice. The QGIS editing shortcuts seem very reasonable so I'll implement those.
Related to: https://github.com/openjournals/joss-reviews/issues/7185
When drawing a transect, there seems to be no way of cancelling. Once you start drawing, you can only complete it by double-clicking. No distinction is made between the left and right mouse button (LMB / RMB): both add points, and double clicking "commits" the chain. Pressing escape does not cancel it.
I'm personally used to QGIS, and its linestring vector editing works as follows:
I would avoid double-clicking for precision tasks, especially when you have good other options available. The risk with double clicking is that you shift the mouse between clicks, thereby making it two clicks instead of a double click. (Operating systems even need a setting to control what counts as a double click because if a user has motor control problems, double clicking is much more challenging than other mouse operations.)