Search found 2 matches

by tanoshimi
12 Jan 2016, 14:16
Forum: Feature requests
Topic: Make profile
Replies: 6
Views: 10150

Re: Make profile

Maybe it's the Raw Input dll I'm using. But I find that if I have a textbox on my form, and I hit a key, the DLL registers the key and I can use it (add it to the list), but it does not appear in the textbox. I think I'm going to need to use both Raw Input and Keyboard hooks. Also, I noticed yours d...
by tanoshimi
08 Jan 2016, 16:41
Forum: Feature requests
Topic: Make profile
Replies: 6
Views: 10150

Re: Make profile

This is directed to Petr: Great app! I was writing my own, but got stuck. I used GetRawDeviceInput to determine what key was pressed on which keyboard, but it consumed/hijacked the event, so I could not pass it through to windows or other apps. HIDMacros does exactly what I wanted to do, allows me t...