AutoHotkey Community

It is currently May 27th, 2012, 1:27 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: July 15th, 2005, 2:33 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 15th, 2005, 2:43 pm 
Offline

Joined: April 12th, 2005, 6:01 pm
Posts: 30
Thanks for all the advice, Chris!

I didn't think the problem would be the resending. However, using the hotkey $^!v instead works perfectly!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2005, 4:41 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2005, 8:23 pm 
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


Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group