Hi,
this Script looks pretty useful to me. I tried it with my Cyberlink Remote which shows up as an HID. (Well, actually it show up as three HIDs in device manager.) And most of the buttons are detected nicely.
However, some buttons don't work yet. They are detected, but the script messes up, so hopefully somebody can help me with this.
If I use the Detect-Keys-Script for the enter-button or the number-buttons, then the button is detected, but in the appearing window the field that normally shows "AutoHotkey command to run" is missing. The saved "Keyboard Media Keys Actions.ahk" then looks like this:
Code:
Key_Action_Check:
IfEqual, Vals, 00000052505752575455505753000000000000000000000000000000...
GoSub 00000052505752575455505753000000000000000000000000000000...
Return
00000052505752575455505753000000000000000000000000000000...; Enter-Button
AutoHotkey command to run
Return
The detected code is way too long.
I'm using Vista 32bit and the latest AutohotkeyRemoteControl.dll that I could find. The older one asked for mfc71.dll, but the newer one works.
Any ideas on this?
Edit: Sorry for the extremely long lines. How can I fix them?
Edit2: This is what AutoHotkeyRemoteControlDLL.ahk tells me about the enter-button:
MakeCode: 28
Flags: 0
Key: 13
Msg: 256
Extrainfo: 4291023949
Edit3: I finally cropped the long lines.