Mouse problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a laptop. First problem- the left clicker beneath the trackerpad
stopped working. So I've reassigned the left click to the right click.

2nd problem-Now when I click the reassined right button on the tracker pad I
get the right menu sometimes, though things like hyperlinks work ok with one
click

I also get the right menu when I plug in a usb mouse and press the left
mouse button. eg when I press the left mouse button on Internet Explorer
icon, I get the right menu

Any help appreciated
 
You have to change the Mouse Settings each time you plug-in or out your USB
Mouse because Widnows can not remember or store different Mouse Settings for
different Mouse.

However, you can make Button Swaping easier by using a trick. Originally
written by Ayush. Copy and paste the following matter in Notepad. While
saving the file, choose "All Files" from "File Types" box and give a name
like "SwapButton.js". Save it to the Deskop. Now, whenever you like to Swap
the buttons, just double-click on this file.

obsS=WScript.CreateObject("WScript.Shell")
obsS.Run("control mouse")
WScript.Sleep(1000)
obsS.Sendkeys(" ")
WScript.Sleep(123)
obsS.SendkEys("{Enter}")

Hope this help, let us know!
 
Back
Top