1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||
|
#Requires AutoHotkey v2.0 |
||||
|
|
||||
|
F12::{ |
||||
|
MsgBox "The active window is '" WinGetTitle("A") "'." |
||||
|
} |
Loading…
Reference in new issue