Move Tab script - set icon

This script adds two icons, one on the left side, and one on the right. Clicking will move the active tab to the other side.

Go TABMOVE=active
Set SOURCE=Toggle
@icon:copysourcedest_right,Set SOURCE=left
@icon:copysourcedest_left,Set SOURCE=right

dopus_F26bkn7b5U

Right now, when the left side is active, both icons point right, and when the right side is active, both icons point left. What I expect is: the left side's arrow should always point right, and on the right side, the arrow should always point left. Any ideas?

For buttons on the file display toolbar, use SIDE=left and SIDE=right instead of SOURCE=left and SOURCE=right if you want to test which side they are on.

1 Like

Perfect! Even the new DeepSeek-R1 model couldn't figure that out!