aboutsummaryrefslogtreecommitdiff
path: root/data/keymap.xml
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-02 11:11:00 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-02 11:11:00 +0000
commitf15ee3f6cd34e4552f50dcc92a994198ed3b2dfe (patch)
treeebefc3dbe285fc4698030fc6e520ef55ff14fd98 /data/keymap.xml
parentac16b9b331350f9b15139394eafe4bf4f44e6151 (diff)
downloadenigma2-f15ee3f6cd34e4552f50dcc92a994198ed3b2dfe.tar.gz
enigma2-f15ee3f6cd34e4552f50dcc92a994198ed3b2dfe.zip
add support for listing satellites and providers
use this new stuff in a simple case study (green and yellow button in service list.. feel free to implement a cool satellites/providers tree) prepare for splitted radio/tv mode
Diffstat (limited to 'data/keymap.xml')
-rw-r--r--data/keymap.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index b909e09a..e10fe20f 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -129,16 +129,19 @@
<map context="ChannelSelectActions">
<key id="m" mapto="mark" flags="m" />
<!-- yes, this is flexible as hell. -->
- <key id="p" mapto="bouquet:(provider == PREMIERE) &amp;&amp; (type == 1)" flags="m" />
+ <!--key id="p" mapto="bouquet:(provider == PREMIERE) &amp;&amp; (type == 1)" flags="m" />
<key id="d" mapto="bouquet:(provider == ARD) &amp;&amp; (type == 1)" flags="m" />
<key id="a" mapto="bouquet:" flags="m" />
<key id="KEY_M" mapto="mark" flags="m" />
<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_BLUE" mapto="bouquet:(type == 1) FROM BOUQUET &quot;bouquets.tv&quot; ORDER BY bouquet" flags="m" />-->
+ <key id="KEY_GREEN" mapto="bouquet:(type == 1) || (type == 17) FROM SATELLITES ORDER BY satellitePosition" flags="m" />
+ <key id="KEY_YELLOW" mapto="bouquet:(type == 1) || (type == 17) FROM PROVIDERS ORDER BY name" flags="m" /-->
+
+ <key id="KEY_RED" mapto="showAllServices" flags="m" />
+ <key id="KEY_GREEN" mapto="showSatellites" flags="m" />
+ <key id="KEY_YELLOW" mapto="showProviders" flags="m" />
<key id="KEY_BLUE" mapto="showFavourites" flags="m" />
<key id="KEY_INFO" mapto="showEPGList" flags="m" />