Search found 47 matches

by hiahkforum
16 Feb 2024, 14:23
Forum: Ask for Help (v2)
Topic: Very simple thing... Or maybe not? Topic is solved
Replies: 12
Views: 481

Re: Very simple thing... Or maybe not? Topic is solved

boiler It wasn't obvious in the help where I should put the braces to make my script work. Your example is very clear, thank you. Now I'm trying to make my script work as stable as possible by using the ControlSend command to send commands to a specific window. But I found that ControlSend works wi...
by hiahkforum
11 Feb 2024, 07:24
Forum: Ask for Help (v2)
Topic: Very simple thing... Or maybe not? Topic is solved
Replies: 12
Views: 481

Re: Very simple thing... Or maybe not? Topic is solved

By the way, I actually tried the AND operator, but I did it with HotIfWinNotActive, so I thought it didn't work.
by hiahkforum
11 Feb 2024, 07:19
Forum: Ask for Help (v2)
Topic: Very simple thing... Or maybe not? Topic is solved
Replies: 12
Views: 481

Re: Very simple thing... Or maybe not? Topic is solved

boiler You both are my saviors! :angel: I think, the last question for today, if you please. I'm trying to do the loop of this: *k::{ SetKeyDelay 20, 20 SendEvent "^{F7}" Sleep 100 SendEvent "^{F3}{Home}{Tab 5}{Enter}" Sleep 600 SendEvent "se" Sleep 400 SendEvent "{Down}{Enter}{BackSpace 2}" Sleep ...
by hiahkforum
11 Feb 2024, 03:54
Forum: Ask for Help (v2)
Topic: Very simple thing... Or maybe not? Topic is solved
Replies: 12
Views: 481

Re: Very simple thing... Or maybe not? Topic is solved

boiler Could you answer another noob question on the same topic? Why doesn't this function work, even though at first glance everything should be fine? The only thing that is there is a strange "HotIf" as part of the function itself. #HotIf HotIfWinNotActive("ahk_class Qt5152QWindowIcon") :*?:@y::@...
by hiahkforum
11 Feb 2024, 02:40
Forum: Ask for Help (v2)
Topic: Very simple thing... Or maybe not? Topic is solved
Replies: 12
Views: 481

Re: Very simple thing... Or maybe not? Topic is solved

@boiler Ohhhh, I've been digging through the manual so much, but I've never seen anything like this. Thank you so much, it works! :bravo:
by hiahkforum
11 Feb 2024, 02:25
Forum: Ask for Help (v2)
Topic: Very simple thing... Or maybe not? Topic is solved
Replies: 12
Views: 481

Re: Very simple thing... Or maybe not? Topic is solved

Rohwedder Thank you so much for your help! I apologize for not answering so long. :( I knew I was just wasting my time trying to figure something out because your solution doesn't even come close to my idea of how it should work. In Windows your script works perfectly like a charm! But for use with...
by hiahkforum
08 Feb 2024, 05:01
Forum: Ask for Help (v2)
Topic: Very simple thing... Or maybe not? Topic is solved
Replies: 12
Views: 481

Very simple thing... Or maybe not? Topic is solved

Hi, I am very new at scripting. Spent the entire day to find out the solution, but it got too complicated for my level of skills. I have many scripts in this format: >^.:: { SendEvent "123456{Enter}{RCtrl}" } >^;:: Send "@yahoo.com{RCtrl}" } >^]::{ SendEvent "{Raw}" A_Clipboard Send "{RCtrl}" } It a...

Go to advanced search