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 

Deluxe Clipboard
Goto page Previous  1, 2, 3, 4
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Wed Nov 25, 2009 2:20 pm    Post subject: Reply with quote

I love this as it copys html formatted text, any chance of adding the option to save permanant clipboard templates instead of copying the text every fresh time the script opens?
Back to top
Laszlo



Joined: 14 Feb 2005
Posts: 4710
Location: Boulder, CO

PostPosted: Wed Nov 25, 2009 7:53 pm    Post subject: Reply with quote

This would be easy to add, but invlove a few hours work. Why don't you edit the code, and post your improvements?
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Nov 28, 2009 9:57 am    Post subject: Reply with quote

Laszlo wrote:
This would be easy to add, but invlove a few hours work. Why don't you edit the code, and post your improvements?


Im new to AHK and have no idea what im doing Razz
If you are able to add this feature that would be great but no rush Very Happy
Back to top
Guest






PostPosted: Tue Dec 22, 2009 8:32 am    Post subject: Reply with quote

any news?
Back to top
automaticman



Joined: 27 Oct 2006
Posts: 648

PostPosted: Wed Dec 23, 2009 4:23 pm    Post subject: Reply with quote

Here is a suggestion: The first few, e.g. 10 characters in the string could be used as a default name suggestion, also selected fully, that you can overwrite it by typing anything else or accepting it using ctrl-enter.
Back to top
View user's profile Send private message
automaticman



Joined: 27 Oct 2006
Posts: 648

PostPosted: Wed Dec 23, 2009 4:32 pm    Post subject: Reply with quote

Anonymous wrote:
I love this as it copys html formatted text, any chance of adding the option to save permanant clipboard templates instead of copying the text every fresh time the script opens?
Or at least the last used 10 private clipboard contents could be saved into one or multiple external .txt files and reloaded automatically the next time. So we need only another new hotkey to add the current private clipboard into one of these ten or N "permanent clipboard slots".
Back to top
View user's profile Send private message
hyperdyne



Joined: 06 Apr 2009
Posts: 18

PostPosted: Tue Feb 16, 2010 11:33 pm    Post subject: portion of image to clipboard? Reply with quote

Very Happy hi there this looks a place to post a few questions burning my mind.......................::
im trying to engineer a way to use the mouse, select a drag area of a screen, then push z while dragged to copy that slice of image to a clip board


is there any library.ahks|dynamic link libraries i can call on to snapshot a rectangle of pixels?

ANY methods FAR aprecciated. PLEASE and THANKS.





...and i already have the remainder of the code to save it with a random name to a file....
Back to top
View user's profile Send private message
Laszlo



Joined: 14 Feb 2005
Posts: 4710
Location: Boulder, CO

PostPosted: Tue Feb 16, 2010 11:42 pm    Post subject: Reply with quote

search the Forum for Screen Capture
Back to top
View user's profile Send private message
hyperdyne



Joined: 06 Apr 2009
Posts: 18

PostPosted: Thu Feb 18, 2010 12:53 am    Post subject: Reply with quote

Laszlo wrote:
search the Forum for Screen Capture

search succeeded. heres my acceleration stub that i use regularly... boosts the performance about 110% faster.. by visual comparison.

Code:
;start of acceleration stub gathered by gunmaker
#NoEnv
#WinActivateForce
;#NoTrayIcon
#NoEnv
#SingleInstance force
Thread,priority,critical
SetBatchLines -1
ListLines Off
SetKeyDelay,0,0
process,Priority,,R
DetectHiddenWindows,On
SetMouseDelay,0
;end of acceleration stub gathered by gunmaker

be warned this is not for any solid jobs greater than 10 seconds unless your computer has a true math processor aside from the main cpu
the math will begin to slide and its a scary trip... enjoy.
Back to top
View user's profile Send private message
kmelnikov



Joined: 24 Jan 2011
Posts: 1

PostPosted: Mon Jan 24, 2011 12:23 am    Post subject: Thx Reply with quote

Thx for great work! I've been looking for something like this for ages Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 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