Jump to content

Mouse Wheel No Function


Antonis

Recommended Posts

Hello,

 

just a minor annoyance:

 

Is it possible to add a "Do nothing" in the list of the supported functions for the mouse wheel (Options, Input, Mouse)

 

Or make it possible to deselect all checkboxes. I use 2 monitors with DVBViewer windowed on the 2nd and i find myself accidentaly use the wheel when DVBViewer has focus.

 

Right now i have volume up/down but since i always keep dvbviewers volume to 100% (use other vol control) i frequently find volume going down to 0% while trying to scrolling on the first monitor

 

 

Can you please please give an option to disable the mouse wheel?

 

Thanks,

Antonis

Link to comment

Hello,

 

Can you please please give an option to disable the mouse wheel?
not a Option, but a Workaround. ;)

 

Open the file setup.xml with an editor like notepad and search the section "Mouse"

  </section>
 <section name="Mouse">
<entry name="Action">4</entry>
<entry name="Doubleclick">0</entry>
 </section>

 

The Action 4 is Volume Control, if you change

<entry name="Action">4</entry>

into

<entry name="Action">-1</entry>

 

you have no function with the mouse wheel.

 

But you must edit the correct setup.xml please look here for more informations about the Usermode.

 

:bye:

Link to comment

Thank you

 

It worked!!

 

 

It is possible to have it added to the user interface as well?

Since its a simple case of writing "-1" to the settings file

 

Thanks again for the fast reply

 

Antonis

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...