<?xml version="1.0" encoding="UTF-8"?> <keymap> <fullscreenvideo> <mouse> <wheelup>VolumeUp</wheelup> <wheeldown>VolumeDown</wheeldown> </mouse> </fullscreenvideo> <!--Change the video control --> <videoosd> <mouse> <wheelup>VolumeUp</wheelup> <wheeldown>VolumeDown</wheeldown> </mouse> </videoosd> </keymap>
There are several posts talking about the <fullscreenvideo> window (http://kodi.wiki/view/keymap#Windows), which controls the behavior when there is no menu. But often any movement of the mouse first activates the <videoosd> window, and we have to change the wheelup/down in that window as well. Otherwise, you still get forward/backward bahavior. Hopefully this can help you as well.