Win How to disable seek via mouse wheel?
#1
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.
Reply
#2
I think this thread is pertinent to your needs.

http://forum.xbmc.org/showthread.php?tid=102514
Reply
#3
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>
Reply

Logout Mark Read Team Forum Stats Members Help
How to disable seek via mouse wheel?0