Keyboard shortcut for AEGP plugin
Hi,
I have this plugin with it's own UI that I want to open only by using a key combination. I want to chose what this key combination and yes, it may conflict with AE, but that's another story. I have read this thread, and it doesn't seem to fix exactly what I want, so for the time being I'm using the IdleHook to detect if any key combo was pressed. The problem with this approach is that there is a bit of a lag between the press and the actual execution caused by the periodicity of the calls to IdleHook.
Is there a way to detect a keyboard press that "fires" immediately? Or any way to hack into the AE's window handle?
