Access Clipboard Data programmatically with C on Linux platform -


i have tried looking ways access linux clipboard (access , modify clipboard) there no clear solution problem. have seen these post, 1, 2and tried solution, find either windows solution or osx solution problem. there formal way solve problem? thank much.

the clipboard in linux not work similar how works under windows , os x. there no separate storage it, rather x selection 1 application "owns" , transfer data when requested. if wanted modify contents need request current selection contents, modify that, , make available in application new clipboard.


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -