This website works better with JavaScript.
Home
Explore
Help
Sign In
mar
/
AutoHotkey
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
AutoHotkey scripts
67
Commits
2
Branches
0
Tags
297 KiB
AutoHotkey
100%
Tree:
a9a476d073
AutoHotkey
/
helpers
/
WinGetTitle.ahk
5 lines
93 B
Raw
Blame
History
#Requires AutoHotkey v2.0
F12::{
MsgBox "The active window is '" WinGetTitle("A") "'."
}
Reference in new issue