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
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?