diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-27 22:37:19 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-27 22:37:19 +0000 |
| commit | 8d162c6432e74a8f2a2982a017b8af528223c8e7 (patch) | |
| tree | b22890f87d9e85ee4373d1307d02be883a781175 /data/keymap.xml | |
| parent | 7bee809a45d982abe2bb7376f1e4420103ffc907 (diff) | |
| download | enigma2-8d162c6432e74a8f2a2982a017b8af528223c8e7.tar.gz enigma2-8d162c6432e74a8f2a2982a017b8af528223c8e7.zip | |
remove yellow and green-buttons from ChannelSelection
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index ee935387..f95a129f 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -133,8 +133,8 @@ <key id="KEY_D" mapto="bouquet:(provider == ARD)" flags="m" /> <key id="KEY_A" mapto="bouquet:" flags="m" /> <key id="KEY_RED" mapto="bouquet:(type == 1) || (type == 17) ORDER BY name" flags="m" /> - <key id="KEY_GREEN" mapto="bouquet:(type == 1) || (type == 17) ORDER BY provider" flags="m" /> - <key id="KEY_YELLOW" mapto="bouquet:(type == 1) || (type == 17) ORDER BY satellitePosition" flags="m" /> + <!--<key id="KEY_GREEN" mapto="bouquet:(type == 1) || (type == 17) ORDER BY provider" flags="m" /> + <key id="KEY_YELLOW" mapto="bouquet:(type == 1) || (type == 17) ORDER BY satellitePosition" flags="m" />--> <!--<key id="KEY_BLUE" mapto="bouquet:(type == 1) FROM BOUQUET "bouquets.tv" ORDER BY bouquet" flags="m" />--> <key id="KEY_BLUE" mapto="showFavourites" flags="m" /> <key id="KEY_INFO" mapto="showEPGList" flags="m" /> |
