GrahamOMalley / XBMC-Utility-scripts

Bash / Python scripts to help with xbmc management
5 stars 0 forks source link

No context menu in zotac speedlink mce setup #4

Closed GrahamOMalley closed 13 years ago

GrahamOMalley commented 13 years ago

Need to map extra buttons on the speedlink MCE remote for the zotac box. Look at the global lirc config for xbmc (/usr/share/xbmc/system/Lircmap.xml)

GrahamOMalley commented 13 years ago

From the xbmc wiki:

There are several extra buttons not on the standard MS remote. If you want to add mappings for these keys here are the entries you need in keyboard.xml.

Notification(Key, TV power, 3) Notification(Key, More, 3) Notification(Key, Aspect, 3) Notification(Key, Red/Videos, 3) Notification(Key, Green/Music, 3) Notification(Key, Yellow/Pictures, 3) Notification(Key, Blue/MyTV, 3) Notification(Key, Guide, 3) Notification(Key, RTV, 3) Notification(Key, Help, 3) Notification(Key, Maximise, 3) Notification(Key, Radio, 3) Notification(Key, DVD, 3) Notification(Key, Audio, 3) Notification(Key, Title, 3)
GrahamOMalley commented 13 years ago

Fixed