2013-04-30, 00:04
(2013-04-29, 23:51)GreatEmerald Wrote:(2013-04-29, 22:10)cw-kid Wrote: When using the in kernel option with ir-keytable no LIRC can you use a remote.xml file? Or just the keyboard.xml file.
In-kernel LIRC interprets remotes as keyboards, so XBMC uses the keyboard.xml file. You can freely change what button represents what keystroke by modifying the files in /etc/rc_keymaps/. It makes sense to check out the stock keyboard.xml file and rebind your rc_keymaps to closely match the keys in the stock keyboard.xml file (so you don't need to change the XML files to begin with).
Hi
I've got all the standard MCE buttons working fine. I used the imon_mce keymap file and modified it to work for all the buttons. I also edited the keyboard.xml file to get some of the buttons working.
Really struggling now to add custom buttons and I can't get the discrete poweron / poweroff commands working on the Logitech Harmony MCE remote.
There are 77 predifined scancodes / Keys in the imon_mce keymap file, trying to figure out how to add my own new custom keys.
I can only seem to use the predefined scancodes for custom buttons, for example a button that is not being used like the RED button I can change this from KEY_RED to KEY_O to say bring up the CodecInfo.
But that means I am limited in the number of custom buttons I can create and the number of predefined scancodes that are not bring used like Yellow, Blue, Green buttons etc.