New user registration is currently disabled due to spam abuse / Регистрация новых пользователей в настоящее время приостановлена из-за злоупотреблений спаммерами

Autohotkey script to copy & open in main window

General discussion

Autohotkey script to copy & open in main window

Postby Demid » Sat Oct 04, 2014 8:35 am

I'm learning AutoHotkey to automate my work. Can anybody suggest a good solution for copying the highlighted text to Clipboard and sending it to the main window using a hotkey combination such as Shift+Control+Q. This shortcut is specified in my GD settings with the options "Send to Main Window" checked. The only working script I've been able to devise by trial and error is this:
^+z::
Send ^c
Send ^c
Send ^+q
Sleep 50
Send ^+q
Return

It looks clumsy . Can anybody suggest a better one? Thank you.
Demid
 
Posts: 3
Joined: Sat Oct 04, 2014 8:15 am

Return to General

Who is online

Users browsing this forum: Google [Bot] and 32 guests

cron