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?
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)
Thank you!
For the record this is what's working :)
nano /usr/share/xbmc/system/Lircmap.xml
nano /usr/share/xbmc/system/Keymap.xml