• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Toggle Action Sets - Activating and Deactivating Action Sets w/o having to Remove and/or Reload them

Engaged ,
Nov 12, 2021 Nov 12, 2021

Copy link to clipboard

Copied

I work in an environment where we have different Actions Sets for each Product Workflow.  Right now we either have multiple Action Sets loaded which bloats our action panel and limits the mapping of Function Keys, or we have to Remove our current Action Set before Loading the needed actions set in order to retain the mapped Function Keys.

 

We (my coworkers and I) would love it if there was a way to easily toggle between Action Sets, essentially activating and deactivating.  This way we could avoid having to Load - Remove - Load New based on workflow, while retaining the mapped Function Keys for each Action Set

 

Thank you for your time and consideration!

TOPICS
Feature request

Views

121

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jan 03, 2023 Jan 03, 2023

This can be done with a combination of 

    try {app.unloadAction('(Action Set Name)','');}
        catch(e){;}
    }

and 

app.loadAction (new File('(Action Set filepath)'));

Votes

Translate

Translate
Adobe
Community Expert ,
Nov 12, 2021 Nov 12, 2021

Copy link to clipboard

Copied

Bryan, the best place for this feature request is here:

https://illustrator.uservoice.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 03, 2023 Jan 03, 2023

Copy link to clipboard

Copied

LATEST

This can be done with a combination of 

    try {app.unloadAction('(Action Set Name)','');}
        catch(e){;}
    }

and 

app.loadAction (new File('(Action Set filepath)'));

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines