Rii mini i25 remote help

Hey guys..

So I have been using Jarvis for a long time, and been using this remote for a long time too. Everything was working after I finally found a set of instructions here in the forums about needing to replace/add a few files in the ~./kodi/userdata/keymaps folder (namely files called “keyboard.xml” and “mouse.xml”. By updating/editing/adding these files, I was able to eliminate the obtrusive and annoying air mouse pointer, and all the buttons on the front face of the remote worked (back, stop, context menu, subtitles, etc).

I got a new SD card so I can dabble with Krypton without losing my existing set up. It’s been a huge task getting things set up. I was originally using a keyboard so I could get things looking the way I wanted with the skin prior to tackling the remote. But now, here I am. I started by simply moving a copy of my edited keyboard/mouse files into the folder, but that didn’t do any good. A lot of the navigation was messed up, and that mouse pointer still exists. So I downloaded the official keymap editor addon and tried to change the buttons with that. It worked for a lot of the buttons, but not the BACK button. It’s giving me so much trouble.

The strange thing is, when I press the button I want to use as a back button, it’s actually more like in Windows when you ALT+F4 to close a window. No matter what screen I’m in, it seems to want to close out to the root of that screen. Meaning, if I’m in 3 submenus of a radio addon, pressing it closes me back to the “radio addons” menu. I’m in Local Radio -> Search -> my zip -> and playing a station. I want to change it, so I would press BACK to go back to the list of other stations in my area. But instead, it takes me clear back to the addons menu. If I re-open the addon, it takes me right back to the zip code lists. It does this in my video library as well… going clear out rather than back 1 menu. It’s almost like the BACK button may be double-clicking or something. If I flip the remote over and use the keyboard though, the BACKSPACE button only goes back 1 menu like it should. So I’m not sure why, when I have it remapped correctly, the button isn’t working right. Has anybody had any experience with this in Krypton?

Something I noticed, after I moved in the modified keyboard/mouse files, Kodi renamed them to .old and created a “gen.xml” file. THIS file has the modified keymaps from when I used the keymap editor addon.. but doesn’t have the mouse entries. I tried manually editing it to look like this, but it didn’t help:

Code:
<keymap>
    <global>
        <keyboard>
            <key id="61630">stop</key>
            <key id="61654">contextmenu</key>
            <key id="61620">showsubtitles</key>
            <key id="65446">Back</key>
        </keyboard>
        <mouse>
            <key id="mousedrag">noop</key>
            <key id="mousemove">noop</key>
        </mouse>
    </global>
</keymap>

Can somebody help me? PLEASE?! Smile