Keyboard shortcut for "Copy Tags to Clipboard"?
-
jesserbyars
- Posts: 6
- Joined: 06 Aug 2024 23:44
Keyboard shortcut for "Copy Tags to Clipboard"?
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.
Re: Keyboard shortcut for "Copy Tags to Clipboard"?
Use scripts for User Defined Commands and assign them a keyboard shortcut
Copy tags to clipboard:
Add Tags from Clipboard:
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"?
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?
Re: Keyboard shortcut for "Copy Tags to Clipboard"?
Help file - Advanced Topics
Scripting Command Reference / Variables
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"?
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?
FAQ | XY News RSS | XY X
-
jesserbyars
- Posts: 6
- Joined: 06 Aug 2024 23:44
Re: Keyboard shortcut for "Copy Tags to Clipboard"?
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
XYplorer Beta Club