Skip to content

bellbind/XMouseSetting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

X-Mouse Setting Tool

X-Mouse setting tool for Windows8Windows7/Vista/XP (with .NET 3.5).

Requirement

  • Windows8/Windows7/Vista/XP (with .NET 3.5): not required .NET SDK

Build

Build XMouseSetting.exe on command line

csc.exe /t:winexe XMouseSetting.cs /r:PresentationFramework.dll /r:PresentationCore.dll /r:WindowsBase.dll /win32icon:icon.ico

Binary

Usage: GUI

  • Launch XMouseSetting.exe.
  • Change settings and push "save" button, then logoff.
  • Login again.

Usage: Command-line

Print help and current settings:

XMouseSetting.exe help

Set to activate a window over mouse:

XMouseSetting.exe on

Set to activate a window over mouse then to raise after 500 msec:

XMouseSetting.exe on 500

Off X-Mouse settings (Click to activate and raise):

XMouseSetting.exe off

NOTICE: To enable new settings, you must re-login.

Other

Hints

Location of csc.exe

On 64bit Windows .NET 3.5:

c:\Windows\Microsoft.NET\Framework64\v3.5\csc.exe

On 32bit Windows .NET 3.5:

c:\Windows\Microsoft.NET\Framework\v3.5\csc.exe

About

X-Mouse Setting Tool for Windows7/Vista/XP with .NET 3.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages