Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Selection filter Reset

sumit809.sd
Enthusiast

Selection filter Reset

sumit809.sd
Enthusiast
Enthusiast

Is there any command to Reset the selection filter so that I can assign a keyboard shortcut?

Actually it's little annoying and time consuming to switch from Inspector and then Click on Reset in Selection Filter.

0 Likes
Reply
Accepted solutions (2)
1,671 Views
5 Replies
Replies (5)

jorge_garcia
Autodesk
Autodesk
Accepted solution
Hello @sumit809.sd,

Here are the commands you can use:

SET SELECTTYPES ALL; will reset all types to be selectable
SET SELECTLAYERS ALL; will reset all layers to be selectable

Let me know if there's anything else I can do for you.

Best Regards,


Jorge Garcia
​Product Support Specialist for Fusion 360 and EAGLE

Kudos are much appreciated if the information I have shared is helpful to you and/or others.

Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.

sumit809.sd
Enthusiast
Enthusiast

ASSIGN CMD+ALT+R SET SELECTTYPES ALL;

ASSIGN CMD+ALT+R SET SELECTLAYERS ALL;

 

I want to do two things in one shortcut. Anyway to merge this?

In above case, only SELECTLAYERS ALL works and the first command is skipped.

 

Regards,

Sumit

0 Likes

sumit809.sd
Enthusiast
Enthusiast

@jorge_garcia which commands are executed when we press Reset button in Selection filters? I want to reset all the filters at once... I don't want to assign 2 different shortcuts for this.

 

Please help!

 

Thanks!

0 Likes

jorge_garcia
Autodesk
Autodesk
Accepted solution

Hi @sumit809.sd ,

 

I hope you're doing well. You can assign two commands (or more) to the same shortcut.

 

ASSIGN CMD+ALT+R 'SET SELECTTYPES ALL; SET SELECTLAYERS ALL;';

 

Let me know if you continue to run into problems.

 

Best Regards,



Jorge Garcia
​Product Support Specialist for Fusion 360 and EAGLE

Kudos are much appreciated if the information I have shared is helpful to you and/or others.

Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
0 Likes

sumit809.sd
Enthusiast
Enthusiast

Hi @jorge_garcia 

 

That worked.😀

 

Thanks!

 

-Sumit

0 Likes