Hey guys! Sorry for the late replies. I haven't had much time recently for AHK

.
SpiderGames wrote:
I got this to work with a nintendo Wiimote. Problem is the Roll Pitch, acceration and IR sensors dont work. All the buttons work but anythign that needs a feed wont come up. Any ideas?
I'm happy to know that it somewhat works with the Wiimote! I can't really help you troubleshoot it because I don't have the hardware necessary, but all I can say is that if you've already tried all the TLCs related to the Wiimote, then you're out of luck. It would mean that the roll pitch, accelaration and IR sensors transmit information in a different way (not through the raw input model wrapped by AHKHID).
bidomo wrote:
BTW, this little script won't work in Win7 Beta, don't know if it will work later.
soon will find
Do you mean that AHKHID doesn't work on Windows 7? Strange because someone else on the thread said that it worked on their Windows 7 x64 install. Maybe as you said it only works in the final version.
eryksun wrote:
eryksun wrote:
That's almost every remote button, except for a few on the 136->65468 usage (e.g. the green MCE button, DVD, Live TV, and Recorded TV).
The system turns out to be more flexible than I at first thought. All of the 136->65468 entries can be overridden with consumer controls. Now I have every button on 1->12 and only have to register the one usage. Very cool.
Thanks for posting this! That's very good information for people asking the same questions.
bidomo wrote:
gbk wrote:
bidomo wrote:
It's the same for me with the remote, I have to disable keyboard input in it (from registry), and I can fully reprogram it
Can I disable the second keyboard form the registry?
there must be a way...
Hey gbk and bidomo, have you tried doing the steps I listed at the end of
this post to suppress the original keypresses?
LastCallAgain wrote:
However, (1) I would hate to reinvent the wheel, so to speak, and (2) I'm fairly new to AHK... so before I go much fartther I was just wondering if anyone else had done something similar? I don't want to be 'that guy' who asks other people to do all the work for him, but if it's alrady out there...
Doesn't seem like anyone did it yet! It shouldn't be too hard to do it. You can come post here if you have a problem. And when you're done, you can post your final script here for the next guy!
rhinox202 wrote:
I would like to be able to get all the other keys working like this, but so far have not been able to. If someone else could figure it out with the provided information, that would be cool.
Hey rhinox202, I don't fully understand what you're trying to say. What do you exactly mean by "all the other keys"? If all you want is to send any standard keypresses to MCE (like "a", "b", etc...), then a WM_KEYDOWN message should work I think.