Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

keymap help? what am I doing wrong?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    keymap help? what am I doing wrong?

    I have two buttons that I am trying to remap "a" --> home
    And "b" --> favorites, I have also created an XML file which I named remote.xml and placed it In the keymaps folder, however it seems to have no effect. I am using a harmony one remote and have ensured that both buttons are set correctly in the Logitech software... Here is a copy of my remote.XML:
    Code:
    <keymap>   
       <global>
          <remote>
          <a>XBMC.ActivateWindow(Favorites)<\a>
          <b>XBMC.ActivateWindow(Home)<\b>
          </remote>
       </global>
    </keymap>
    what am I doing wrong?

    #2
    Originally posted by miasmablk View Post
    I have two buttons that I am trying to remap "a" --> home
    And "b" --> favorites, I have also created an XML file which I named remote.xml and placed it In the keymaps folder, however it seems to have no effect. I am using a harmony one remote and have ensured that both buttons are set correctly in the Logitech software... Here is a copy of my remote.XML:
    Code:
    <keymap>   
       <global>
          <remote>
          <a>XBMC.ActivateWindow(Favorites)<\a>
          <b>XBMC.ActivateWindow(Home)<\b>
          </remote>
       </global>
    </keymap>
    what am I doing wrong?


    bump?

    Comment


      #3
      Probably should have posted in the XBMC forum area instead... I'm not sure many use the keymapping anyway but at least you'd be in an area that it is on topic unlike the hardware area you posted this in.

      Comment

      Working...
      X