Spread the Word | Create Account | My Account  
digsby
Location: Forum Home » Feature Requests » auto copy highlighted text
 

auto copy highlighted text

#1 2009-11-20 17:47:48
auto copy highlighted text
derkgates
New member
Offline

 

I wish Digsby would auto copy highlighted text, in the Instant Messenger window, after dragging the cursor over the passage.

I have Muscular Dystrophy and use a combination of joystick mouse-emulation and voice-recognition.  I have a special program to automatically click whenever I stop moving the cursor.  I can trigger a click-and-drag and a right-click, but takes longer.

This is the only function I miss in Trillian.  It sure would make things easier!



#2 2010-03-05 19:46:23
Re: auto copy highlighted text
derkgates
New member
Offline

 

apparently nobody else would find this feature helpful?



#3 2010-03-05 20:38:30
Re: auto copy highlighted text
Dave
Super Power User
Offline

 

http://forum.digsby.com/viewtopic.php?id=5898

Personally I think that the auto-copy "feature" adds very little value, and only complicates what is already simple and consistent across the rest of the platform.



#4 2010-03-06 15:01:01
Re: auto copy highlighted text
derkgates
New member
Offline

 

Dave wrote:

http://forum.digsby.com/viewtopic.php?id=5898

Personally I think that the auto-copy "feature" adds very little value, and only complicates what is already simple and consistent across the rest of the platform.

unless you have a physical handicap.



#5 2010-03-06 15:33:52
Re: auto copy highlighted text
carbonize
Super Power User
Offline

 

How would that make a difference? At some point you will either have to use the mouse buttons or hot keys to paste the copied text.



#6 2010-03-07 14:32:59
Re: auto copy highlighted text
Dave
Super Power User
Offline

 

Here's a solution:

Locate the Message Style you're using, and open header.html.  Scroll to the bottom and insert this code:

Code:

<script type="text/javascript">
window.onmouseup = function()
{
   document.execCommand('Copy'); 
   window.getSelection().removeAllRanges();
}
</script>

If you want the text to stay selected after copying, use this code instead:

Code:

<script type="text/javascript">
window.onmouseup = function()
{
   document.execCommand('Copy'); 
}
</script>

Hope that helps.



Pages: 1 

Board footer


Copyright © 2007-2009 dotSyntax, LLC.   All Rights Reserved