Compare commits
2 Commits
195f37d104
...
50b9fed755
Author | SHA1 | Date |
---|---|---|
|
50b9fed755 | 1 year ago |
|
80abafbb0f | 1 year ago |
3 changed files with 14 additions and 3 deletions
@ -0,0 +1,5 @@ |
|||||
|
#Requires AutoHotkey v2.0 |
||||
|
|
||||
|
F12::{ |
||||
|
MsgBox "The active window is '" WinGetTitle("A") "'." |
||||
|
} |
Loading…
Reference in new issue