3

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?

Daniel Upton
  • 5,561
  • 8
  • 41
  • 64

1 Answers1

1

You could always check out Apple's sample code, ClipboardViewer. It does something sort of similar to what you're trying to do.

sudo rm -rf
  • 29,408
  • 19
  • 102
  • 161