How to change a keybind?

<keymap>
<global>
<keyboard>
<e>VolumeDown[/e]
</keyboard>
 </global>
</keymap>

thats from my keyboard.xml file in

\\OSMC\osmc\.kodi\userdata\keymaps

Change the square brackets on the closing e to pointy brackets

<e>VolumeDown[/e]

to 

 <e>VolumeDown</e>
1 Like

thats it brilliant thank you Dilligaf its working now :grinning: