icons in context menu of user buttons

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

icons in context menu of user buttons

Post by zzjean »

I wonder if it's possible to put icons in the context menu (right click) for my personnal script (as we can do when using internal button) ?

Also, is it possible to change or remain the icon of "click" in the context menu ?

At last, I'd to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)

I hope you will undestand. I don't make progress in english :D :D

Thank you

and .......Thank you for the Recycle Bin Deluxe (corbeille) That's GREAT

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: icons in context menu of user buttons

Post by admin »

zzjean wrote:I wonder if it's possible to put icons in the context menu (right click) for my personnal script (as we can do when using internal button) ?

Also, is it possible to change or remain the icon of "click" in the context menu ?

At last, I'd to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)
Sure you can, like this:

Code: Select all

"Name|C:\Icons\Icon.ico" [your script]
"Name|C:\Programme\Blah\Blah.exe" [your script]

zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Re: icons in context menu of user buttons

Post by zzjean »

Thank you

And....to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)

possible ?

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: icons in context menu of user buttons

Post by admin »

zzjean wrote:Thank you

And....to change the action of left click with internal button ; ex : Copy Path/name - left click = Item Path/name i'd like to have left click = item base(s)

possible ?
No, internal buttons are hard-coded.

zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Re: icons in context menu of user buttons

Post by zzjean »

OK thank you

Post Reply