Req Frame Advance and Slow Motion
#70
(2021-01-18, 23:07)Windrider6 Wrote:
(2021-01-18, 22:38)Tarkus_ Wrote: Is this working for everyone?  I'm trying this in Matrix, and it's not doing anything.  Maybe I'm using it wrong, but I'm trying both from paused and while the video is playing.  In neither case does anything happen.  I've tried both with and without the "longpress" modifier.  Other mapping functions work fine from the same keypresses.

As mentioned a few posts above, this is implemented by default in version 18 and above.

They are mapped to Alt+left arrow for down, and Alt+right arrow for up:

      <left mod="alt">PlayerControl(tempodown)</left>
      <right mod="alt">PlayerControl(tempoup)</right>

These can be found in the default keymap "keyboard.xml", in the section <FullscreenVideo><keyboard>.

I don't have the default keyboard.xml anymore, but I created a new one with nothing but the following:

<keymap>
  <fullscreenvideo>
    <keyboard>
      <left mod="alt">PlayerControl(tempodown)</left>
      <right mod="alt">PlayerControl(tempoup)</right>
    </keyboard>
  </fullscreenvideo>
</keymap>

Still does nothing. This is on Windows 10 with Kodi 18.9. Also can't get it to work on a Firestick with Matrix. And yes, I restarted Kodi each time after copying the new keyboard.xml.  No problem mapping other functions, including frame advance.   🤷
Reply


Messages In This Thread
Frame Advance and Slow Motion - by mattyc - 2012-11-04, 23:28
RE: Frame Advance and Slow Motion - by Mizaki - 2012-11-05, 01:10
RE: Frame Advance and Slow Motion - by mattyc - 2012-11-05, 23:14
RE: Frame Advance and Slow Motion - by Yappa - 2013-07-09, 00:05
RE: Frame Advance and Slow Motion - by nickr - 2013-10-21, 08:20
RE: Frame Advance and Slow Motion - by sakis - 2014-03-13, 16:54
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 14:38
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 16:28
RE: Frame Advance and Slow Motion - by sakis - 2014-03-14, 17:52
Re: Frame Advance and Slow Motion - by nickr - 2014-03-14, 21:13
RE: Frame Advance and Slow Motion - by deaded - 2016-03-18, 23:19
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-19, 18:17
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-19, 23:10
RE: Frame Advance and Slow Motion - by Klojum - 2017-09-20, 21:15
RE: Frame Advance and Slow Motion - by the_bo - 2017-09-20, 23:01
RE: Frame Advance and Slow Motion - by Tarkus_ - 2021-01-19, 01:21
RE: Frame Advance and Slow Motion - by murxx - 2018-11-12, 12:54
RE: Frame Advance and Slow Motion - by ashlar - 2018-11-14, 23:41
RE: Frame Advance and Slow Motion - by docwra - 2019-09-17, 14:49
RE: Frame Advance and Slow Motion - by jjd-uk - 2019-09-17, 13:46
RE: Frame Advance and Slow Motion - by jf43 - 2019-09-29, 00:28
RE: Frame Advance and Slow Motion - by jjd-uk - 2019-09-29, 08:24
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-01-19, 03:09
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 13:48
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 20:56
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-22, 21:02
RE: Frame Advance and Slow Motion - by jjd-uk - 2021-02-23, 00:39
Logout Mark Read Team Forum Stats Members Help
Frame Advance and Slow Motion3