Windows 7 XBMC Macbook IR Remote Control
#1
Hello together

I know use search butte I do that for the ATI hack etc. Wink
Worked fine.
But im stumbeling now around 4 houres trou the Forum and the Internet for a solution of my problem.

I have installed windows 7 on a older Macbook Pro. I got all the things working witout installing the whole bootcamp tools ( Not comapatable).
All drivers are known as good.
I'v tested the Apple Remote Control with a other Product from
http://geekheads.blogspot.com/
it seams to work.

After i was shure that the remote is working i tryed this.
I Created a Keymap.xml in the \userdata directory witht he following contend:
<keymap>
<Global>
<gamepad>
<A>Select</A>
...
</gamepad>

<remote>
<select>Select</select>
<!-- plus --> <button id="1">Up</button>
<!-- minus --> <button id="2">Down</button>
<!-- left --> <button id="3">Left</button>
<!-- right --> <button id="4">Right</button>
<!-- play/pause --> <button id="5">Select</button>
<!-- menu --> <button id="6">PreviousMenu</button>

<!-- hold play --> <button id="7">Fullscreen</button>
<!-- hold menu --> <button id="8">ContextMenu</button>
<!-- hold left --> <button id="9">BigStepBack</button>
<!-- hold right --> <button id="10">BigStepForward</button>
</remote>

<keyboard>
<enter>Select</enter>
...
</keyboard>

<universalremote>
<obc25>XBMC.ActivateWindow(MyMusic)</obc25>
...
</universalremote>
</Global>

<Home>
...
</Home>
...
</keymap>

But oke it does not work Wink

Any other idea?

Im glad about any help

Kind Regards

Florian

OK Update:

I played a bit around with the AutoHotkey Tool

You can remap the Keys on the remote to a keybort input. So for example

SC122::
Send {ENTER}
; Play / Pause Button
return
SC119::
Send {RIGHT}
; Song Forwart Button
return
SC110::
Send {LEFT}
; Song Backword Button
return

So with this setting the buttons work fine, but i have totally no idea where i can get the other SCxxx Numbres Smile

Maybe there is a better way direct over XBMC.
Reply
#2
Oo Mou Eek
Reply
#3
hi, i m looking at the post about eventghost
http://forum.xbmc.org/showthread.php?tid=73947

but i dont understand what to to with the final xml file. i have to rename it in an exact way? i m not sure where to put it too...

inside xbmc/system/keymaps?

tom
Reply

Logout Mark Read Team Forum Stats Members Help
Windows 7 XBMC Macbook IR Remote Control0