Add Swap Panes to Toolbar

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
JD12345
Posts: 4
Joined: 03 Jan 2024 06:20

Add Swap Panes to Toolbar

Post by JD12345 »

Is there a way to add a button to the toolbar for Swp Panes Cntl+Shift+F10

highend
Posts: 13033
Joined: 06 Feb 2011 00:33

Re: Add Swap Panes to Toolbar

Post by highend »

See RalphM's answer :tup:
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

RalphM
Posts: 1911
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Add Swap Panes to Toolbar

Post by RalphM »

Sure, add a user button to the toolbar, give it an icon as needed and make its command:

Code: Select all

::#808; 
To switch on the display of command ID's to see the #808 and others, switch on "Help/Command IDs on menu"
Ralph :)
(OS: W11 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)

JD12345
Posts: 4
Joined: 03 Jan 2024 06:20

Re: Add Swap Panes to Toolbar

Post by JD12345 »

Thanks!

JD12345
Posts: 4
Joined: 03 Jan 2024 06:20

Re: Add Swap Panes to Toolbar

Post by JD12345 »

I added
::#800;
to right click, but when I right click, it brings up a menu with this at top. Is there anyway to get the button script to run the command directly without the menu?

highend
Posts: 13033
Joined: 06 Feb 2011 00:33

Re: Add Swap Panes to Toolbar

Post by highend »

You need a tweak for this kind of behavior:
CTBNoRClickDefaultCommands=1

https://www.xyplorer.com/faq-topic.php?id=tweak
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

JD12345
Posts: 4
Joined: 03 Jan 2024 06:20

Re: Add Swap Panes to Toolbar

Post by JD12345 »

Thanks, does that only affect user created buttons or can it affect other buttons too?

highend
Posts: 13033
Joined: 06 Feb 2011 00:33

Re: Add Swap Panes to Toolbar

Post by highend »

That tweak is for user defined buttons, not for built-in ones
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

Post Reply