Mouse problems

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
 
G

Guest

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top