short cut for workbenches

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

short cut for workbenches

Post by bernd »

In the following post (viewtopic.php?f=21&t=7559#p61711) something I have been thinking about quite a few times allready has been mentioned. Short cuts for changing workbenches. Has this been discussed allready? Do there exists some short cuts for the wbs allready?
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: short cut for workbenches

Post by jmaustpc »

in the Assembly branch, automatic wb switch has been enabled to a limited extent....so if you edit something it automatically switches to the appropriate wb for that item. It seemed to work quite well within the limited testing I did.

You still have to manually change to an appropriate wb to create something in the first place of course.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: short cut for workbenches

Post by bernd »

I mostly switch between. Part an Arch. Is it worth to make a Mantisentry?
User avatar
r-frank
Veteran
Posts: 2180
Joined: Thu Jan 24, 2013 6:26 pm
Location: Möckmühl, Germany
Contact:

Re: short cut for workbenches

Post by r-frank »

Hello Bernd.

That depends.
I switch a lot between different workbenches.

Having them on the F1-F12 keys would be GREAT.
Also i would like to know if there is any news on reducing toolbar space ?

Roland
Deutsche FreeCAD Tutorials auf Youtube
My GrabCAD FreeCAD-Projects
FreeCAD lessons for beginners in english

Native german speaker - so apologies for my english, no offense intended :)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: short cut for workbenches

Post by bernd »

r-frank wrote:... Having them on the F1-F12 keys would be GREAT. ...
Not a good idea to use F-keys because only 12 wbs could be addressed and it is not easy to keep in mind which F-key is which wb. My opinion.

I was not aware of the thread viewtopic.php?f=8&t=7339&hilit=switch+removed&start=10

But if the switcher is in the menue a alt+w+wbletter would switch the wb. That will do the trick.
User avatar
yorik
Founder
Posts: 13665
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: short cut for workbenches

Post by yorik »

Note that a very simple macro containing one line would do the job...

Code: Select all

FreeCADGui.activateWorkbench("ArchWorkbench")
I'm not too sure how heavy would be the work needed to add keyboard shortcuts to workbenches, though...
ediloren
Posts: 210
Joined: Wed May 08, 2013 9:23 pm
Location: Italy
Contact:

Re: short cut for workbenches

Post by ediloren »

Well that would be great, though. I think this should be fully configurable in the preferences, and we can discuss only about the default. There won't ever be a single set of keys satisfying all users.

Ciao
Enrico
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: short cut for workbenches

Post by NormandC »

Guys, Jürgen has already plans to replace the workbench switcher with a dedicated menu. With a menu, keyboard shortcuts will be possible.

There's a discussion about it on the "Development" section, but I can't try to locate it ATM.
Post Reply