PDA

View Full Version : XBMC Live 9.04.1 - Where is keymap.xml and lircmap.xml


Musta78
2009-06-18, 13:16
I want to change my keymap, but I can't find any of these files. It's very confusing when so many files seems to change location when a new version comes out....

Is there a way to search for a file via console?

sgeoxd
2009-06-18, 13:49
To edit these settings you can try:
nano ~/.xbmc/userdata/Lircmap.xml
nano ~/.xbmc/userdata/Keymap.xml

or

nano /usr/share/xbmc/system/Lircmap.xml
nano /usr/share/xbmc/system/Keymap.xml

You may use the locate or find commands in the shell to search. A Google Search turns up this for find (http://linux.about.com/od/commands/l/blcmdl1_find.htm) and this for locate. (http://linux.about.com/od/commands/l/blcmdl1_locate.htm)

Musta78
2009-06-18, 14:44
Thank you!

For the record this is what's working :)

nano /usr/share/xbmc/system/Lircmap.xml
nano /usr/share/xbmc/system/Keymap.xml