| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Nov 25, 2009 2:20 pm Post subject: |
|
|
| 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
|
Posted: Wed Nov 25, 2009 7:53 pm Post subject: |
|
|
| 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 |
|
 |
Guest
|
Posted: Sat Nov 28, 2009 9:57 am Post subject: |
|
|
| 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
If you are able to add this feature that would be great but no rush  |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Dec 22, 2009 8:32 am Post subject: |
|
|
| any news? |
|
| Back to top |
|
 |
automaticman
Joined: 27 Oct 2006 Posts: 648
|
Posted: Wed Dec 23, 2009 4:23 pm Post subject: |
|
|
| 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 |
|
 |
automaticman
Joined: 27 Oct 2006 Posts: 648
|
Posted: Wed Dec 23, 2009 4:32 pm Post subject: |
|
|
| 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 |
|
 |
hyperdyne
Joined: 06 Apr 2009 Posts: 18
|
Posted: Tue Feb 16, 2010 11:33 pm Post subject: portion of image to clipboard? |
|
|
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 |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4710 Location: Boulder, CO
|
Posted: Tue Feb 16, 2010 11:42 pm Post subject: |
|
|
| search the Forum for Screen Capture |
|
| Back to top |
|
 |
hyperdyne
Joined: 06 Apr 2009 Posts: 18
|
Posted: Thu Feb 18, 2010 12:53 am Post subject: |
|
|
| 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 |
|
 |
kmelnikov
Joined: 24 Jan 2011 Posts: 1
|
Posted: Mon Jan 24, 2011 12:23 am Post subject: Thx |
|
|
Thx for great work! I've been looking for something like this for ages  |
|
| Back to top |
|
 |
|