aboutsummaryrefslogtreecommitdiff
path: root/data/keymap.xml
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-12 10:50:55 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-12 10:50:55 +0000
commitcad37d2b523b91a00a58a9f53e0ba9bc7913c500 (patch)
tree63dec11efc470478c769083a5321d82e23bb54de /data/keymap.xml
parentca79a1edb7031b1036719f354382ea98293e7278 (diff)
downloadenigma2-cad37d2b523b91a00a58a9f53e0ba9bc7913c500.tar.gz
enigma2-cad37d2b523b91a00a58a9f53e0ba9bc7913c500.zip
implement subservice quickzap on < > keys
it is activated after select asubservice in the subservice selector
Diffstat (limited to 'data/keymap.xml')
-rw-r--r--data/keymap.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index a81d5efd..b3f933b1 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -146,6 +146,11 @@
<key id="KEY_GREEN" mapto="subserviceSelection" flags="m" />
</map>
+ <map context="InfobarSubserviceQuickzapActions">
+ <key id="KEY_PREVIOUS" mapto="prevSubservice" flags="m" />
+ <key id="KEY_NEXT" mapto="nextSubservice" flags="m" />
+ </map>
+
<map context="GlobalActions">
<key id="KEY_VOLUMEUP" mapto="volumeUp" flags="mr" />
<key id="KEY_VOLUMEDOWN" mapto="volumeDown" flags="mr" />