Script to create txt quickly in any folder, selecting any file.

Put simple Tips and Tricks that are not entire Tutorials in this forum
Haize
Posts: 1
Joined: 27 Apr 2021, 21:36

Script to create txt quickly in any folder, selecting any file.

27 Apr 2021, 21:50

Hotkey: CTRL + SHIFT + T

Code: Select all

#IfWinActive ahk_exe explorer.exe

^+t::
Send, !h
Send, g
Send, {Up}
Send, {Up}
Send, {Enter}
return
It performs the following Windows Explorer shortcuts:
Alt + H // G // Up arrow 2x // Enter

(If you want to remove the script's behavior to work only in Explorer, delete the first line).

I'm a very beginner, I hope I can help. 😁

Return to “Tips and Tricks (v1)”

Who is online

Users browsing this forum: No registered users and 30 guests