topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 7:59 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Idea: Clipboard Mouse Click n Paste  (Read 11888 times)

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Idea: Clipboard Mouse Click n Paste
« on: July 30, 2010, 05:36 PM »
I am accustom to use this autohotkey script which allows me to paste the last 5 history items on the clipboard. The problem with this is that you would have to cycle through the list  to get to the items in the history and a key combination is required to be held down for operation. I was hoping someone would be able to add or modify upon this script to make it easier to use.

The features which I request are the following:
Maintain the feature of having the last 5 entries in the list
Able to allow for mouse to to double click any of the entries for pasting
when the mouse goes on any of the 5 entries:
         the hotkey is no longer needed to be held down and only a click elsewhere away from the entries is needed to get out of the clipboard entries view.
         a range of entries is selectable for pasting when the shift key is held down and mouse is clicked on any two of the five entries

cmpm

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 2,026
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #1 on: July 30, 2010, 07:08 PM »
This is not what you asked for but this might work for you.

ClipTrap or ClipBox can do what you want.
There is no separation between clips.
After copy of a number of things you can then select all from a single copy paste in these programs.

http://skwire.dcmemb...oftware/cliptrap.php

http://www.ghacks.ne...e-clipboard-entries/

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #2 on: July 30, 2010, 07:33 PM »
I tried many clipboard manager programs, but many of them are too complicated for what I am use. Many are obtrusive and are counter-productive when there are too many dialog boxes and key presses required to do a simple task.

cmpm

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 2,026
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #3 on: July 30, 2010, 10:10 PM »
ClipTrap is easy.

This is for separate copy commands.
You can then highlight them all and copy paste to any program.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #4 on: July 30, 2010, 10:49 PM »
Based off of your screenshot, it looks like I need to fix ClipTrap for 120 DPI systems, eh?   =]  Anyway, I don't think that ClipTrap is well-suited to the original poster's issue.  I took at look at the script he is using and it's simple enough.  However, Smobu, to do what you want to do will require quite a bit more than simple changes since that script is using simple tooltips to display the previous five clips.  Did you ever try ArsClip while you were trying out clipboard managers?  That's the one I've used for many many years now.

cmpm

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 2,026
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #5 on: July 30, 2010, 11:00 PM »
Thanks for noticing the 120 DPI problem, skwire.

I wish the rest of my programs could see the DPI setting.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #6 on: July 30, 2010, 11:07 PM »
Well, normally, I just insert code that ignores the 120 DPI setting rather than have to make huge GUI adjustments to account for it.  In this case, though, I think widening the buttons a bit ought to do it.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #8 on: July 30, 2010, 11:45 PM »
Another reason I been reluctant to use any other form of clipboard management is because I use the script to label file names. I can cycle through the entries with the script without losing focus from my renaming. I tried arsclip before and it was promising, but it stole focus on my file renaming.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #9 on: July 31, 2010, 08:58 AM »
Another reason I been reluctant to use any other form of clipboard management is because I use the script to label file names. I can cycle through the entries with the script without losing focus from my renaming. I tried arsclip before and it was promising, but it stole focus on my file renaming.

Unfortunately, your requests to mouse-click the entries would do that same thing (move focus away from your file renaming).  Make sense?

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #10 on: July 31, 2010, 11:02 AM »
Is there a clipboard manager out there that doesn't use tooltips but has a feature that supports easy file renaming through mouse highlights and clicks?

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #11 on: August 01, 2010, 10:00 AM »
Another reason I been reluctant to use any other form of clipboard management is because I use the script to label file names. I can cycle through the entries with the script without losing focus from my renaming. I tried arsclip before and it was promising, but it stole focus on my file renaming.

How are you renaming the files?  Directly, or with a file renamer?  If you aren't using the latter, you might try one.  E.g., Oscar's File Renamer, which is old, but free, and works a bit like an editor.  Of course, this only makes sense if you have several files to rename, you probably wouldn't bother to fire it up for just a single file.

Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #12 on: August 01, 2010, 12:05 PM »
I don't do intensive file renaming and I don't want to dedicate a whole program for renaming a couple of files when I do it once in a while. File renaming could be done directly with the script.

psionics

  • Participant
  • Joined in 2007
  • *
  • Posts: 119
    • View Profile
    • freestyle (nunchaku) forum.net
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #13 on: September 02, 2010, 12:26 PM »
 been looking for better multi copy/paste apps, so far, this one I have chosen good. maybe this will help..

http://www.mlin.net/Clipomatic.shtml

(a small freeware)


Smobu

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 51
    • View Profile
    • Donate to Member
Re: Idea: Clipboard Mouse Click n Paste
« Reply #14 on: September 03, 2010, 12:35 AM »
Clipomatic possesses the same problem as with arsclip. Focus is stolen when attempting to rename files. If the shift functionality of group pasting is too much, then I would hope that a simple click function can still be implemented.