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 

v1.0.36 released: Gui context menus and ListView
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements
View previous topic :: View next topic  
Author Message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10450

PostPosted: Fri Jul 15, 2005 2:33 pm    Post subject: Reply with quote

arbe wrote:
Do you have any further idea, why this occurs with #InstallKeybdHook only and not with #UseHook?
If you specify #UseHook, any hotkey underneath it will be detected and activated by the program rather than by the OS. This allows a hotkey to "send itself", which would otherwise be impossible because the Send command would trigger the hotkey again, which would in turn prevent the active window from seeing that ^!v had been typed.

Also, a hotkey such as ^!v can be made to fire only by means of AltGr by specifying which Control and Alt key you want (left or right). The following hotkey would be AltGr+v (left-Control and right-Alt):

<^>!v::MsgBox You pressed AltGr+v.
Back to top
View user's profile Send private message Send e-mail
arbe



Joined: 12 Apr 2005
Posts: 30

PostPosted: Fri Jul 15, 2005 2:43 pm    Post subject: Reply with quote

Thanks for all the advice, Chris!

I didn't think the problem would be the resending. However, using the hotkey $^!v instead works perfectly!
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10450

PostPosted: Mon Jul 18, 2005 4:41 pm    Post subject: Reply with quote

Here are the changes for v1.0.36.07:

Fixed tilde key-up hotkeys for Win/Alt such as "~LWin up::".
Fixed bitwise-not of a floating point value such as ~1.0.
Improved VarSetCapacity with the ability to zero-fill a variable's memory.
Improved DllCall by adding Gdi32.dll to the set of default DLLs.
Added operators & and * for use with memory addresses and binary data.
Added documentation to DllCall demonstrating how to use structures.
Back to top
View user's profile Send private message Send e-mail
Slay
Guest





PostPosted: Mon Jul 18, 2005 8:23 pm    Post subject: Reply with quote

Whoo!
Thanks for implanting the retrievial of memory adresses Chris.
Yust tried it. works perfect. e.g. with SendMessage and Messages that needs pointers to vars:)

AutoHotkey ROCKS!

~Slay
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group