Jump to content

Mouse buttons switched? (Left has become right etc.)


Recommended Posts

Posted

We have experienced 3 computers with mouses that are switching the mouse buttons around (left click is now right click). All rooms with this problem have Promethean boards?

 

Any solutions?

 

Thanks.

Posted (edited)
No children can access the mouse settings, also this problem does not occur in any rooms with smart boards only Promethean boards. Edited by Bradcooper
Posted
No children can't access the mouse settings, also this problem does not occur in any rooms with smart boards only Promethean boards.

 

Sounds like a strange one. Any recent updates on the Promethean software?

  • 1 year later...
Posted
Were you able to find a solution to this problem? We are experiencing the same issues as well. We have tried everything we can think of and the buttons keep switching. Thank you!
Posted
Were you able to find a solution to this problem? We are experiencing the same issues as well. We have tried everything we can think of and the buttons keep switching. Thank you!

 

 

Hello,

 

Yes we found a solution to this, We re-installed the latest activ driver, and then restarted the machines and it seemed to fix the issue,

 

Hope this helps you solve your issue,

 

Brad.

  • 1 year later...
Posted
We're having the same issue, only with serial boards, since moving to Windows 10. Tried both the latest driver and the last supported version of the serial driver, and it still happens. Sometimes immediately, sometimes after a number of days.
  • 1 year later...
Posted (edited)

Hi!

Just thought I'd report that this issue seems to still exist, Win10 1903 with all the updates + the last of the Promethean serial drivers is giving random mouse button swaps for us too. My quick fix for this is the following little bit of AutoIt script, that is running on login and staying resident in the system tray, checking once a second for a mouse button change to left handed, and switching back if it happens:

 

While 1
  Global $CheckSwap = RegRead("HKEY_CURRENT_USER\Control Panel\Mouse", "SwapMouseButtons")
  if $CheckSwap = 1 Then
  DllCall("user32.dll", "int", "SwapMouseButton", "int", 0)
  EndIf
  Sleep(1000)
WEnd

 

Hopefully no ones else needs this, but if you do then enjoy :) Note that as a lefty I always use a mouse right handed so don't see a problem forcing this setting on others :)

Tony

Edited by tonyd
  • Thanks 1
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...