[SOLVED] How to fix copy paste problem

  • Thread starter Thread starter Guest
  • Start date Start date
Status
Not open for further replies.
G

Guest

Guest
when i copy and paste a statement a fixed other statement come up after pasting it
 
Solution
open terminal and enter the following command

echo "" | pbcopy

this will blank out the pasteboard... at least from what I remember. Yup just tried it, this will overwrite your paste board with "" which is nothing. if you change "" to "X" it will change the contents to X.

Hope this helps
open terminal and enter the following command

echo "" | pbcopy

this will blank out the pasteboard... at least from what I remember. Yup just tried it, this will overwrite your paste board with "" which is nothing. if you change "" to "X" it will change the contents to X.

Hope this helps
 
Solution
Status
Not open for further replies.