diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-22 00:41:17 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-22 00:41:17 +0000 |
| commit | 54adc39b6d67358842acda8f56d911a3b5f0edd9 (patch) | |
| tree | 9861610a796962b7b76473762ccc07ac2a512ae9 /data/keymap.xml | |
| parent | 9cdb47a4f3b391239c100081b85dc2620ec4b4d1 (diff) | |
| download | enigma2-54adc39b6d67358842acda8f56d911a3b5f0edd9.tar.gz enigma2-54adc39b6d67358842acda8f56d911a3b5f0edd9.zip | |
more code cleanup,
re-enable number(handy) browsing in channelselectionbase,
fix move/editmode cancel
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 55f43ba4..a1206010 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -191,16 +191,6 @@ </map> <map context="ChannelSelectBaseActions"> - <!-- yes, this is flexible as hell. --> - <!--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) 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" /> |
