Channel + - Button Setup

Drogs_1

Vu+ Newbie
Is there any way to change the setup of the Channel + - buttons on the remote to do exactly that... Instead of going back into the Bouquets
 
Is there any way to change the setup of the Channel + - buttons on the remote to do exactly that... Instead of going back into the Bouquets

I think you can take a look for MultiQuickButton plugin but I never used it. I will move your thread into Plugins area.
 
Using an FTP program navigate to /usr/share/enigma2 and locate the file keymap.xml. Make a backup of your keymap.xml file first. Open the file with an editor and search for InfobarChannelSelection. Under this section you will see
<key id="KEY_CHANNELUP" mapto="openServiceList" flags="m" />
<keyid="KEY_CHANNELDOWN" mapto="openServiceList" flags="m" />

change to

<keyid="KEY_CHANNELUP" mapto="zapDown" flags="m" />
<keyid="KEY_CHANNELDOWN" mapto="zapUp" flags="m"/>

Restart enigma2 for changes to take effect.
 
Back
Top