fatboy7
20-01-2013, 11:13 PM
For all those with an HDMU image here's a nice fix for the EPG button not working (choose a default epg and doesn't work).
FTP into root>usr>local>share>enigma2
Open keymap.xml and edit the 'InfobarEPGActions' to look like this:
<map context="InfobarEPGActions">
<key id="KEY_EPG" mapto="showEventInfo" flags="b" />
<key id="KEY_EPG" mapto="showEventInfoPlugin" flags="l" />
This will allow you to choose a Default EPG on the EPG button (single press), if you long press it will bring up the default EPG options to choose from again.
Hope it helps, Enjoy...
FTP into root>usr>local>share>enigma2
Open keymap.xml and edit the 'InfobarEPGActions' to look like this:
<map context="InfobarEPGActions">
<key id="KEY_EPG" mapto="showEventInfo" flags="b" />
<key id="KEY_EPG" mapto="showEventInfoPlugin" flags="l" />
This will allow you to choose a Default EPG on the EPG button (single press), if you long press it will bring up the default EPG options to choose from again.
Hope it helps, Enjoy...