I am using OSMC Alpha 4 on a RasPi 2, and would like to add some functionality for my VC-1100 remote control (volume not working), so I wonder: what is the desired way to access the userdefined-keymap.xml / remote.xml, where are they located, and how can I access them remotely (FTP or SMB seem not to work).
What is the fastest and most convenient way to find these files, and alter them?
What do you mean by not working. Volume doesnāt work at all or volume is changing on tv instead of Kodi?
Futhermore are you certain that you used proper codes?
To debug cec/remote functions you have to enable Debug in Osmc settings. Then you have to write in console/ssh:
tail -f /home/osmc/.kodi/temp/kodi.log
And find out if keys pressed on the remote are passed properly to OS via CEC. You can find the proper codes there as well
EDIT: if you use remote not for tv but directly using some IR receive you may try to use āuniversalremoteā instead of āremoteā in the xml file. This may be usefull article for you: http://kodi.wiki/view/keymap
Continuing on this subject, I wish to delete a command (the CLEAR button) from the remote.xml. (I am using a CEC HDMI remote and the input button is acting as the CLEAR button, in the sense that, if on the home screen it opens the weather app or if selected on a movie and INPUT is pressed, it asks to delete the movie.
Using putty I have gone into the Keymaps folder, but pressing ālsā it does not bring anything up.
A COUPLE QUESTIONS: which file do I need to navigate to to delete these line items? And how do I open the file and specifically choose a line to delete?
The keymaps folder wonāt have anything until you put it there.
If you want to ādeleteā entries, then you create a map (eg remote.xml) which has modified entries for the items you wich to affect.
Chase up that link, a couple of posts back, and do some reading - then you may have some detailed questions to ask.
BTW the maps in that folder get read and act as overrides to the system maps (which you shouldnāt alter, as they may be overwritten on updates)
Derek
I fiddled around with keymaps for some time as well. Yesterday I installed the RC and thought Iād give the keymap editor add-on a chance. What can I say, it worked out quite nicely. You can select an scope (global or only during playback, etc.), then an action (volume down, open context menu, etc.) and then press the button on your remote to assign it. Itās very straightforward and you do not need edit any file.