[LIVE] Usb remote Control GOTEC
#1
I bought a generic media center remote control.
I read the wiki, i search in the forum for the last two days.
I learn how to create a custom remote.xml, but i still have one problem.
Cause this is a "generic" remoto control how can i know the code of each bottom?
likethis : in my control i have a key that is a house. I want to configure that when i click this bottom go to the main screen of XBMC.

This is just a example cause i have a lot of bottom that are not ok, like PAUSE.

Thanks,

Alex
Reply
#2
looking at this:

http://wiki.xbmc.org/?title=Remote_Contr...nk_SL-6399

this is the same control that i have and have this code:

<t mod="ctrl">Notification(Key, TV power, 3)</t> <!-- TV power -->
<menu>Notification(Key, More, 3)</menu> <!-- More -->
<z mod="ctrl,shift">Notification(Key, Aspect, 3)</z> <!-- Aspect -->
<e mod="ctrl">Notification(Key, Red/Videos, 3)</e> <!-- Red/Videos -->
<m mod="ctrl">Notification(Key, Green/Music, 3)</m> <!-- Green/Music -->
<i mod="ctrl">Notification(Key, Yellow/Pictures, 3)</i> <!-- Yellow/Pictures -->
<t mod="ctrl,shift">Notification(Key, Blue/MyTV, 3)</t> <!-- Blue/MyTV -->
<g mod="ctrl">Notification(Key, Guide, 3)</g> <!-- Guide -->
<o mod="ctrl">Notification(Key, RTV, 3)</o> <!-- RTV -->
<f1>Notification(Key, Help, 3)</f1> <!-- Help -->
<return mod="alt">Notification(Key, Maximise, 3)</return> <!-- Maximise/restore -->
<a mod="ctrl">Notification(Key, Radio, 3)</a> <!-- Radio -->
<m mod="ctrl,shift">Notification(Key, DVD, 3)</m> <!-- DVD -->
<a mod="ctrl,shift">Notification(Key, Audio, 3)</a> <!-- Audio -->
<u mod="ctrl">Notification(Key, Title, 3)</u> <!-- Title -->


Where i put this code? in the keyboard.xml?
Reply

Logout Mark Read Team Forum Stats Members Help
[LIVE] Usb remote Control GOTEC0