Freddie,
I think low level keyboard/mouse hooks are the only way to go. I do want to use it, but I know some people are "weary" of this. I guess if the software is trusted, what does it matter what method it uses.
Thanks,
Matt
Freddie,
I think low level keyboard/mouse hooks are the only way to go. I do want to use it, but I know some people are "weary" of this. I guess if the software is trusted, what does it matter what method it uses.
Thanks,
Matt
At some point you have to accept the risk of trusting your software vendors. People do it every day when they visit random websites looking for dwarf pr0n.Originally Posted by 'WoWMulti',index.php?page=Thread&postID=185238#pos t185238
[> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
[> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
"Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere
I think it's a tradeoff between giving the program functionality and avoiding making people nervous. For example, HotkeyNet has the following features:
1. People can trigger hotkeys with any combination of keys such as A B C.
2. People can trigger hotkeys on a key release, not just a key press.
3. Hotkeys can swallow the trigger key press so it's not seen by the foreground thread.
In order to put those features into HotkeyNet, I had to use either a hook or a device driver. Perhaps this scared off some potential users. To avoid scaring them off, I could have decided not to use a hook. But then those features wouldn't have been in the program, which would have made it less appealing, which would also have lowered the number of users.
In weighing those two factors, I don't think the first one is significant. I think very few people worry about hooks or even know what they are.
�Author of HotkeyNet and Mojo
Hey freddie,
I sent over my SendKeys routine. Check it out and let me know how it works out for you.
Matt
Thanks. I replied by email.
�Author of HotkeyNet and Mojo
Connect With Us