[solved] Keyboard Shortcut for Undo Last Point While Drawing Splines
Moderator: andrew
-
- Junior Member
- Posts: 15
- Joined: Sun Feb 05, 2023 9:05 pm
[solved] Keyboard Shortcut for Undo Last Point While Drawing Splines
Can a keyboard shortcut be set for undoing the last fit point (or control point) while drawing splines? I've looked under Application Preferences > General > Tool Settings but I can't find it in there so putting this under suggestions. If it is already possible, please let me know how. Thanks.
-
- Premier Member
- Posts: 4950
- Joined: Wed Sep 27, 2017 4:17 pm
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
Hi,
There is an Undo Last Fit/Control Point button on the Options Toolbar.
But there is no method to add a shortcut to every Options Toolbar button.
Backspace would be a nice candidate for Splines and Polylines but for the moment it is reserved for deleting entities.
For the record: The single letter commands with LI and PL are not shortcuts but they work via the Command Line.
This could also be implemented for Splines.
Maybe you could add a feature request on QCAD bugtracker:
https://www.ribbonsoft.com/bugtracker/
You need to have a separate account there or register for a new one.
Regards,
CVH
There is an Undo Last Fit/Control Point button on the Options Toolbar.
But there is no method to add a shortcut to every Options Toolbar button.
Backspace would be a nice candidate for Splines and Polylines but for the moment it is reserved for deleting entities.
For the record: The single letter commands with LI and PL are not shortcuts but they work via the Command Line.
This could also be implemented for Splines.
Maybe you could add a feature request on QCAD bugtracker:
https://www.ribbonsoft.com/bugtracker/
You need to have a separate account there or register for a new one.
Regards,
CVH
-
- Junior Member
- Posts: 15
- Joined: Sun Feb 05, 2023 9:05 pm
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
Thanks CVH and thanks Damon52 for offering to add it to the bug tracker. I didn't see anything in there yet though so I've gone ahead a created an account myself and added a feature request.
-
- Premier Member
- Posts: 4950
- Joined: Wed Sep 27, 2017 4:17 pm
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
Feature request, see: https://qcad.org/bugtracker/index.php?d ... sk_id=2452
New in QCAD Pro 3.30.0 are automatic generated shortcuts for tool options in the options toolbar.
The keyboard shortcut to undo the last spline point is then ".U"
Regards,
CVH
New in QCAD Pro 3.30.0 are automatic generated shortcuts for tool options in the options toolbar.
The keyboard shortcut to undo the last spline point is then ".U"
Regards,
CVH
-
- Junior Member
- Posts: 15
- Joined: Sun Feb 05, 2023 9:05 pm
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
Excellent news. I wrote an AutoHotKey script to do this for myself but it'll be nice to have it built into the program and not to have to mess around with AHK anymore for this.
-
- Junior Member
- Posts: 15
- Joined: Sun Feb 05, 2023 9:05 pm
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
I finally got around to downloading the latest (3.30.1) and can't get this to work. When I type .U while drawing a fit point spline, nothing happens. When I type it while drawing a polyline, it starts filling it into the length text box.
Not sure if it matters but I'm using the trial, as I bought pro more then a year ago can't upgrade without paying again. Want to make sure this works before I pay to upgrade. Thanks.
Not sure if it matters but I'm using the trial, as I bought pro more then a year ago can't upgrade without paying again. Want to make sure this works before I pay to upgrade. Thanks.
- andrew
- Site Admin
- Posts: 8782
- Joined: Fri Mar 30, 2007 6:07 am
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
Options toolbar shortcuts have had a major overhaul in QCAD 3.30.0. All options in the options toolbar now have shortcuts assigned to them.
These shortcuts consistently start with a comma (,).
The shortcut to undo the last point would be ",U", that's the comma key followed by the "U" key.
The tooltip of each widget also shows the assigned shortcut.
More about shortcuts and entering values without using the mouse:
https://qcad.org/en/tutorial-2-1-keyboard-shortcuts/
These shortcuts consistently start with a comma (,).
The shortcut to undo the last point would be ",U", that's the comma key followed by the "U" key.
The tooltip of each widget also shows the assigned shortcut.
More about shortcuts and entering values without using the mouse:
https://qcad.org/en/tutorial-2-1-keyboard-shortcuts/
-
- Premier Member
- Posts: 4950
- Joined: Wed Sep 27, 2017 4:17 pm
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
My mistake
,
Confused it with the deprecated dots of .X or .Y
Regards,
CVH

Confused it with the deprecated dots of .X or .Y
Regards,
CVH
-
- Junior Member
- Posts: 15
- Joined: Sun Feb 05, 2023 9:05 pm
Re: Keyboard Shortcut for Undo Last Point While Drawing Splines
,U works, thanks. I saw it in the tooltip as well but I guess it's pretty hard to tell the difference between a period and a comma there.