For a Cocoa program that I'm developing, I'd like to have my program watch the pasteboard for new pastes and add a 1 to it. For example, the program would automatically do this:
I Paste Hello
The program makes it 1Hello
I've been looking at NSNotification and the shared notification center but I didn't find a notification for doing this. Any assistance would be greatly appreciated. Thanks!
I Paste Hello
The program makes it 1Hello
I've been looking at NSNotification and the shared notification center but I didn't find a notification for doing this. Any assistance would be greatly appreciated. Thanks!