aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-25 14:50:05 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-25 14:50:05 +0000
commit95386a54243d4e2e3b4dd85862e8dc6b8fca3b6c (patch)
treedd715989d680ac4aa8e8cecc1dfe69e777b89d4d /data
parentc12d79d0320d6d16180b02ce1917b14b63f5278e (diff)
downloadenigma2-95386a54243d4e2e3b4dd85862e8dc6b8fca3b6c.tar.gz
enigma2-95386a54243d4e2e3b4dd85862e8dc6b8fca3b6c.zip
fix pause, introduce rudimentary fast forward and get rid of latency of AudioSelection. however, all of this is far
away from being frame accurate (yet).
Diffstat (limited to 'data')
-rw-r--r--data/keymap.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index 7e8c772c..4ee6fb53 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -616,6 +616,7 @@
</device>
<device name="dreambox advanced remote control (native)">
<key id="KEY_PLAYPAUSE" mapto="pause" flags="m" />
+ <key id="KEY_PLAY" mapto="pause" flags="m" />
<key id="KEY_STOP" mapto="stop" flags="b" />
<key id="KEY_STOP" mapto="shift_stop" flags="l" />
<key id="KEY_RECORD" mapto="shift_record" flags="l" />