Search found 11 matches

by captainsmackyou
28 Apr 2024, 17:32
Forum: Ask for Help (v1)
Topic: POST to unsigned HTTPS
Replies: 1
Views: 419

POST to unsigned HTTPS

I have a home audio solution called Wiim that allows me to control it via simple HTTPS requests. For example: https://192.168.1.90/httpapi.asp?command=setPlayerCmd:onepause will play or pause the device. Works fine in a browser as I can just bypass the untrusted certificate error... however, writing...
by captainsmackyou
19 Sep 2023, 22:42
Forum: Ask for Help (v1)
Topic: Detecting Key-Up of a Multi-Key hotkey Topic is solved
Replies: 2
Views: 275

Re: Detecting Key-Up of a Multi-Key hotkey Topic is solved

Thank you as always, mikeyww I can thank the asynchronous nature of autohotkey's hotkey detection that this works perfectly. I thought that keywait would halt execution of my entire script (and therefore, detection of other keys) until the condition of keywait had completed. Even though it's not, it...
by captainsmackyou
19 Sep 2023, 21:26
Forum: Ask for Help (v1)
Topic: Detecting Key-Up of a Multi-Key hotkey Topic is solved
Replies: 2
Views: 275

Detecting Key-Up of a Multi-Key hotkey Topic is solved

Simple enough question, but I can't figure out the correct terminology to search this forum for the answer: Let's imagine that I have a multi-key hotkey, for example #F1:: Below it I have code that functions when Winkey + F1 is pressed. No problems here. However, lets say I want to execute a separat...
by captainsmackyou
17 Sep 2023, 09:45
Forum: Ask for Help (v1)
Topic: Keypess "Counter" script for up and down volume controls Topic is solved
Replies: 3
Views: 311

Re: Keypess "Counter" script for up and down volume controls Topic is solved

mikeww, I am nowhere near the coder you are, (I think you're the GOAT around here and you've helped me before), but I felt lazy for not at least trying, and this works as well. Thanks for your contribution above, I am incorporating some elements from that as well. duration := 2000 timer := {} change...
by captainsmackyou
17 Sep 2023, 09:09
Forum: Ask for Help (v1)
Topic: Keypess "Counter" script for up and down volume controls Topic is solved
Replies: 3
Views: 311

Keypess "Counter" script for up and down volume controls Topic is solved

This is hard to explain so I will do my best-- I have several devices in my house that I can control the volume programmatically, but not rapidly. Pretend I have a Vizio TV that I can send a volume script to, but lets say, only one script every 5 seconds. So, the script needs to specify either volum...
by captainsmackyou
28 Feb 2023, 21:41
Forum: Ask for Help (v1)
Topic: Asynchronous Background Timer Topic is solved
Replies: 4
Views: 368

Re: Asynchronous Background Timer Topic is solved

Thank you so very much mikeyww and Rohwedder! I grabbed mikeyww's code before I saw Rohwedder's answer, but thank you both for taking the time to help! I have gone through the provided code in effort to understand what is actually happening rather than just copy-pasting. The only thing I changed abo...
by captainsmackyou
27 Feb 2023, 19:12
Forum: Ask for Help (v1)
Topic: Asynchronous Background Timer Topic is solved
Replies: 4
Views: 368

Asynchronous Background Timer Topic is solved

Hi all! I would like to pre-thank anybody who is willing to help with this little script. So, I'd like to achieves the following: I press Windows + (F1-F8) a first time. A TimerRunning variable is set to TRUE, A background timer of n seconds begins, a TimerRunning variables is set to True, but the s...
by captainsmackyou
20 Nov 2022, 13:25
Forum: Ask for Help (v1)
Topic: Advanced Window Manipulation - Unique Multimonitor Situation
Replies: 2
Views: 239

Re: Advanced Window Manipulation - Unique Multimonitor Situation

Thanks for the reply. I believe I have found the answer I am looking for, and I'll post my code but I'm not quite ready yet...
by captainsmackyou
20 Nov 2022, 12:15
Forum: Ask for Help (v1)
Topic: Advanced Window Manipulation - Unique Multimonitor Situation
Replies: 2
Views: 239

Advanced Window Manipulation - Unique Multimonitor Situation

Hello everybody, I have a somewhat unique setup. I have a single, powerful computer that acts as my workstation and my entertainment center for my home. At my desk, three monitors are always visible, but from other rooms in the house, only monitor 2, a non-primary monitor is visible. (See Image) htt...
by captainsmackyou
09 Nov 2022, 19:34
Forum: Ask for Help (v1)
Topic: SoundSet help
Replies: 2
Views: 339

Re: SoundSet help

I was able to solve this myself, with a bit more trial and error. I downloaded and created an AHK file out of the sample Sound Card Analysis script, and while that script could not tell my the physical device name of each Mixer ID, it did show me volume levels, which I used process of elimination to...
by captainsmackyou
09 Nov 2022, 19:11
Forum: Ask for Help (v1)
Topic: SoundSet help
Replies: 2
Views: 339

SoundSet help

Hi friends, I currently have a working script I use to control multiple audio output devices with modifier keys + volume controls. For example, Control + Shift + Volume Up increases the volume for a sound card called "Room - Kitchen" in Windows using a 3rd party volume control utility, SoundVolumeVi...

Go to advanced search