AutoHotkey Community

It is currently May 27th, 2012, 5:19 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 56 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject:
PostPosted: November 25th, 2009, 3:20 pm 
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?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 25th, 2009, 8:53 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
This would be easy to add, but invlove a few hours work. Why don't you edit the code, and post your improvements?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 28th, 2009, 10:57 am 
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 :P
If you are able to add this feature that would be great but no rush :D


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 22nd, 2009, 9:32 am 
any news?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 23rd, 2009, 5:23 pm 
Offline

Joined: October 27th, 2006, 10:12 am
Posts: 649
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 23rd, 2009, 5:32 pm 
Offline

Joined: October 27th, 2006, 10:12 am
Posts: 649
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".


Report this post
Top
 Profile  
Reply with quote  
PostPosted: February 17th, 2010, 12:33 am 
Offline

Joined: April 6th, 2009, 2:50 pm
Posts: 18
:D 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....


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2010, 12:42 am 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
search the Forum for Screen Capture


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2010, 1:53 am 
Offline

Joined: April 6th, 2009, 2:50 pm
Posts: 18
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Thx
PostPosted: January 24th, 2011, 1:23 am 
Offline

Joined: January 24th, 2011, 1:16 am
Posts: 1
Thx for great work! I've been looking for something like this for ages :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2012, 7:51 pm 
Offline

Joined: June 7th, 2007, 1:33 pm
Posts: 1019
a screenshot please?
thanks


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 56 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], Google [Bot] and 11 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group