Search found 6 matches

by TwilightKillerX
24 Aug 2016, 01:27
Forum: Ask for Help (v1)
Topic: Creating Binds with an incremented value
Replies: 3
Views: 1018

Re: Creating Binds with an incremented value

^1:: SendInput, % array[1] ^2:: SendInput, % array[2] ^3:: SendInput, % array[3] I guess the best way would be to manually assign how many lines I want. Instead of letting the code create a bind each time. Which has it's bonuses - and complications, but in any case - Thanks for clearing up as well ...
by TwilightKillerX
24 Aug 2016, 01:09
Forum: Scripts and Functions (v1)
Topic: Easy OCR
Replies: 17
Views: 51522

Re: Easy OCR

Testing OCR Recognition OCR Applications: Capture2Text vs. ABBYY Screenshot Reader Settings: Copy Raw To Clipboard Stock http://www.mattmahoney.net/ocr/stock_gs200.jpg This text from USA Today was scanned at 200 dots per inch (dpi), 8 bit grayscale on a Primax Colorado 600p scanner and saved as a j...
by TwilightKillerX
24 Aug 2016, 00:50
Forum: Scripts and Functions (v1)
Topic: Gui Real Time Output
Replies: 5
Views: 2885

Re: Gui Real Time Output

Win-Windows XP? What?
by TwilightKillerX
24 Aug 2016, 00:42
Forum: Ask for Help (v1)
Topic: Click at a certain time
Replies: 1
Views: 1071

Re: Click at a certain time

Try: listenonrepeat.com or youtubeloop.net - It will be alot easier than going into HTML with an AHK script.
by TwilightKillerX
23 Aug 2016, 23:11
Forum: Ask for Help (v1)
Topic: Hello, can anyone tell me if this script would work?
Replies: 1
Views: 721

Re: Hello, can anyone tell me if this script would work?

+2::SendRaw, @

If you need "special letter (ñ)" then you can use Send, {ASC 0241}

Yes, your script works too.
by TwilightKillerX
23 Aug 2016, 22:52
Forum: Ask for Help (v1)
Topic: Creating Binds with an incremented value
Replies: 3
Views: 1018

Creating Binds with an incremented value

Hello, I quickly wish to ask for help on a certain code of mine. The code is to parse my multiline clipboard and append each line to a Ctrl+[Line] . For example, if I have text such as This is line 1 of my text This is an another line Then the set bind will append " This is line 1 of my text " to Ct...

Go to advanced search