Kodi Community Forum
Win How to disable seek via mouse wheel? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Win How to disable seek via mouse wheel? (/showthread.php?tid=128739)



How to disable seek via mouse wheel? - digitaltomj - 2012-04-13

I have a very sensitive mouse wheel, many times I find that while simply moving the mouse (and not touching the scroll wheel) XBMC will seek either forward or back...which is annoying when it happens by accident...is there a way to simply disable seeking with the mouse wheel? I've tried searching but came up empty.


RE: How to disable seek via mouse wheel? - PatK - 2012-04-13

I think this thread is pertinent to your needs.

http://forum.xbmc.org/showthread.php?tid=102514


RE: How to disable seek via mouse wheel? - digitaltomj - 2012-04-13

I've tried doing as jhsrennie said in that post...altho, I'm sure there must be a difference with the new stable release of Eden because it didn't change anything...unless i just put the file in the wrong location...I put it in "Users\Tom\AppData\Roaming\XBMC\userdata\keymaps"

(2011-06-03, 18:58)jhsrennie Wrote: Easy :-)

Just download the latest nightly build and in your userdata\keymaps folder create a file called mouse.xml containing:

Code:
<keymap>
  <fullscreenvideo>
    <mouse>
      <wheeldown>noop</wheeldown>
      <wheelup>noop</wheelup>
    </mouse>
  </fullscreenvideo>
</keymap>