Is it possible to "watch" a users clipboard in cocoa?
For example if my app was a system tray style app like the dropbox client could i subscribe to events raised when a user hits copy / paste in another app?
Is it possible to "watch" a users clipboard in cocoa?
For example if my app was a system tray style app like the dropbox client could i subscribe to events raised when a user hits copy / paste in another app?
You could always check out Apple's sample code, ClipboardViewer. It does something sort of similar to what you're trying to do.