hluk / copyq-commands

Useful commands for CopyQ clipboard manager.
331 stars 73 forks source link

Copy nth command #16

Closed fabiodocit123 closed 4 years ago

fabiodocit123 commented 5 years ago

Please when i press shortcuts to copy item 0 or item 1 command for example i need ever open copyQ window to change clipboard value ? is possible for only press shortcuts and change clipboard value ?

hluk commented 5 years ago

Which shourtcut do you mean and where? What do you mean by "clipboard value"?

fabiodocit123 commented 5 years ago

sorry clipboard "content"

hluk commented 5 years ago

I still don't understand the questions. Is this related to some command? (Issues related to the application are in CopyQ repository.)

If you want to edit current clipboard content there is predefined command "Edit clipboard" in CopyQ.

fabiodocit123 commented 5 years ago

that command

fabiodocit123 commented 5 years ago

copyq: var shortcut = str(data("application/x-copyq-shortcut")) var number = shortcut ? shortcut.replace(/^\D+/g, '') : currentItem(); selectItems(number) copy("application/x-copyq-item", pack(getItem(number)))

to activate this command i need open copy q window right ? this work with global shorcut ? example > copy the content 1 and content 2 and i need use the content 1 three times and content 2 three times in altenate moments (for example) i can change this items with global shorcuts ? for i dont need open copyq software window

hluk commented 5 years ago

this work with global shorcut ?

Did you try to enable "Global Shortcut" for the command in Command dialog? It should be possible to use both.

image