Code: Select all
#NoEnv
#Persistent
#SingleInstance, Force
#NoTrayIcon
Run, "D:\Window's Shortcut's\Calculator - Shortcut.lnk"
Sleep 1000
SendInput, ^1
Sleep 1000
Winset, Alwaysontop, , A
Esc::ExitApp
Return
Code: Select all
#NoEnv
#Persistent
#SingleInstance, Force
#NoTrayIcon
Run, "D:\Window's Shortcut's\Calculator - Shortcut.lnk"
Sleep 1000
SendInput, ^1
Sleep 1000
Winset, Alwaysontop, , A
Esc::ExitApp
Return
Code: Select all
#Requires AutoHotkey v1.1.33.11
F2::Run calc
F3::WinClose Calculator
Users browsing this forum: Bing [Bot], vanove and 169 guests