Add Swap Panes to Toolbar
Add Swap Panes to Toolbar
Is there a way to add a button to the toolbar for Swp Panes Cntl+Shift+F10
Re: Add Swap Panes to Toolbar
See RalphM's answer
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de
Re: Add Swap Panes to Toolbar
Sure, add a user button to the toolbar, give it an icon as needed and make its command:
To switch on the display of command ID's to see the #808 and others, switch on "Help/Command IDs on menu"
Code: Select all
::#808;
Ralph
(OS: W11 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)
(OS: W11 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)
Re: Add Swap Panes to Toolbar
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?
::#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?
Re: Add Swap Panes to Toolbar
You need a tweak for this kind of behavior:
https://www.xyplorer.com/faq-topic.php?id=tweak
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
Re: Add Swap Panes to Toolbar
Thanks, does that only affect user created buttons or can it affect other buttons too?
Re: Add Swap Panes to Toolbar
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