PDA

View Full Version : Autohotkey


kypi
02-04-2012, 03:41 PM
Sorry If this is in the wrong section. although it could be a feature request.


I use autohotkey for various things, and find it very annoying that the keys I send with autohotkey are detected and counted by whatpulse.

so, for example, I have a script that reads and outputs text from a text file.
Alt + J triggers, that's 2 key presses.

then the program reads a line, e.g. "hello I like potatoes"
sends it to another program

Hello I like potatoes

bam, + 21 Key presses I didn't do.
I don't want to disable whatpulse EVERY time I run a script,
is there anyway to disable whatpulse from detecting these?

If not, I think this should be a feature. not sure how it would be implemented.
But I don't want to have innacurate key counts.

wasted
02-14-2012, 01:31 PM
Which client version are you using, and whats the script you're using?

kypi
03-22-2012, 12:40 PM
I have the latest version.

Also the Autohotkey script just uses the SENDRAW command.


test := Array%count%
SENDRAW %test%
send {shift down}{enter}{shift up}

I did find this useful for when my file corrupts, i can just generate back up to where i was after reseting my token :).

Century0
03-23-2012, 01:18 PM
I have the latest version.

Also the Autohotkey script just uses the SENDRAW command.


test := Array%count%
SENDRAW %test%
send {shift down}{enter}{shift up}

I did find this useful for when my file corrupts, i can just generate back up to where i was after reseting my token :).

I'm just going to pretend like I didn't see this.

~Century0

tomByrer
04-11-2012, 09:06 PM
Do other macro programs & editors with macros/auto-complete have this issue also please?