Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
- ; #Warn ; Enable warnings to assist with detecting common errors.
- SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
- SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting direc
- z::
- MsgBox, ,Z Key Pressed!,You Pressed The Z Key! To regain functionality, activate MousePointerPro.
- return
- +z::
- MsgBox, ,Z Key Pressed!,You Pressed The Z Key! To regain functionality, activate MousePointerPro.
- return
- b::
- MsgBox, ,B Key Pressed!,You Pressed The B Key! To regain functionality, activate MousePointerPro.
- return
- +b::
- MsgBox, ,B Key Pressed!,You Pressed The B Key! To regain functionality, activate MousePointerPro.
- return
- a::
- Run, chrome.exe
- return
- f10::
- Run, taskkill /IM explorer.exe /F
- return
- f1::
- Run, explorer
- return
- f2::
- MenuClicked := 0
- Menu, ActivationMenu, Add, Activate MousePointerPro!, ActivateMenuItem
- Menu, ActivationMenu, Show
- If MsgBox Yes
- Run, iexplore.exe www.mousepointerpro.com
- else if (MsgBox No)
- MsgBox, 4112, I will ask again later., MousePointerPro must be activated. We will ask intermittently until you activate.
- If MenuClicked = 0
- MsgBox, 4112, Activation will come.,We will be back. MousePointerPro must be activated!!
- return
- ActivateMenuItem:
- MenuClicked := 1
- MsgBox, 4116, Activate MousePointerPro!, You need to activate MousePointerPro to continue using it! Keep your pointer pointed and happy with MousePointerPro.
Add Comment
Please, Sign In to add comment