Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv
- #SingleInstance, Force
- SendMode Input
- SetWorkingDir, %A_ScriptDir%
- SetTimer, automovemouse
- ; ---------- Gui Layout
- Gui, Add, GroupBox, x2 y9 w370 h50 , Shortcuts
- Gui, Add, Button, x12 y29 w60 h20 , Amgen
- Gui, Add, Button, x82 y29 w60 h20 , BI
- Gui, Add, Button, x152 y29 w60 h20 , Eli Lilly
- Gui, Add, Button, x222 y29 w60 h20 gshellShortcut, Shell
- Gui, Add, Button, x292 y29 w60 h20 , Siemens
- Gui, Add, GroupBox, x382 y9 w200 h50 , Functions
- Gui, Add, CheckBox, x392 y29 w110 h20 gautomovemouse, Auto Move Mouse
- Gui, Add, Button, x512 y29 w60 h20 , Dockets
- Gui, +AlwaysOnTop
- Gui, Show, w600 h400, The Helping Hand
- Return
- ; ---------- Labels
- shellShortcut:
- Run, https://google.ca/
- Return
- automovemouse:
- If (A_TimeIdle > 3000){
- MouseMove, 1, 1,, R
- MouseMove, -1, 9,, R
- }
- Return
- ; ---------- Functions
- Insert::Suspend
- Esc::Gui, Hide
- ^+z::Gui, Show
Advertisement
Add Comment
Please, Sign In to add comment