AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

NEW:clipboardMenu0.8:paste,edit,save last 20 clipboard items
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Anonymous90210
Guest





PostPosted: Mon Nov 27, 2006 4:34 pm    Post subject: Cool script,.. Reply with quote

Hi there,

I like your script. As you wanted comments,.. here is an idea.

I made a little addition to your script by adding a "Display features" menu option, which shows the features of your script to the user. I allways find it handy to build this into my scripts, so that I allways know exactly what the script does and which keys to use. I pasted the code here, as an example of what I mean.

>> The Menu option
menu, tray, add, Display features, features

>> The function:
features:
msgbox, Clipboardmenu's features:`nThe hotkey to show the menu is WIN+SPACE`nThe hotkey to switch between modes is CTRL+WIN+C`nTo paste an item simple click that item in the menu.`nTo work with paste/edit/save mode(PES mode) select this mode from tray menu or use the hotkey. Then, when selecting an item from clipboard menu, another menu will let you past, edit or save that item. To quickly paste an item in PES mode, just double click that item.`n-CTRL+WIN+C lets you switch between modes`n-if you copy a file: in explorer you will paste the file, in an editor you will paste the file path
return
Back to top
dash



Joined: 29 Nov 2006
Posts: 53

PostPosted: Fri Dec 01, 2006 5:13 pm    Post subject: Reply with quote

i like it.
But why is there no exit or reload script buttons?
(have to terminate AutoHotkey.exe process in task manager if i want to exit)
Back to top
View user's profile Send private message
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Sun Dec 03, 2006 7:43 am    Post subject: Reply with quote

for Anonymous90210
thanks a lot, I will integrate it in next version

for Dash
See some posts before
_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Sat Dec 09, 2006 10:48 pm    Post subject: Reply with quote

new version: see first post for changes
_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
Jaytech



Joined: 11 Dec 2006
Posts: 244
Location: Orlando, FL

PostPosted: Mon Dec 11, 2006 3:48 pm    Post subject: Reply with quote

Brilliant.. just brilliant script. Very nice work. Keep it up! Very Happy
Back to top
View user's profile Send private message
emirvisir (offline)
Guest





PostPosted: Fri Dec 29, 2006 9:21 am    Post subject: Reply with quote

I don't see the tooltip for preview, so I am a bit like ... pasting stuff from the menu with no clue about what it is. I don't know if I am the only one with this issue...
Back to top
emirvisir (offline)
Guest





PostPosted: Fri Dec 29, 2006 9:26 am    Post subject: Reply with quote

I also cannot copy files and paste path.... I think that the features that work are great
Back to top
Tim Tyler
Guest





PostPosted: Sun Dec 31, 2006 8:57 pm    Post subject: Reply with quote

v0.8 doesn't work for me. It generates a menu - but the menu
contains no items from the clipboard - and so is useless.

Debugging suggests that the OnClipboardChange event
is firing correctly - but the script is complex and it's not
clear if further debugging will be worth the effort.

Does anyone have v0.8 working correctly?
Back to top
Super-Annon
Guest





PostPosted: Tue Jan 09, 2007 5:46 am    Post subject: files... Reply with quote

default windows clipboard has the ability to copy and paste files, how do you use this script to copy and paste files?

When i copy a file, it shows it in the list, but when i try to paste it, it just re-copies it? and doesn't paste, but when i use CTRL-c/CTRL-v it works fine..

WIN xp, latest version of AHK
Back to top
kiu_
Guest





PostPosted: Sat Jan 13, 2007 9:26 am    Post subject: Reply with quote

emirvisir (offline) wrote:
I don't see the tooltip for preview, so I am a bit like ... pasting stuff from the menu with no clue about what it is. I don't know if I am the only one with this issue...


to view the preview of a clip, press WIN+left mouse button on the clip
Back to top
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Sat Jan 13, 2007 9:31 am    Post subject: Reply with quote

Tim Tyler wrote:
v0.8 doesn't work for me. It generates a menu - but the menu
contains no items from the clipboard - and so is useless.

Debugging suggests that the OnClipboardChange event
is firing correctly - but the script is complex and it's not
clear if further debugging will be worth the effort.

Does anyone have v0.8 working correctly?


try copy several clips on the clipboard and the look at the menu. Do you have this problem anyway?
_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Sat Jan 13, 2007 9:32 am    Post subject: Re: files... Reply with quote

Super-Annon wrote:
default windows clipboard has the ability to copy and paste files, how do you use this script to copy and paste files?

When i copy a file, it shows it in the list, but when i try to paste it, it just re-copies it? and doesn't paste, but when i use CTRL-c/CTRL-v it works fine..

WIN xp, latest version of AHK


can you explain your problem better?
_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Sun Jan 14, 2007 10:18 am    Post subject: Reply with quote

there was an error in the copy function of the forum. This bug will be fixed in next days
_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
timtyler



Joined: 01 Jan 2007
Posts: 17

PostPosted: Mon Jan 15, 2007 12:28 pm    Post subject: Reply with quote

Tim Tyler wrote:
v0.8 doesn't work for me. It generates a menu - but the menu
contains no items from the clipboard - and so is useless.

Does anyone have v0.8 working correctly?


I've now got it to work. I don't know what the original problem was.
_________________
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Back to top
View user's profile Send private message
l4zphi5h3n7



Joined: 27 Dec 2006
Posts: 84
Location: Louisville Kentucky

PostPosted: Wed Jan 24, 2007 1:43 am    Post subject: Reply with quote

Kiu
Bravo Nice ClipBoard Helper.
Couple suggestions though
1.Check Marks in the menu displaying which mode you are current in.
2.Use string Replace to only allow one instance of a clip in the list.
3.Better support for keyboard only support. (ei. I use the hotkeys and see my list. I want clip # 12. I type 15, when I hit one it goes to the 1.clip when I type 2 it goes to the 2. clip if I type one again Im on 10, two again I'm on 20.

I have never seen a clipboard program trump ARSCLIP. I wish an AHK one would. It gives you the option to automatically change stored clips depending on which window is active(great for passwords) one keypress pastes ant clip 1-9then A-Z. Anything in the tray should be moved to the Hot key menu. You should have a hotkey box to select the hotkeys (via iniwrite) also what about some of SKrommels functionality for auto copy See www.donationcoder.com/skrommel "dragking" Built with AHK.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group