diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-02 11:11:00 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-02 11:11:00 +0000 |
| commit | f15ee3f6cd34e4552f50dcc92a994198ed3b2dfe (patch) | |
| tree | ebefc3dbe285fc4698030fc6e520ef55ff14fd98 /data | |
| parent | ac16b9b331350f9b15139394eafe4bf4f44e6151 (diff) | |
| download | enigma2-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')
| -rw-r--r-- | data/keymap.xml | 11 |
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) && (type == 1)" flags="m" /> + <!--key id="p" mapto="bouquet:(provider == PREMIERE) && (type == 1)" flags="m" /> <key id="d" mapto="bouquet:(provider == ARD) && (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 "bouquets.tv" 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" /> |
