| View previous topic :: View next topic |
| Author |
Message |
Anonymous90210 Guest
|
Posted: Mon Nov 27, 2006 4:34 pm Post subject: Cool script,.. |
|
|
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
|
Posted: Fri Dec 01, 2006 5:13 pm Post subject: |
|
|
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 |
|
 |
kiu
Joined: 18 Dec 2005 Posts: 229 Location: Italy - Galatro(RC)
|
Posted: Sun Dec 03, 2006 7:43 am Post subject: |
|
|
for Anonymous90210
thanks a lot, I will integrate it in next version
for Dash
See some posts before _________________ ____________________
______________________
kiu |
|
| Back to top |
|
 |
kiu
Joined: 18 Dec 2005 Posts: 229 Location: Italy - Galatro(RC)
|
Posted: Sat Dec 09, 2006 10:48 pm Post subject: |
|
|
new version: see first post for changes _________________ ____________________
______________________
kiu |
|
| Back to top |
|
 |
Jaytech
Joined: 11 Dec 2006 Posts: 244 Location: Orlando, FL
|
Posted: Mon Dec 11, 2006 3:48 pm Post subject: |
|
|
Brilliant.. just brilliant script. Very nice work. Keep it up!  |
|
| Back to top |
|
 |
emirvisir (offline) Guest
|
Posted: Fri Dec 29, 2006 9:21 am Post subject: |
|
|
| 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
|
Posted: Fri Dec 29, 2006 9:26 am Post subject: |
|
|
| I also cannot copy files and paste path.... I think that the features that work are great |
|
| Back to top |
|
 |
Tim Tyler Guest
|
Posted: Sun Dec 31, 2006 8:57 pm Post subject: |
|
|
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
|
Posted: Tue Jan 09, 2007 5:46 am Post subject: files... |
|
|
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
|
Posted: Sat Jan 13, 2007 9:26 am Post subject: |
|
|
| 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)
|
Posted: Sat Jan 13, 2007 9:31 am Post subject: |
|
|
| 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 |
|
 |
kiu
Joined: 18 Dec 2005 Posts: 229 Location: Italy - Galatro(RC)
|
Posted: Sat Jan 13, 2007 9:32 am Post subject: Re: files... |
|
|
| 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 |
|
 |
kiu
Joined: 18 Dec 2005 Posts: 229 Location: Italy - Galatro(RC)
|
Posted: Sun Jan 14, 2007 10:18 am Post subject: |
|
|
there was an error in the copy function of the forum. This bug will be fixed in next days _________________ ____________________
______________________
kiu |
|
| Back to top |
|
 |
timtyler
Joined: 01 Jan 2007 Posts: 17
|
Posted: Mon Jan 15, 2007 12:28 pm Post subject: |
|
|
| 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 |
|
 |
l4zphi5h3n7
Joined: 27 Dec 2006 Posts: 84 Location: Louisville Kentucky
|
Posted: Wed Jan 24, 2007 1:43 am Post subject: |
|
|
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 |
|
 |
|