diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-10 11:13:20 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-10 11:13:20 +0000 |
| commit | 3ea7957e2a975f61710646bcf9b388b597ae476a (patch) | |
| tree | 30693fe0167df00e211fc4f81a47da96843abe42 | |
| parent | 440c61267f70bf189000ea56d54517b036750457 (diff) | |
| download | enigma2-3ea7957e2a975f61710646bcf9b388b597ae476a.tar.gz enigma2-3ea7957e2a975f61710646bcf9b388b597ae476a.zip | |
fix no more working seek forward / seek back with red / blue button when
timeshift is running (this fix is working.. but we need a better fix .. i
think)
| -rw-r--r-- | data/keymap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 52a6266a..56664164 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -72,7 +72,7 @@ <map context="InfobarInstantRecord"> <device name="dreambox remote control (native)"> - <key id="KEY_RED" mapto="instantRecord" flags="m" /> + <key id="KEY_RED" mapto="instantRecord" flags="b" /> </device> <device name="dreambox advanced remote control (native)"> <key id="KEY_RECORD" mapto="instantRecord" flags="m" /> @@ -81,7 +81,7 @@ </map> <map context="InfobarExtensions"> - <key id="KEY_BLUE" mapto="extensions" flags="m" /> + <key id="KEY_BLUE" mapto="extensions" flags="b" /> </map> <map context="InfobarChannelSelection"> |
