Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

K-R42 XBMC with default remote

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    K-R42 XBMC with default remote

    Hi,

    I would like to know how make one keymaps xml for default remote.
    it is remote.xml ?

    I want to assign function for colour buttons and number buttons.
    There is no Play/Pause button ,fast rewind, fast forward.......

    Somebody can help me ?

    Best regards

    #2
    No, it is the keyboard.xml from Android/data/org.xbmc.xbmc/....../userdata/keymaps.

    Edit or create new "keyboard.xml" in keymaps folder, save and reboot at finish. You have to search for keymaps in Google or other xbmc forums.

    An example for number buttons:

    <keymap>
    <global>
    <keyboard>
    <zero>ActivateWindow(10111)</zero> ---->Shutdown MenĂ¼
    <one>Back</one>
    <two>Play</two>
    <three>AudioDelay</three>
    <four>ActivateWindow(10134)</four> -------> Favourites
    <five>FastForward</five>
    <six>Rewind</six>
    <seven>........</seven>
    <eight>.......</eight>
    <nine>........</nine>
    .
    .
    </keyboard>
    </global>
    </keymap>

    But for button colours i have no idea.
    Last edited by Black; 31 March 2014, 11:11.

    Comment


      #3
      Hi,
      I'm looking for it.

      Big Thanks.

      Comment


        #4
        i think it is rather rkremote.kl (or similar) from kl folder .

        Comment


          #5
          Keyboard.xml file contains the mapping of keys (remote) to actions within XBMC.
          Last edited by Black; 30 March 2014, 08:34.

          Comment


            #6
            Originally posted by Black View Post
            Keyboard.xml file contains the mapping of keys (remote) to actions within XBMC.
            http://wiki.xbmc.org/?title=Keymap.xml
            Oh sorry, I was thinking about android files instead of xbmc. My bad!

            Comment

            Working...
            X