Question
ExecuteScriptMenuItem01 - Limitation Problem!!!
Hi,
I'm running into some issues where I can't add anymore shortcut to my After Effects Scripts - ExecuteScriptMenuItem01 stops at 20! Which poses a huge problem. I tried nesting a couple of scripts together
if (keyboardState.metaKey && keyboardState.keyName == "F4") {
var nested_file = new File("2006_light table on.jsx");
nested_file.open("r");
eval(nested_file.read());
nested_file.close();
}
But It's just not fast enough to activate while working! I work in multiple machines across different sites and need a handful of scripts! Most of the time I don't have acess to the root - Application/Scripts due IT limitations. After effects comes with a lot of scripts pre-installed so it leaves about 5-6 scripts slots to be assigned on you local preferences folder. I'm afraid that's definitely limiting for powerusers!
How Can i bypass the limitation while editing the aeks files. I noticed on AE21 there's a new line and it goes up to 21 scripts now
"_reserved_more_scripting_begin" = "(4)"
How Can I make use of this? What would be the next lines that would give me acess to more slots? Help will be much appreciated.
This limitation makes it extremely challenging to work across sites!After Bread and Butter is just not enough after 10-15 years.
Thanks
M
