MeleF10 Pro Button mapping[for Windows/DOWNLOAD][need help under Linux/Rapbmc]
#16
When installing Kodi 14.0 I reviewed my remote config and tried to enable some more buttons. Which worked, with this version you can map a button more and some work a bit better! This would't be possible without BlueFootball's initial work ofcourse.

You can find the v1.1 version below:

https://mega.co.nz/#!9oo2yCJY!HSSYKgNzf8...bFi7o5is-U
Reply
#17
Hey

I have tried to get this to work under windows 10, but with no luck. Any chance of an update to support windows 10?

Thanks.
Reply
#18
The script isn't platform dependent, but maybe AHK is. The HID codes should be the same on W10.
The executable is compiled by AHK, so maybe you should post your question on the AHK support board?

http://www.autohotkey.com/board/

When AHK supports W10 you always can recompile the script using a new version of AHK, that's also what I did.
Or you should post the exact problem you're facing, your post is rather generic. Good luck, hope it works out for you!
Reply
#19
Not sure if BlueFootball is still active or not, or whether other AHK Pros are here.
But I'm learning how to AutoHotKey, and like in your .AHK file you uploaded I get the 02400, 024803, 024903, 024A03, and 024B03.
But where do you acquire the 147456, 149507, 149763, 10019, and 150275 numbers from; that you send to be key presses?

And if it is from "iKey := ((NumGet(uData, 0, "UChar")*65536) + (NumGet(uData, 1, "UChar")*256) + (NumGet(uData, 2, "UChar")))"
How does that line work and output a integer string of i.e. 147456?
Reply
#20
(2015-01-01, 12:03)ravnholt Wrote: Hey

I have tried to get this to work under windows 10, but with no luck. Any chance of an update to support windows 10?

Thanks.

I confirm that the code had been working with Windows 10 perfectly.
Reply

Logout Mark Read Team Forum Stats Members Help
MeleF10 Pro Button mapping[for Windows/DOWNLOAD][need help under Linux/Rapbmc]2