[solved] Draft workbench - In-command shortcuts for polyline stopped working correctly

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Hologram
Posts: 201
Joined: Thu Nov 03, 2022 3:05 pm

[solved] Draft workbench - In-command shortcuts for polyline stopped working correctly

Post by Hologram »

Since the latest weekly build, the in-command-shortcuts for the Draft Workbench Polyline command stopped working correctly.
In-command Shortcuts .png
In-command Shortcuts .png (112.86 KiB) Viewed 524 times
Now, when I press T to continue, it exits the command. The same happens when I use C to close (remapped it to C).

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.0.31790 (Git)
Build type: Release
Branch: master
Hash: 23e240e017e6712e027d39d0ee764fd7a963e718
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * BIM 2021.12.0
  * Launcher
  * persistenttoolbars
  * SelectorToolbar
Last edited by Hologram on Thu Feb 09, 2023 10:31 am, edited 1 time in total.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: Draft workbench - In-command shortcuts for polyline stopped working correctly

Post by Roy_043 »

Can't reproduce. Maybe your user.cfg got corrupted? Exit FreeCAD, rename that file and try again. If that does not help: try disabling the mods (move their folders).

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.21.0.31790 (Git)
Build type: Release
Branch: master
Hash: 23e240e017e6712e027d39d0ee764fd7a963e718
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: Dutch/Netherlands (nl_NL)
Installed mods:
Hologram
Posts: 201
Joined: Thu Nov 03, 2022 3:05 pm

Re: Draft workbench - In-command shortcuts for polyline stopped working correctly

Post by Hologram »

Yes, that seems to be the case. What could be the cause?
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: [solved] Draft workbench - In-command shortcuts for polyline stopped working correctly

Post by Roy_043 »

I have mentioned 2 actions, so you need to be more specific.
Hologram
Posts: 201
Joined: Thu Nov 03, 2022 3:05 pm

Re: [solved] Draft workbench - In-command shortcuts for polyline stopped working correctly

Post by Hologram »

Oops, yes the User.cfg file got corrupted.
I have edited the hotkeys for the In-command shortcuts manually and now it works the way I intended it to.

So my question is how the User.cfg can get corrupted. Didn't open it in VSCode before, just used the GUI to make edits in FreeCAD itself.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: [solved] Draft workbench - In-command shortcuts for polyline stopped working correctly

Post by Roy_043 »

Hard to guess what caused the corruption. Maybe a string value that conflicted with XML?
Post Reply