There is nothing wrong with what you’re doing. Typically, I’d do something like:
- Set Clipboard to “KM-NONE”
- Command-C
- If clipboard is not “KM-NONE” …
Alternatively, you can use the If condition to determine if the Copy menu is enabled first.
- If menu with shortcut Command-C is enabled
- Command-C …