Skip to content

Commit

Permalink
Added w flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AKA-Syenite committed May 21, 2012
1 parent 8a51f0b commit 7463370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mouse.ahk
Expand Up @@ -198,6 +198,12 @@ Loop, parse, flags, `,
IniWrite, %match%, config.ini, settings, keys
Run launch.exe
}
if (flag = "w")
{
throw := RegExMatch(full, "w\(.*?\)", match)
match := RegExReplace(match, "w\(|\)", "")
Sleep %match%
}
}
}

Expand Down

0 comments on commit 7463370

Please sign in to comment.