AutoHotkey Community

It is currently May 23rd, 2012, 6:16 pm

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Support   Topic: Autohotkey with League of legends

Posted: February 23rd, 2010, 2:28 am 

Replies: 32
Views: 8799


I had similar trouble and found the answer at the solomid forums.

I added these lines to the top of my script:

Code:
#InstallKeybdHook
SendMode Event
#UseHook

 Forum: Scripts   Topic: Hot Corners

Posted: December 22nd, 2006, 4:31 pm 

Replies: 5
Views: 1375


Not really a bug, but I added multi-monitor support now. But I haven't tested it in on a single monitor yet. Just add the two lines indicated in the code section: Poll: CoordMode, Mouse, Screen SysGet, Scr, Monitor SysGet, scrRight, 78 ; add this line SysGet, scrBottom, 79 ; add this line scrBottom ...

 Forum: Scripts   Topic: Hot Corners

Posted: December 22nd, 2006, 4:03 am 

Replies: 5
Views: 1375


A simple fix is to insert a sleep into the loop

Like so:
Code:
Loop
{
sleep, 500 
MouseGetPos, xps, yps


It is not as responsive but you don't really need it to be any faster than 300 to 500ms. Without the sleep, your script used 62% of my CPU, now it uses a negligible amount.

 Forum: Scripts   Topic: Screengrab --> OCR -- text, GUI for options/results

Posted: December 7th, 2006, 3:31 pm 

Replies: 44
Views: 30129


Yes, I am having trouble with gocr also. Running gocr "path" failed.

I have tried all three versions of gocr including the one from May of 2005.

 Forum: Scripts   Topic: [script] xSV Editor (v0.35)

Posted: December 1st, 2006, 9:40 pm 

Replies: 3
Views: 1720


Well, I for one am interested. It works nicely and is useful. Now you just need to integrate it into lifelogger. :)

But everyone else will be able to use it too since you made it a module. Just need to give it browse functionality and it is ready to use as a stand alone log reader.

Gamadren

 Forum: Scripts   Topic: [script] LifeLogger v0.85 (2007-02-12)

 Post subject: Code changes
Posted: November 30th, 2006, 6:22 am 

Replies: 18
Views: 5922


Well, I didn't try spreadsheet analysis, I decided to try to make the change myself. :) And I believe I was successful. I added a File menu option to "filter active log" which pops open an input box. Using that input it then searches the log using a regexp search to limit the search to onl...

 Forum: Scripts   Topic: [script] LifeLogger v0.85 (2007-02-12)

 Post subject: How i found your script
Posted: November 28th, 2006, 11:03 pm 

Replies: 18
Views: 5922


If you don't mind my asking though, how/where did you hear about this script then? After all, these are the AutoHotkey forums, meaning AHK coders hang around here, and I haven't published the script anywhere else. Lifehacker.com post on mouser (keyboard control of mouse) -> installed autohotkey -> ...

 Forum: Scripts   Topic: [script] LifeLogger v0.85 (2007-02-12)

Posted: November 28th, 2006, 7:39 pm 

Replies: 18
Views: 5922


I really like this script. I use it daily and I don't have the skill-set to implement changes, but I would like to do some data mining. Maybe have a menu option to filter entries by tag and display the results.

Hopefully this can make it into the next version of LifeLogger!
Sort by:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group