Kodi Community Forum

Full Version: How do I keymap a longpress for the Shield TV remote?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys,

I'm trying to keymap the OK/centre button on the bluetooth remote for the SHIELD TV so that when you longpress it while watching a video it will show the Info OSD for that playing item. The problem is I don't know what the keyname is for longpressing the OK/centre button.

Here is what I have for now, but I need to find what to replace <enter> with for a longpress enter:

PHP Code:
<keymap>
    <
fullscreenvideo>
        <
remote>
            <
enter>ACTION_SHOW_INFO</enter><!-- What should I replace <enterwith? -->
        </
remote>
    </
fullscreenvideo>
</
keymap

Would appreciate any help.

Thanks!
Code:
<enter mod="longpress">ACTION_SHOW_INFO</enter>