I'm trying to create a Copy/Paste Toggle for one of my Macro Buttons on my mouse, which is currently mapped to F1 (part of a work around because Logitech insists on forcing users to use their software)
The easiest way I could think to accomplish this is to create a variable that toggles between 1 and 2 and Copies if 1 and Pastes if 2:
Where am I going wrong?