I like klipper and use it dozens of times a day but three things I cannot figure.
1. Acquire a clip, paste it into something, highlight but not clip something else, actual clip stops being pasteable. It takes a View Clipboard and Enter on the top-most clip to re-instate it. Annoying but I can live with it. (I have Ignore Selection ticked so it's not that).
2. Left-click and right-click on the icon return different results: left often does not show the currently clipped item and sometimes loses several "admin" items from the bottom of the list. Again, I can live with it.
3. I cannot get regular expressions to work. This one IS annoying. My current example is:
Clip:
http://www.example.com/page/pid/abc123/title
Regex:
^.*/pid/ (action: Ignore)
^.*/ (action Add To Clipboard)
From this I expect the term abc123/ to be a new item on the clipboard. Dream on! :(
Best I can do is manually load the clip into klipper's item editor and change it manually.
I have tried enabling various Action flags but all I can get is loading the full page from the full URL.
Any ideas, please?