Search found 4 matches

by dcjack86
Sat Feb 12, 2022 5:19 am
Forum: General discussion
Topic: Is there a way to grab text from the "$" variable from AHK?
Replies: 2
Views: 1858

Re: Is there a way to grab text from the "$" variable from AHK?

I wanted to share my solution here. I ended up just grabbing the variable information directly from the file that IFTTT creates and sends to Dropbox. Luckily even though the file self-destructs, it exists long enough to copy the relevant string. ******************************************************...
by dcjack86
Fri Feb 11, 2022 1:51 am
Forum: General discussion
Topic: Is there a way to grab text from the "$" variable from AHK?
Replies: 2
Views: 1858

Is there a way to grab text from the "$" variable from AHK?

I'm trying to write a script that will fill in text using a line in Autohotkey ********************************************************************************* Run, C:\Users\cwimm\Desktop\Spotify.exe Sleep 2000 if WinExist("Spotify Premium") WinActivate Send, {Ctrl down}l{Ctrl up} Click, ...
by dcjack86
Fri Feb 11, 2022 1:47 am
Forum: General discussion
Topic: How to send text to my computer from Google Assistant
Replies: 4
Views: 2538

Re: How to send text to my computer from Google Assistant

I have figured this out:
helpothers.PNG
helpothers.PNG (13.23 KiB) Viewed 2536 times
by dcjack86
Fri Feb 11, 2022 12:08 am
Forum: General discussion
Topic: How to send text to my computer from Google Assistant
Replies: 4
Views: 2538

How to send text to my computer from Google Assistant

I'm essentially trying to create a command:

"Hey, Google! Type to PC "This is a test"

I would like it to go to wherever the cursor is currently active.

Happy to provide more information and I'm grateful for any help.