Awesome thank you! I set it up ant after some testing I suspect there may be an issue with the Copy to Clipboard Manager Snippet Group action - even though Don't Show in "All Items" is checked, the default ⌘V will still paste something copied with the ⌥C trigger if ⌥C is the latest Copy Method used (unexpected). If ⌘C is used thereafter, the clipboards remain separate (expected).
Steps to Reproduce:
⌘C : "Text_1"
⌘V = "Text_1"
⌥C : "Text_2"
⌥V = "Text_2"
⌘V = "Text_2" ---- UNEXPECTED
⌘C : "Text_1"
⌘V = "Text_1"
⌥V = "Text_2" ---- EXPECTED
