DonationCoder.com Software > Post New Requests Here
Idea: Renaming Shortcut
(1/1)
Smobu:
Idea: Renaming Shortcut
Sometimes I want to automatically use whatever I have in the clipboard and rename the file that is higlighted.
Could someone make a script that send F2, paste and enter to rename a file with the hotkey combination alt 6?
skwire:
AutoHotkey code:
--- ---!6:: SendInput {F2}^v{ENTER}
Smobu:
This works and thanks for this code.
skwire:
You're welcome...happy to help.
Navigation
[0] Message Index
Go to full version