-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of ESC key behavior in "The Command Line" is wrong #101
Comments
Commenting on LibreCAD/LibreCAD#1373 I found out that it depends, if ESC is pressed in active command line or not. |
I'm using LibreCAD v2.2.0 and I prefer to use the command line over the mouse input. Unfortunately, the current behavior of the ESC key doesn't work they way I expect. I haven't used v2.1.3, but from the sounds of it, it's probably more inline with the way I think it should work. In any case, this is how I think it should work:
Currently, the command line loses focus when I cancel the current action or the operation using ESC. This sucks because I want to continue using the command line and I have to use CTRL-M constantly to bring the focus back. |
I got notice of this issue by LibreCAD issue LibreCAD/LibreCAD#1373
In the manual the old 2.1.3 behavior is described.
For 2.2.0 the ESC behavior changed, all operations are fully canceled on first ESC press.
The behavior of right click was kept and is still like the described ESC behavior.
Right click goes back one step in chained actions like trimming or 2-point line drawing. ESC cancel these on first press.
Maybe this has to be described better on some other place, e.g. at Using a Mouse and Using the Keyboard in Fundamentals.
Source reference: https://github.com/LibreCAD/docs/blob/master/guides/cmdline.rst#command-line-functions
Maybe we should wait for a conclusion in the mentioned LibreCAD issue, if we keep current behavior or switch back to 2.1.3 style.
Anyhow, it seems that the right click behavior in active operations is not described at all yet.
The text was updated successfully, but these errors were encountered: