Long Press with OSMC Remote

Has anyone had luck with getting long press to work on the OSMC remote? I’m running OSMC (Kodi 16.0 Jarvis) on a Raspberry Pi Model B with the OSMC black RF remote. I tried code like this in my remote.xml file, but it doesn’t seem to work. It seems to ignore the mod=“longpress” and just performs that action immediately when I press and release the button. The default long press actions don’t seem to work either, such as holding down OK to bring up the context menu. Please let me know if anyone is able to get this working. Thanks!

<keymap> <Global> <remote> <info mod="longpress">Mute</info> </remote> </Global> <FullScreenVideo> <remote> <down>VolumeDown</down> <up>VolumeUp</up> <forward>FastForward</forward> <reverse>Rewind</reverse> <forward mod="longpress">SkipNext</forward> <reverse mod="longpress">SkipPrevious</reverse> </remote> </FullScreenVideo> </keymap>

Hi

The long press is likely not working due to aggressive repeat filtering from eventlircd.

We haven’t had a chance to look at long press yet but it is planned

Sam

Ok thanks Sam! Keep up the good work!