Missing keymap.xml
#1
I'd like to make a few tweaks to my keymap.xml, but I can't seem to find it anywhere on my AppleTV:

Quote:-bash-2.05b$ cd ~/Library/Application\ Support/XBMC/UserData/
-bash-2.05b$ ls -a
. Database RssFeeds.xml advancedsettings.xml playlists sources.xml
.. LCD.xml Thumbnails guisettings.xml profiles.xml visualisations

also a "sudo find / -name \*keymap.xml -print" shows nothing.

Am I missing something here?
Reply
#2
You add only the bits you need to UserData. The one shipped is in the system/ folder in the XBMC.app bundle. You can use that as a prototype.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
OK, then I guess I'm still doing something wrong. I placed the following in the ~/Library/Application Support/XBMC/userdata/Keymap.xml file:

Quote:<keymap>
<FullscreenVideo>
<remote>
<left>SmallStepBack</left>
</remote>
</fullscreenvideo>
</keymap>

exit out of XBMC, restart and a Left still moves back 30.
Reply
#4
XML is case sensitive, so make sure your tags are all using the correct case. It should indicate in the debug log as to whether it's correctly loaded the new keymap.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Missing keymap.xml0