i am trying this first. But no results
; 1. Capture the address of the selected active window to the clipboard with a definable hotkey
; Since you have the active path displayed in the window's titlebar, you can do your first request like this:
; Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
; Skwire
; !#y:: ; no parece elegible ^#y en ctrl+Win+y, change to your liking. Pruebo con alt
^!u:: ;
{
WinGetTitle, Clipboard, A
}
Return
In the screenshots I selected the folder path, but the target is copy to the clipboard without it.
Only needed to select the windows folder.
I am doing something bad. Don't copy
I tried also win+1
but the clipboard have wrong.
It seems don't act the command