Mark/copy option

Started by John_S, February 10, 2020, 04:49:47 PM

Previous topic - Next topic

John_S

In WindX there is an option to mark/copy text by right clicking the icon, selecting edit, mark/copy, and then highlighting some text on the screen. It then pops up an option to copy the highlighted text to the clipboard.  This is very handy for our users, but they have to go through this procedure every time they want to highlight something and copy it.  Is there an option that will keep this enabled so they don't have to repeat this procedure each time?

Mike King

#1
Have you tried enabling the Right mouse click copy logic?

Try issuing

  SETDEV (0) SET "RMouseCopy" TO "1"
-or-
  PRINT 'OPTION'("RMouseCopy","1"),

Then use the Right Mouse button to select the section of the text on the screen to copy.
Mike King
President - BBSysco Consulting - http://www.bbsysco.com
eMail: mike.king@bbsysco.com

John_S

Thanks Mike, that works great!  Our users will be very happy!