1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 <2014> 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | caQtDM drag-and-drop workaround |
From: | "Mooney, Tim M." <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Thu, 29 May 2014 19:36:47 +0000 |
This is fun:
If you're running caQtDM 3.5.2 or higher on Linux, and you have xclip in your path (http://sourceforge.net/projects/xclip/), you can add CAQTDM_EXEC_LIST entries to copy a PV name to the X clipboard, and paste the clipboard to a link field via caput: setenv CAQTDM_EXEC_LIST 'Copy PV name;echo -n &P| xclip -i -sel clip:Paste PV name;caput &P `xclip -o -sel clip`' then you can get a PV name into a link field as follows: - Right click on a PV, and select "Copy PV name". - Right click on the link-PV field, and select "Paste PV name". Tim Mooney |