View Single Post
  #7  
Old Jan 28 2022, 11:22 AM
Tiger's Avatar
Tiger Tiger is offline
 
Join Date: Mar 12 2010
Location: UK but i'd rather be somewhere hot and sunny :) with a swimming pool!
Posts: 9,369
Default How to Copy Paste in chat and messages

Highlighting to copy/Paste text in Farm Town:

WebGL provides very limited support for copy and paste so we had to implement it from scratch.
If the Copy/Paste/Cut menu options using right click do not work at some point, you can try highlighting the text to then try using the keyboard shortcuts to copy paste instead:
Windows users:
  • CTRL+C (Copy)
  • CTRL+X (Cut)
  • CTRL+V (Paste)


Mac Users:
  • Command (or Cmd) ⌘-C (Copy)
  • Command (or Cmd) ⌘-X (Cut)
  • Command (or Cmd) ⌘-V (Paste)