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 

Search found 372 matches
AutoHotkey Community Forum Index
Author Message
  Topic: AHK MouseRecorder (MoRe)
garath

Replies: 25
Views: 5330

PostForum: Scripts & Functions   Posted: Fri Feb 16, 2007 5:36 pm   Subject: AHK MouseRecorder (MoRe)
I am working on it, from time to time.
Thanks for the hook, will have a look on it, this weekend. Smile
Right now, I have implemented a gui, scalable replay-speed from 10%-2500%, and a Keyboard-record ...
  Topic: script for games
garath

Replies: 1
Views: 557

PostForum: Ask for Help   Posted: Sun Feb 11, 2007 1:32 am   Subject: script for games
As shown in the helpfile, the Mediakeys can trigger an event as a hotkey

Browser_Back::msgbox, mediaKey pressed
Browser_Forward::msgbox, mediaKey pressed
Browser_Refresh:: ...
  Topic: AHK MouseRecorder (MoRe)
garath

Replies: 25
Views: 5330

PostForum: Scripts & Functions   Posted: Thu Feb 08, 2007 9:40 pm   Subject: AHK MouseRecorder (MoRe)
@majkinetor !
I tried to get WM_Mouse messages, but I only got them with non-transparent AHK-Windows, will do some further research the next days.
I tried it with the OnScreenDisplay example, but on ...
  Topic: PixelSearch Help
garath

Replies: 2
Views: 239

PostForum: Ask for Help   Posted: Thu Feb 08, 2007 5:19 pm   Subject: PixelSearch Help
RTM about PixelSearch, and use the variations
PixelSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ColorID , Variation

I guess, that is your problem!?

For the rest, search the forum, pixelsearc ...
  Topic: AHK MouseRecorder (MoRe)
garath

Replies: 25
Views: 5330

PostForum: Scripts & Functions   Posted: Thu Feb 08, 2007 5:07 pm   Subject: AHK MouseRecorder (MoRe)
Thanks, Bobo and guest Cool

Btw, long time ago I saw somebody using a transparent window to catch mouse events, I would like to use OnMessage, because of performance, the timer performs well, but i ...
  Topic: AHK ScriptWriter
garath

Replies: 26
Views: 4294

PostForum: Scripts & Functions   Posted: Thu Feb 08, 2007 4:50 pm   Subject: AHK ScriptWriter
@AHKnow
Thanks for your long answer, you are right, the aim is a different one. I improved the recoder a bit, and added Mousewheel-support and realtime-replay. If it comes handy, use parts of it in t ...
  Topic: AHK MouseRecorder (MoRe)
garath

Replies: 25
Views: 5330

PostForum: Scripts & Functions   Posted: Thu Feb 08, 2007 4:12 pm   Subject: AHK MouseRecorder (MoRe)
AHK MouseRecorder (MoRe)


Today I want to present a funny little tool, the mouse recorder. I hope it is the first mouserecorder and nobody scripted such a tool in AHK, before;-)
Last week i read ...
  Topic: Want to StringSplit with delimiter "WordWrap"
garath

Replies: 3
Views: 296

PostForum: Ask for Help   Posted: Tue Feb 06, 2007 11:10 pm   Subject: Want to StringSplit with delimiter "WordWrap"
ControlGet, MeetingIDList, List, Col4, SysListView321, Arbeitsplatz

StringReplace, MyString, MyString,`n,|, all ;Replace all `n with a unique char, i used |
...
  Topic: Variable Output
garath

Replies: 7
Views: 398

PostForum: Ask for Help   Posted: Tue Feb 06, 2007 9:18 am   Subject: Variable Output
You could define your vars as global, or use ByRef
From the help-File:
Since return can send back only one value to a function's caller, ByRef can be used to send back extra results. This is achieve ...
  Topic: AHK ScriptWriter
garath

Replies: 26
Views: 4294

PostForum: Scripts & Functions   Posted: Tue Feb 06, 2007 8:58 am   Subject: AHK ScriptWriter
What I miss in the AutoScriptWriter is a real Mouse-Recorder, which records every little mouse-movement.

I made a little example, to show my intention.

#NoEnv ; Recommended for performance and c ...
  Topic: Request RuneScape Bots
garath

Replies: 102
Views: 64716

PostForum: General Chat   Posted: Thu Jul 20, 2006 10:42 pm   Subject: Request RuneScape Bots
It is the wrong thread;-(
And nobody likes bot-users;-)
  Topic: recording function?
garath

Replies: 2
Views: 308

PostForum: Ask for Help   Posted: Fri Jul 14, 2006 9:54 pm   Subject: recording function?
The name of the program is AutoScriptWriter.exe, it is located in the autohotkey folder.
  Topic: ctrl key remap dilemma
garath

Replies: 4
Views: 587

PostForum: Ask for Help   Posted: Fri Jul 14, 2006 9:44 pm   Subject: ctrl key remap dilemma
If you relaese the "space" Button, a "ctrl up" will be sent. You want to use the space as ctrl, so you have to push "ctrl down" again, if you need the ctrl button for oth ...
  Topic: ctrl key remap dilemma
garath

Replies: 4
Views: 587

PostForum: Ask for Help   Posted: Thu Jul 13, 2006 7:11 pm   Subject: ctrl key remap dilemma
space::ctrl
^s::send {ctrl up}7{ctrl down}
*not tested

the problem with your code is, that control was still pressed down, you have to release it first, before ...
  Topic: autoIT versus autohotkey
garath

Replies: 212
Views: 40260

PostForum: General Chat   Posted: Thu Jul 13, 2006 3:26 pm   Subject: autoIT versus autohotkey
You have the link, ask Valik about it, I never read any sources, sorry.

P.S. who are you?
 
Page 1 of 25 Goto page 1, 2, 3 ... 23, 24, 25  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group