iceman75
Elite User
Hallo
Bin gerade am testen wie man das TimeShifting Gelbe Taste Deaktivieren kann. Meine Frau kommt damit nicht zurecht.
Habe schon versucht die keymap.xml in /usr/share/enigma2/ zu änder aber danach bleibt die DM800 in einer Bootschleife! :-(
Habe diese Zeilen
gelöscht! Gibt es ne andere möglichkeit das TimeShift zu deaktivieren?
Gruss Iceman75
Bin gerade am testen wie man das TimeShifting Gelbe Taste Deaktivieren kann. Meine Frau kommt damit nicht zurecht.
Habe schon versucht die keymap.xml in /usr/share/enigma2/ zu änder aber danach bleibt die DM800 in einer Bootschleife! :-(
Habe diese Zeilen
<map context="InfobarTimeshiftActions">
<device name="dreambox remote control (native)">
<key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" />
<key id="KEY_TV" mapto="timeshiftStop" flags="m" />
</device>
<device name="dreambox advanced remote control (native)">
<key id="KEY_PLAY" mapto="timeshiftStart" flags="m" />
<key id="KEY_PLAYPAUSE" mapto="timeshiftStart" flags="m" />
<key id="KEY_TV" mapto="timeshiftStop" flags="m" />
<key id="KEY_STOP" mapto="timeshiftStop" flags="m" />
</device>
<device name="dreambox ir keyboard">
<key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" />
<key id="KEY_PAUSE" mapto="timeshiftStart" flags="m" />
<key id="KEY_STOP" mapto="timeshiftStop" flags="m" />
</device>
</map>
<map context="InfobarTimeshiftActivateActions">
<device name="dreambox remote control (native)">
<key id="KEY_RED" mapto="timeshiftActivateEnd" flags="b" />
<key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="m" />
</device>
<device name="dreambox advanced remote control (native)">
<key id="KEY_PREVIOUSSONG" mapto="timeshiftActivateEnd" flags="m" />
<key id="KEY_PLAY" mapto="timeshiftActivateEndAndPause" flags="m" />
<key id="KEY_PLAYPAUSE" mapto="timeshiftActivateEndAndPause" flags="m" />
</device>
<device name="dreambox ir keyboard">
<key id="KEY_REWIND" mapto="timeshiftActivateEnd" flags="m" />
<key id="KEY_PAUSE" mapto="timeshiftActivateEndAndPause" flags="m" />
</device>
<device name="dreambox remote control (native)">
<key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" />
<key id="KEY_TV" mapto="timeshiftStop" flags="m" />
</device>
<device name="dreambox advanced remote control (native)">
<key id="KEY_PLAY" mapto="timeshiftStart" flags="m" />
<key id="KEY_PLAYPAUSE" mapto="timeshiftStart" flags="m" />
<key id="KEY_TV" mapto="timeshiftStop" flags="m" />
<key id="KEY_STOP" mapto="timeshiftStop" flags="m" />
</device>
<device name="dreambox ir keyboard">
<key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" />
<key id="KEY_PAUSE" mapto="timeshiftStart" flags="m" />
<key id="KEY_STOP" mapto="timeshiftStop" flags="m" />
</device>
</map>
<map context="InfobarTimeshiftActivateActions">
<device name="dreambox remote control (native)">
<key id="KEY_RED" mapto="timeshiftActivateEnd" flags="b" />
<key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="m" />
</device>
<device name="dreambox advanced remote control (native)">
<key id="KEY_PREVIOUSSONG" mapto="timeshiftActivateEnd" flags="m" />
<key id="KEY_PLAY" mapto="timeshiftActivateEndAndPause" flags="m" />
<key id="KEY_PLAYPAUSE" mapto="timeshiftActivateEndAndPause" flags="m" />
</device>
<device name="dreambox ir keyboard">
<key id="KEY_REWIND" mapto="timeshiftActivateEnd" flags="m" />
<key id="KEY_PAUSE" mapto="timeshiftActivateEndAndPause" flags="m" />
</device>
gelöscht! Gibt es ne andere möglichkeit das TimeShift zu deaktivieren?
Gruss Iceman75