VRC-1100 remote Numpad keys map to Nvidia Shield
#1
I previously had an HTPC and I was using the VRC-1100 remote control that PC and never had any problems.

https://kodi.wiki/view/VRC-1100


I recently swapped out the HTPC for an Nvidia Shield, plugged in the USB IR receiver from the VRC1100, and copied over my keyboard.xml that I was using with the HTPC.  Some keys work fine others do not..

All of the items in the xml below that start with numpad do not work...  I suspect it's because the Android TV OS does not recognize the numpad keys on a keyboard..  When I press any of the number keys on the remote I can see the IR Receiver light up so it's definitely receiving the signal... but I guess  the Shield does not know what to do with it.

Is there any way to remap those keys to something that the Shield will understand? 
(I also tried it without mapping those keys in the keyboard.xml but same result it doesn't recognize the number keys on the remote as numbers)

<keymap>
  <global>
    <keyboard>
      <F5>AudioNextLanguage</F5>
      <e mod="ctrl">XBMC.ActivateWindow(Videos,TvShowTitles,return)</e>
      <r mod="ctrl">info</r>
      <t mod="ctrl,shift">XBMC.ActivateWindow(Videos,MovieTitles,return)</t>
      <o mod="ctrl">togglewatched</o>
      <i mod="ctrl">XBMC.ActivateWindow(Pictures)</i>
      <g mod="ctrl">XBMC.ActivateWindow(Videos,Addons,return)</g>
      <t mod="ctrl">contextmenu</t>
      <m mod="ctrl">XBMC.ActivateWindow(Music)</m>
      <m mod="ctrl,shift">Fullscreen</m>
      <prev_track>bigstepback</prev_track>
      <next_track>bigstepforward</next_track>
      <numpadtimes>nextsubtitle</numpadtimes>  
      <numpadone>Number1</numpadone>
      <numpadtwo>Number2</numpadtwo>
      <numpadthree>Number3</numpadthree>
      <numpadfour>Number4</numpadfour>
      <numpadfive>Number5</numpadfive>
      <numpadsix>Number6</numpadsix>
      <numpadseven>Number7</numpadseven>
      <numpadeight>Number8</numpadeight>
      <numpadnine>Number9</numpadnine>
      <numpadzero>Number0</numpadzero>

    </keyboard>
  </global>
  <mymusicplaylist>
    <keyboard>
      <play_pause>Pause</play_pause>
    </keyboard>
  </mymusicplaylist>
  <mymusicfiles>
    <keyboard>
      <play_pause>Pause</play_pause>
    </keyboard>
  </mymusicfiles>
  <mymusiclibrary>
    <keyboard>
      <play_pause>pause</play_pause>
    </keyboard>
  </mymusiclibrary>
</keymap>
Reply


Messages In This Thread
VRC-1100 remote Numpad keys map to Nvidia Shield - by activoice - 2020-02-03, 00:18
Logout Mark Read Team Forum Stats Members Help
VRC-1100 remote Numpad keys map to Nvidia Shield0