diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-28 10:23:47 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-28 10:23:47 +0100 |
| commit | 23d87e80ac74cea3df87ac89cef734509341fa98 (patch) | |
| tree | 38422142e154f1007fb53d1fbd8fee50d64f94b5 /data | |
| parent | a9589a258f6173fc8af17d802def10d0d918bc16 (diff) | |
| download | enigma2-23d87e80ac74cea3df87ac89cef734509341fa98.tar.gz enigma2-23d87e80ac74cea3df87ac89cef734509341fa98.zip | |
use < > keys vor next / previous service in single service epg
Diffstat (limited to 'data')
| -rw-r--r-- | data/keymap.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 264afccf..0865e416 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -475,6 +475,8 @@ <key id="KEY_MENU" mapto="input_date_time" flags="m" /> <key id="KEY_CHANNELUP" mapto="nextBouquet" flags="m" /> <key id="KEY_CHANNELDOWN" mapto="prevBouquet" flags="m" /> + <key id="KEY_NEXT" mapto="nextService" flags="m" /> + <key id="KEY_PREVIOUS" mapto="prevService" flags="m" /> </map> <map context="EventViewActions"> |
