Hello, James.
at the moment, the plugin generates keyboard events such as
Hook.D and
Hook.D.UpI have a big request to make it generate events with the same name
as the
Hook.Keyboard.D and
Hook.Keyboard.D.Up or at least
Hook.Key.D and
Hook.Key.D.Up this would make it very easy for me (and hopefully others users) life when it would be necessary to intercept events only from the keyboard.
This would allow the Hook event mask to be used
Hook.Keyboard.* or
Hook.Key.* to filter from the
Hook.Mouse.*PS. about the events of
Hook.Keys I know, but in my case it's interesting to
Hook.D and
Hook.D.Up, etc.
I hope You will think about the offer
Thanks