Long Press for OK on Shield?

Recently installed the latest firmware (1.7.12) and the long press for my Nvidia Shield is now working. However, when setting up user interface on an activity, I can’t seem to find any options in the list for this. I’ve tried pretty much every item listed, but none of them seem to be for this feature. This is the only thing left that I still have to get the triangle out for. Any ideas?

Edit: Nevermind, found it. It’s “Menu”.

1 Like

Hi,
the long commands are defined in the profile:

  "command_map": {
    "context_menu": {
      "keycode": "DPAD_CENTER",
      "action": "LONG"
    },
    "settings": {
      "keycode": "BACK",
      "action": "LONG"
    },
    "APPS": {
      "keycode": "HOME",
      "action": "LONG"
    },
    "APP_SWITCHER": {
      "keycode": "HOME",
      "action": "DOUBLE_CLICK"
    },
  }

context menu is for instance long enter.

Ralf

And just as quickly it’s stopped working. Long press still brings up menu when I’m just in the remote, but as part of an activity, with it appropriate assigned to menu, it no longer functions. Have removed and re-added. Added something else, and replaced, and menu still doesn’t work.

Hi,
check after your remote control logs (loglevel debug).
It may be a network problem, your shield unreachable, or the shield integration itself.

Have you tried to restart the remote ? to restart the shield ?