AutoHotkey Community

It is currently May 24th, 2012, 8:13 am

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

 Forum: Support   Topic: Can't completely disable a Keypress

Posted: October 11th, 2010, 5:46 am 

Replies: 9
Views: 282


What's the real difference between sendinput and sendevent ? I understand that sendevent is using PostMessage winapi function, but I have no idea how SendInput is different.

Thanks.

 Forum: Support   Topic: Can't completely disable a Keypress

Posted: October 11th, 2010, 4:55 am 

Replies: 9
Views: 282


Actually I have found what was causing it. While holding D I've been using SendInput in another hotkey rule, and as it turns out, SendInput was causing WM_KEYDOWN 'D' be sent. I have replaced SendInput by SendEvent, and now it works perfectly. Is this a bug of SendInput ? Anyway - my problem is reso...

 Forum: Support   Topic: Can't completely disable a Keypress

Posted: October 10th, 2010, 10:01 pm 

Replies: 9
Views: 282


I think it is somehow related to key repeat feature. If I do the same actions fast enough, then I don't get WM_KEYDOWN 'D' slick in, but when I hold it long enough, I get WM_KEYDOWN 'D' in the application. Still need help to fix that. And does anyone know how to disable the keyrepeat delay either fo...

 Forum: Support   Topic: Can't completely disable a Keypress

Posted: October 10th, 2010, 9:02 pm 

Replies: 9
Views: 282


Anyone ?

Using spy++ tool to track messages, the only WM_KEYDOWN 'D' gets send to the application before the mouse LBUTTONUP event. No WM_KEYUP is sent for 'D'

 Forum: Support   Topic: Can't completely disable a Keypress

Posted: October 10th, 2010, 4:15 am 

Replies: 9
Views: 282


That didn't work either - same behaviour

 Forum: Support   Topic: Can't completely disable a Keypress

Posted: October 10th, 2010, 3:41 am 

Replies: 9
Views: 282


Hello, I'm trying to make 'D' press completely invisible to the application, and I thought this script *d:: Return will do the trick. It does if you simply press D, but when you press D, hold it, move your mouse, left click somewhere on the window and then release D key, then somehow the D press com...

 Forum: Support   Topic: I get an errors on valid hotkeys

Posted: March 2nd, 2010, 3:13 pm 

Replies: 6
Views: 323


And it finally works now.

Thank you all for your help!

 Forum: Support   Topic: I get an errors on valid hotkeys

Posted: March 1st, 2010, 8:14 pm 

Replies: 6
Views: 323


Thanks a lot for the link, will try to use native laout chars today.
I also gess that scan values (like SC0XX) should also work ?

Thanks.

 Forum: Support   Topic: I get an errors on valid hotkeys

Posted: March 1st, 2010, 2:17 am 

Replies: 6
Views: 323


Latest autohotkey version (just downloaded it) running on russian version of Win7 Ultimate

Tried simple script w::Up

Thanks.

 Forum: Support   Topic: I get an errors on valid hotkeys

Posted: February 28th, 2010, 10:13 pm 

Replies: 6
Views: 323


Hello,

I get an error message box everytime I start autohotkey, which points to the first non-comment line. Even the default script doesn't ork (the one which is offered when you launch for the first time).

Thanks.

[Moved from Bug Reports forum. ~jaco0646]
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group