Linux Smallstepback
#1
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>
Reply
#2
there is no 'back' keyboard key... why are you trying to map the keyboard?
Reply
#3
It's for my MCE remote (or actually Logitech Harmony)
This one really has a back key
Reply
#4
either you want to map the remote -  under <remote> - or you have to map whatever keyboard key the back key on the remote is pretending to be.

furthermore, you cannot map keys from advancedsettings.xml, you stick that file in ~/.kodi/userdata/keymaps. without the <advancedsettings> tag.
Reply
#5
Now I deleted asvancedsettings.xml and created keymap.xml in keymaps
Still no luck to get back do a small step back in fullscreenvideo

<advancedsettings>
<keymap>
  <FullscreenVideo>
    <remote>
       <back>Seek(-7)</back>
    </remote>
  </FullscreenVideo>
</keymap>
</advancedsettings>
Reply
#6
(2018-08-21, 13:28)spiff Wrote: [...] without the <advancedsettings> tag.
Reply
#7
Holy crap it works Smile
I can't believe I made that mistake
Thanks a lot
Reply

Logout Mark Read Team Forum Stats Members Help
Smallstepback0