| View previous topic :: View next topic |
| Do we need global hooks? |
| Yes |
|
66% |
[ 6 ] |
| No |
|
33% |
[ 3 ] |
|
| Total Votes : 9 |
|
| Author |
Message |
skrommel
Joined: 30 Jul 2004 Posts: 190
|
Posted: Tue Sep 30, 2008 11:21 pm Post subject: Global Message Hook-service |
|
|
I've always wanted global hooks in Autohotkey to perform some magic like catching programs before they run, or altering windows before they appear. The list is endless.
AutoHotkey is too slow to handle global hooks properly, so what we need is a standalone, compiled and fast Global Message Hook-service that will accept filtering tasks from any AutoHotkey scripts, and only relay the needed messages back to the AutoHotkey scripts, and respond to it's reply.
Anyone up for the task?
Skrommel _________________ www.1HourSoftware.com |
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5248 Location: UK
|
Posted: Sat Oct 11, 2008 12:23 pm Post subject: Re: Global Message Hook-service |
|
|
| skrommel wrote: | | accept filtering tasks from any AutoHotkey scripts, and only relay the needed messages back to the AutoHotkey scripts, and respond to it's reply. | That would also be very slow. _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
skrommel
Joined: 30 Jul 2004 Posts: 190
|
Posted: Mon Oct 20, 2008 7:34 am Post subject: |
|
|
Really? So an optimized, machine code, global message hook would still slow the system to a crawl?
Or is it the Autohotkey script's answertime thats the problem, even if it's just watching a single window and a single message?
Skrommel _________________ www.1HourSoftware.com |
|
| Back to top |
|
 |
|