![]() |
[PROBLEM] Configuration remote.xml - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: [PROBLEM] Configuration remote.xml (/thread-78.html) |
RE: Configuration remote.xml - CurlyMo - 13th Jan, 2013 08:57 PM Did you press all keys or just the same ones over and over? I see a repeating pattern... RE: Configuration remote.xml - Handaloo - 13th Jan, 2013 10:00 PM I pressed the four coloured buttons at the top of the remote 4 times each again. I saw the pattern though, maybe the four buttons produced the same command? I have this remote: RE: Configuration remote.xml - CurlyMo - 13th Jan, 2013 10:20 PM The problem is your remote acts like a keyboard. What you need to do is creating an keyboard.xml like this: https://github.com/xbianonpi/xbian/blob/xbian-alpha5/etc/lirc/remotes/tigerfly.xml So the third button would be mapped like: Code: <a mod="ctrl,alt">XBMC.ActivateWindow(Home)</a> RE: Configuration remote.xml - Handaloo - 15th Jan, 2013 07:31 AM Hey Curly, I have this one already with some of my own maps from a previous windows based platform, which still correct volume controls and also add a context menu button: http://pastebin.com/SwDEveNk Could you advise how best to map these coloured buttons within this doc? Handaloo RE: Configuration remote.xml - CurlyMo - 15th Jan, 2013 07:34 AM That would just be to your liking. RE: Configuration remote.xml - Handaloo - 15th Jan, 2013 07:35 AM Indeed...... |