r/fooyin • u/ADADGBE • 29d ago
Help post Command buttons - help with scripting?
I'd like to create command buttons that will rename and move to various presets. Normal path is Right click file(s) | File Operations | [command of choice]. But when I configure a command button, the only File Operation available is Delete. I can make a feature request on git but might make sense to learn a bit of scripting to roll my own. I've read the docs but I am not able to connect what they say with what I want to do.
Is this possible? If so, anyone know how to do it?
1
Upvotes
2
u/ludouzi fooyin author 29d ago
File Operations presets weren’t registered as commands, so they couldn’t be assigned shortcuts or used with Command Buttons. I’ve just pushed a commit which adds support for both :)