It looks like these always act on the current state. If you want to support triggering a transformation multiple times, you can replace Radio with Inputs.button() and change the string values to callbacks, like `["Shift", () => "shift"],`.
Thank you for the feedback, I appreciate it. I split those transformation operations into a separate button control so multiple transformations can be done. Thanks again and have a fantastic day!