Want a toolbar button for "Swap Panes"

Features wanted...
Post Reply
Papoulka
Posts: 455
Joined: 13 Jul 2013 23:41

Want a toolbar button for "Swap Panes"

Post by Papoulka »

I use Swap Panes pretty often and am surprised that there seems to be no toolbar button for it. Of course I can work around by dragging tabs, but the button would be nice.

Thanks

serendipity
Posts: 3358
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Want a toolbar button for "Swap Panes"

Post by serendipity »

You can make your own button for this.
1) Right-click on the toolbar | Customize Toolbar...
2) Add any User Button # from Available buttons on the left to Current Buttons on the right and OK.
3) Your new button should appear in the toolbar, Right-click on the button | Edit and add the below code to the On left click field and OK.

Code: Select all

#811;

Other fields in the User button are optional, but do Give it a name and assign an icon for easy identification.
Note: #811 is the internal Command ID for Swap panes (You can get other IDs from Help | List All Commands...)
Hope this helps.
Edit: I see from your other post that you are running XYplorerFree. In that case adding the User button is not possible.

Papoulka
Posts: 455
Joined: 13 Jul 2013 23:41

Re: Want a toolbar button for "Swap Panes"

Post by Papoulka »

Thank you! It worked just like you said. I had to buy Pro to get it ;-) but now I can swap panes.

Post Reply