We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there should be relatively easy to implement X11-based copy/paste using node-x11 . This one also may be helpful: https://github.com/Benvie/node-clipboard (it uses node-ffi )
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, but I have to admit the X11 internals are a bit over my head. Mind pointing out where to start? or providing some examples?
Sorry, something went wrong.
http://michael.toren.net/mirrors/doc/X-copy+paste.txt
I'll try to wrap all this and expose simple copy()/paste(str)
No branches or pull requests
there should be relatively easy to implement X11-based copy/paste using node-x11 . This one also may be helpful: https://github.com/Benvie/node-clipboard (it uses node-ffi )
The text was updated successfully, but these errors were encountered: