Support of longpress for OSMC remote

I added this to my keymap.xml:

<keymap>
	<fullscreenvideo>
		<keyboard>
            <key id=“229”>NextSubtitle</key>
			<key id=“229” mod="longpress">AudioNextLanguage</key>
        </keyboard>
	</fullscreenvideo>
</keymap>

NextSubtitle is working but AudioNextLanguage is ignored. Any chance to get this implemented in a future update? I think its critical with “simpler” remotes like the OSMC remote to have longpress capability.

Thanks,
Burrito78

1 Like

If it is the OSMC remote, then it is a remote :wink:

<remote>
        <key id=“229”>NextSubtitle</key>
	<key id=“229” mod="longpress">AudioNextLanguage</key>
</remote>

And there is the next problem, seems “longpress” is only possible with Keyboard not Remote