I'm using an application that intercepts the command+c/x/v shortcuts for copying/cutting/pasting selected text. I am, however, able to right-click a text selection, and choose "copy/cut/paste" from the menu to execute those operations.
Is there any way to do this using Applescript that wouldn't require the pointer to be hovering over the text selection, or that would perform the operation without needing to see the right-click menu pop up?
I've attempted various solutions for this in AppleScript via sending the c/x/v keys using command down, but haven't been able to get it working properly yet with that approach.