<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>