ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Ability to select multiple windows and send keyboard input to all of them

<< < (2/3) > >>

jgpaiva:
There is a slight delay between sending and having control back, which makes sense.
-Rover (July 29, 2006, 11:06 AM)
--- End quote ---
Yes, that's the time it takes to send to all controls, i think i can't make that not happen.

There are two minor things I offer for improvement:
1) Add a "Continue" button on your splash screen.  It took me a while to figure out that I needed to close it to continue.
-Rover (July 29, 2006, 11:06 AM)
--- End quote ---
Oops.. Right, i'll do that!

2) It might be cool to have a checkbox on the text sumission box to allow sending CRLF or not.
-Rover (July 29, 2006, 11:06 AM)
--- End quote ---
Yes, i have to find a way to do that. I think the normal way to do it would be to have it not send the raw text. This would allow you to write `n and it'd work as a CRLF.

I'm glad it works well! :D

jgpaiva:
Ok, now it works like this:

If the 2 first characters in the phrase are '\\', it'll send the text using ahk's map. This means that the following phrase:
\\!{f4}
Will close the active window. And the next one:
\\hi there{enter}
Will send "hi there" followed by a {enter} key press.

Notice that with this method, to send a literal '!' or a  literal '%' or a literal '^' or any other characters used by ahk, you'll have to escape them ( `! , `% and `^ ).

As long as the two first characters aren't \\, it'll behave exactly as expected.
For more info about what can be used in the \\ method, check the table on This page.

Rover:
Oh now that IS cool!

I can send special characters, etc. now...

great modification.   :Thmbsup: :Thmbsup: :Thmbsup:

Contro:
After all i did get some time to do this. Lets hope it's what you expected.

MultipleSend v1.0 created 29-07-2006:
Send the same text to several windows at the same time

--- End quote ---
[Forum Topic][.ahk Version][.exe Version]
-jgpaiva (July 29, 2006, 10:47 AM)
--- End quote ---

Upssss
AVG detect .exe file as threat. I download anyway.
 :-*

jgpaiva:
Upssss
AVG detect .exe file as threat. I download anyway.
 :-*
-Contro (December 06, 2014, 05:53 AM)
--- End quote ---
It really saddens me that antivirus programs just lazily flag anything written in autohotkey as viruses :(

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version