Howto disable scrolling in video play?
#1
Even when I take out the batteries of my mouse, it sometime automatically scrolls. Probably this is a driver issue, because I have it in all windows 7 applications. Anyway, I can't solve it. It's most annoying when watching movies, because it will go forward in time.

Is there anyway I can (in advanced settings) disable time scrolling in movies? Or any other suggestion is welcome....

thnx
Reply
#2
In Eden you can specify that the mouse wheel does nothing. Press Windows-R and in the Run dialog type:

notepad "%appdata%\xbmc\userdata\keymaps\mouse.xml"

and click OK, and when Notepad asks if you want to create a new file answer Yes. Copy and paste the following into Notepad:

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

Close Notepad and save the changes. This configures the mouse wheel to execute the action "noop" (short for "no operation") and this does nothing.

NB this will only work in Eden and will have no effect in v10.1.

JR
Reply
#3
Thanks!! This worked for me!
Reply

Logout Mark Read Team Forum Stats Members Help
Howto disable scrolling in video play?0