Kodi Community Forum

Full Version: Help Merging 2 keymaping Files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ive posted this question on another sight with no success. So dont feel like making a long drawn out post,so going to make it short and seet.

useing RPI3 mb RUNNING OSMC

Having issues with the context menu operation.

This key map code disableds the C function to enable the context menu.

Code:
<keymap>
  <global>
    <keyboard>
<c mod="alt,ctrl,shift">ContextMenu</c>
<c>noop</c>
    </keyboard>
  </global>
  <fullscreenvideo>
   <keyboard>
<c>Playlist</c>
</keyboard>
  </fullscreenvideo>
</keymap>

This key map code enables the menu button on the beybored (right click) and remote for the context menu

Code:
<keymap><global><keyboard><key id="61656">contextmenu</key></keyboard></global></keymap>

Each of these codes work perfect individually in a .XML file in the keymap DIR, but i cant figure a way to get them to work at the samevtime or combine the files. Any help would be much appreciated, THANKS IN ADVANCE
If they both work individually they should both work together. I usually have 3 or 4 separate files in the keymaps folder.
What happens when you put them both in place?
(2017-02-07, 00:29)trogggy Wrote: [ -> ]If they both work individually they should both work together. I usually have 3 or 4 separate files in the keymaps folder.
What happens when you put them both in place?

Nothing happened at all the context menu wouldn't come up at all.