Simplified cycle through windows clipboard
- Dominant language
- C++
- Stars
- 12.3k
- Forks
- 593
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 9
Description
**Is your feature request related to a problem? Please describe.**
Hello, thank you for your super handy clipboard manager. I'm trying to paste and cycle thorugh clipboard item that was copied before using CopyQ. There is a similer issue is posted in #729, but it doesn't really solve the problem as it has multiple limitations.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The problem with #729 is,
1. The clip window doesn't follow mouse cursor and apperars in the bottom, which is not helpful

2. At the end of the clipboard if we continue to press Ctrl+Shift+V multiple window pops up saying no more items

3. Say if we copy 3 different items in clipboard and pressed Ctrl+Shift+V 4 times in a row it will show "no more items" but now we can't get back to previous clipboard item if we press Ctrl+Shift+C
**Describe the solution you'd like**
1. Clip display window should follow courser where it's being typed so it would be easier to see what I'm about to paste
2. At the end of the clipboard, if there is no item left, then show the last item, not "no more items". But as a info It could highlight the last item or 1st item in a non intrusive way.
3. Even if the clipboard has 3 items pressing more Ctrl+Shift+V will only show the end item in one window not "no more items" in multiple window and if we press Ctrl+Shift+C, it will take us back to the 2nd item.
4. Would have been better if we can use Ctrl+V as paste current item and pressing V while holding Ctrl key would paste next clipboard item also without releasing the Ctrl key pressing C key would paste the previous item. More like [Clipjump](https://github.com/aviaryan/Clipjump).
5. Easy way to ignore pasting using CopyQ in selected window/application.
**Describe alternatives you've considered**
I'm currently also using [Clipjump](https://github.com/aviaryan/Clipjump), in which I can copy using Ctrl+C and while pasting I can cycle through clipboard item by pressing Ctrl+V (forward) without releasing Ctrl key pressing C takes me back to previous clipboard item. Which is a great feature. But it has it's limitations that's why CopyQ is a great alternative.
**Additional context**
Add any other context or screenshots about the feature request here.
Thank you very much for your time and consideration.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.