Jump to content

<-MousePass-> designed for laptop fingerpads


Valuater
 Share

Recommended Posts

I like this, I really do =]

And I was also hoping, is it possible that you can make this launch on start-up?

Put it (or a shortcut to it) in the startup folder.

It already has a short-cut creator built-in....

If @Compiled = 1 And Not FileExists(@StartupCommonDir & "\MousePass.lnk") Then
    FileCreateShortcut(@ScriptDir & "\MousePass.exe", @StartupCommonDir & "\MousePass.lnk", @ScriptDir, "", "This is a <-MousePass-> link", "", "", "", @SW_SHOWNORMAL)
EndIf

8)

NEWHeader1.png

Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...

I know this is an old topic, but this is such a simple and useful script. Windows should have this built in to it.

my contribution is for supporting 2 monitors. change the following code:

From:

$Height = @DesktopHeight - 1
$Width = @DesktopWidth - 1

To:

$array = WinGetClientSize('[TITLE:Program Manager;CLASS:Progman]')
$Height = $array[1] - 1
$Width = $array[0] - 1

Basically gets the entire virtual desktop area.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...