Keyboard shortcut for "Copy Tags to Clipboard"?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
jesserbyars
Posts: 6
Joined: 06 Aug 2024 23:44

Keyboard shortcut for "Copy Tags to Clipboard"?

Post by jesserbyars »

Does anyone know if there are keyboard shortcuts for "Copy Tags to Clipboard" and "Add Tags from Clipboard", or a way to create custom shortcuts for these? I use these functions constantly and using the context menu is much slower than the keyboard would be.

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Keyboard shortcut for "Copy Tags to Clipboard"?

Post by highend »

Use scripts for User Defined Commands and assign them a keyboard shortcut

Copy tags to clipboard:
copytext replace(tagitems("tags", , , 1), "|", ",");

Add Tags from Clipboard:
tagitems("tags", <clp>);
One of my scripts helped you out? Please donate via Paypal

jesserbyars
Posts: 6
Joined: 06 Aug 2024 23:44

Re: Keyboard shortcut for "Copy Tags to Clipboard"?

Post by jesserbyars »

highend wrote: 07 Aug 2024 06:14 Use scripts for User Defined Commands and assign them a keyboard shortcut

Copy tags to clipboard:
copytext replace(tagitems("tags", , , 1), "|", ",");

Add Tags from Clipboard:
tagitems("tags", <clp>);
Thank you so much. Sorry I didn't reply earlier, I thought I was supposed to get an email when my post had been approved. Would you be able to point me to where I might have found this information on my own?

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Keyboard shortcut for "Copy Tags to Clipboard"?

Post by highend »

Help file - Advanced Topics
Scripting Command Reference / Variables
One of my scripts helped you out? Please donate via Paypal

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

Re: Keyboard shortcut for "Copy Tags to Clipboard"?

Post by admin »

All you taggers out there: "Copy Tags to Clipboard" and "Paste Tags from Clipboard" as built-in menu commands seem pretty useful, don't they?

jesserbyars
Posts: 6
Joined: 06 Aug 2024 23:44

Re: Keyboard shortcut for "Copy Tags to Clipboard"?

Post by jesserbyars »

admin wrote: 13 Aug 2024 09:14 All you taggers out there: "Copy Tags to Clipboard" and "Paste Tags from Clipboard" as built-in menu commands seem pretty useful, don't they?
Sorry, I'm still pretty new. Could you please clarify what is meant by a built-in menu command? I know these commands are accessible in the context menu when right clicking on the tags column, but I'm guessing you may be referring to the fact that they seem to be absent from the main menus and don't seem to be available anywhere else unless you script them as above?

jesserbyars
Posts: 6
Joined: 06 Aug 2024 23:44

Re: Keyboard shortcut for "Copy Tags to Clipboard"?

Post by jesserbyars »

highend wrote: 13 Aug 2024 08:01 Help file - Advanced Topics
Scripting Command Reference / Variables
Thanks again, I somehow did not realize that was there in the help file.

Post Reply