How to modify the blue botton on Blackhole?

van12

Vu+ Newbie
I want to change the blue button function, a press on the blue button will show the list of the extensions (access to coolTV, hbbtv, My tubeplayer...) in stead of the Blue menu. How can I do this? is this an easy way?
 
I want to change the blue button function, a press on the blue button will show the list of the extensions (access to coolTV, hbbtv, My tubeplayer...) in stead of the Blue menu. How can I do this? is this an easy way?
You have to manually change file /share/enigma2/keymap.xml, but be carefull, you could be unable to use img again, make a backup copy of that file before change it.
Or try to install Multiquickbotton, but not the modified version the you find on the BH server but a standard version.
But in this case you will not be able to use blue panel again.
 
You have to manually change file /share/enigma2/keymap.xml, but be carefull, you could be unable to use img again, make a backup copy of that file before change it.
Thanks very much for your angle Tamaki, it works now after change 2 lines at the keymap. Now I can access all the apps/extensions/addons quickly by a brief press on the BLUE button.

I did:
cp -p /share/enigma2/keymap.xml /share/enigma2/keymap.xml.orig
vi /share/enigma2/keymap.xml
Change the following 2 lines from:
<key id="KEY_BLUE" mapto="DeliteBpshow" flags="b" />
<key id="KEY_BLUE" mapto="extensions" flags="l" />
to
<key id="KEY_BLUE" mapto="DeliteBpshow" flags="l" />
<key id="KEY_BLUE" mapto="extensions" flags="b" />
"b" may stand for "brief" (or "breve" on Italien) , "l" for long press.
Reboot

You could use "total commander" or "vucc - vu control center" to download the file and then modify it by using notepad.

NB: very strange after the reboot I lost the network, I reboot the router and powerline/homeplug and my Vu uno, then everything is ok again...maybe just a coincidence

Thanks
van12
 
Back
Top