Opened 14 years ago
Closed 13 years ago
#6730 closed enhancement (fixed)
[PATCH] Shortcut for deleting the last node in draw mode
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Especially when tracing from aerial imagery it happens sometimes that a node is placed where you do not want to have one. Instead of switching to select/delete or undoing and switching back to draw mode (and selecting the now last node) this could be done very fast by a shortcut. I propose backspace for this.
Attachments (1)
Change History (8)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
I mentioned undo - this interrupts the drawing as well. One click is too much work!!111! ;)
Alternative: don't lose the dangling segment when undoing.
comment:3 by , 14 years ago
I can see the advantage of this, however backspace would only ever be useful in the very narrow case described above. What about instead undo not stopping the current draw action (=helper line visible) if possible. Undo/redo would never go into a draw action state if it was not active before. This would require tracking the last point of reference as well, though.
comment:4 by , 14 years ago
The follow line action has the undo action implemented that way (not working, yet -> #6367).
comment:5 by , 13 years ago
I tried to add Backspace shortcut to Add mode. It undos last action and then selects last modified node.
Here is the patch...
by , 13 years ago
Attachment: | backspace.patch added |
---|
comment:6 by , 13 years ago
Summary: | Shortcut for deleting the last node in draw mode → [PATCH] Shortcut for deleting the last node in draw mode |
---|
Why don't you simply use "undo" functionality?