Search found 5 matches

by ahkHereToLearn
29 Aug 2023, 20:19
Forum: Scripts and Functions (v1)
Topic: Mouse And Keyboard Macro Recorder
Replies: 146
Views: 228538

Re: Mouse And Keyboard Macro Recorder

I've been using FeiYue's macro recorder script for months. I have a Win 11 Virtual Machine. On that virtual machine, I am running the script. I often connect to a Windows 365 cloud PC via that virtual machine. Previously, I would need to have the win365 cloud PC just-slight minimized so that it wasn...
by ahkHereToLearn
20 Aug 2023, 11:03
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 581564

Re: FindText - Capture screen image into text and then find it Topic is solved

@ahkHereToLearn after a quick look, that looks right. What you can do is change the coordinates to your screen resolution e.g. if (ok:=FindText(X, Y, 0, 0, 1920, 1080, 0, 0, Text)) this can speed things up, unless you have more than one monitor, keep it the same Thank you for the optimization tip. ...
by ahkHereToLearn
19 Aug 2023, 17:29
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 581564

Re: FindText - Capture screen image into text and then find it Topic is solved

This is mainly what Find Text is used for. What you describe is very simple. Are you saying that you don’t know how to write a simple script with find text? Or am I missing something? Hi Steve, I hadn't moved FindText.ahk into my my main lib folder (didn't even have one until today when I created i...
by ahkHereToLearn
19 Aug 2023, 15:37
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 581564

Re: FindText - Capture screen image into text and then find it Topic is solved

Is there a way I could capture 15 or so images to text using the Find Text Tool, and then combine FindText seaches / FindText.Click for each of the individual strings into a single AHK file where I could trigger any of the searches independently using, for instance F1:: , F2::, F3:: etc ? I have a s...
by ahkHereToLearn
19 Aug 2023, 14:47
Forum: Tutorials (v1)
Topic: FindText tutorial
Replies: 98
Views: 68579

Re: FindText tutorial

This seems like a really cool library. I found my way here after reading your tutorial for Feiyue's screen capture / image to text tool. I am wondering if your library or his would be 'better' to accomplish the following objective: Each day, when I start work, I open up a browser window , which esse...

Go to advanced search