2018-08-20, 20:49
Hi, I'm trying to get the smallstepback working again with my MCE remote
I think it's in advancedsettings.xml but it doesn't work for me
So I want to seek -7 seconds when I hit the BACK key
<advancedsettings>
<keymap>
<FullscreenVideo>
<keyboard>
<back>Seek(-7)</back>
</keyboard>
</FullscreenVideo>
</keymap>
</advancedsettings>
It used to be remote.xml
<advancedsettings>
<keymap>
<FullscreenVideo>
<remote>
<back>SmallStepBack</back>
</remote>
</FullscreenVideo>
</keymap>
</advancedsettings>
I think it's in advancedsettings.xml but it doesn't work for me
So I want to seek -7 seconds when I hit the BACK key
<advancedsettings>
<keymap>
<FullscreenVideo>
<keyboard>
<back>Seek(-7)</back>
</keyboard>
</FullscreenVideo>
</keymap>
</advancedsettings>
It used to be remote.xml
<advancedsettings>
<keymap>
<FullscreenVideo>
<remote>
<back>SmallStepBack</back>
</remote>
</FullscreenVideo>
</keymap>
</advancedsettings>