keymap .xml for timeshift

grantsmith82

Inactive User
Joined
Jul 8, 2012
Messages
740
Reaction score
26
Hi all,
from what i understand you can modify this file to change the functionallity of buttons. i have installed timeshift and want to enable my play/pause button to pause for perm timeshifting

ive pulled my file from /usr/share/enigma2 and found the timeshift section

not sure if someone has a file saved already or could tell me what i need to change on the below code (pulled from my file)

-<map context="InfobarTimeshiftActions"> -
<device name="dreambox remote control (native)">
<key flags="b" mapto="timeshiftStart" id="KEY_YELLOW"/>
<key flags="m" mapto="timeshiftStop" id="KEY_TV"/>
</device> -<device name="dreambox ir keyboard">
<key flags="m" mapto="timeshiftStart" id="KEY_YELLOW"/>
</device> <key flags="m" mapto="timeshiftStart" id="KEY_PLAYPAUSE"/>
<key flags="m" mapto="timeshiftStart" id="KEY_PAUSE"/>
<key flags="m" mapto="timeshiftStop" id="KEY_STOP"/>
<key flags="m" mapto="timeshiftStart" id="KEY_TIME"/>

</map> -
<map context="InfobarTimeshiftActivateActions"> -<device name="dreambox advanced remote control (native)">
<key flags="m" mapto="timeshiftActivateEnd" id="KEY_PREVIOUSSONG"/>
</device> -<device name="dreambox remote control (native)">
<key flags="b" mapto="timeshiftActivateEnd" id="KEY_RED"/>
<key flags="b" mapto="timeshiftActivateEndAndPause" id="KEY_YELLOW"/>
</device> <key flags="m" mapto="timeshiftActivateEndAndPause" id="KEY_PLAYPAUSE"/>
<key flags="m" mapto="timeshiftActivateEndAndPause" id="KEY_PAUSE"/>
<key flags="m" mapto="timeshiftActivateEnd" id="KEY_REWIND"/>
 
If you search the forum you will find a keymap.xml for timeshift,

But surly if pausing perm timeshift then it negates the need for it in the first place?

Sent from my X10i using Tapatalk 2
 
Will this allow to pause form the new DM8000 remote, i.e. the black remote with dedicated play/pause buttons rather than coloured buttons?

Thanks

I would think it should already be image set up for the remote.I dont know what box they have but your remote for dm8000 should work fine by pressing pause for pause and play for play etc.Or am i missing something..as i have never needed to re-map remote buttons.
 
Back
Top