Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created December 20, 2017 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/b0692ae85cfb9151d31e2ec690e51ef1 to your computer and use it in GitHub Desktop.
Save jmercouris/b0692ae85cfb9151d31e2ec690e51ef1 to your computer and use it in GitHub Desktop.
(defun copy ()
(#/sendAction:to:from: ccl::*nsapp* (objc:@selector #/copy:) nil *next-view*))
(defun paste ()
(#/sendAction:to:from: ccl::*nsapp* (objc:@selector #/paste:) nil *next-view*))
(defun cut ()
(#/sendAction:to:from: ccl::*nsapp* (objc:@selector #/cut:) nil *next-view*))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment