Search found 8 matches

by moyprofile
04 Dec 2023, 20:02
Forum: General Discussion
Topic: AHK and Python, what's the difference, noob question
Replies: 3
Views: 873

AHK and Python, what's the difference, noob question

I heard that Python is also a scripting language. What's the difference with AHK? Can I do the same things I do with Python?
by moyprofile
29 Nov 2023, 09:56
Forum: Ask for Help (v1)
Topic: I want to stop it from running if color 0x553A09 at 1023,737
Replies: 4
Views: 367

Re: I want to stop it from running if color 0x553A09 at 1023,737

boiler wrote:
15 Nov 2023, 07:28
Please note that again, your thread was moved from the v2 section to the v1 section. Please post in the correct sub-forum in the future. Thank you.
how did you figure that it's a v1 code?
by moyprofile
15 Nov 2023, 07:19
Forum: Ask for Help (v1)
Topic: I want to stop it from running if color 0x553A09 at 1023,737
Replies: 4
Views: 367

I want to stop it from running if color 0x553A09 at 1023,737

I have a hotkey numlock:: run d:\Misc\myintro.m4a run "C:\Program Files (x86)\VB\Voicemeeter\voicemeeter.exe",C:\Program Files (x86)\VB\Voicemeeter WinWaitActive Voice MouseClick left,596,443,,0 sleep 100 MouseClick left,597,498,,0 winminimize Voice winwaitactive PotPlayer winminimize PotPlayer winw...
by moyprofile
07 Sep 2023, 10:54
Forum: Ask for Help (v1)
Topic: winexist wintitle doesn't work for me Topic is solved
Replies: 7
Views: 589

Re: winexist wintitle doesn't work for me Topic is solved

Your post miraculously cured the problem but only partly. Now English language in wintitle works but Russian doesn't. #Requires AutoHotkey v1.1.33 SetTitleMatchMode 2 F12:: run https://nekto.me/audiochat#/ sleep 2000 if WinExist("Nekto") msgbox WinGetTitle, title, A ;if title = Mozilla Firefox MsgB...
by moyprofile
06 Sep 2023, 23:19
Forum: Ask for Help (v1)
Topic: winexist wintitle doesn't work for me Topic is solved
Replies: 7
Views: 589

Re: winexist wintitle doesn't work for me Topic is solved

boiler wrote:
06 Sep 2023, 23:12
Just to be clear: It does not show a MsgBox saying Press OK to continue. and jumps right to the MsgBox showing "AutoHotkey Community - Post a new topic — Mozilla Firefox"?
Yes.
by moyprofile
06 Sep 2023, 22:13
Forum: Ask for Help (v1)
Topic: winexist wintitle doesn't work for me Topic is solved
Replies: 7
Views: 589

Re: winexist wintitle doesn't work for me Topic is solved

mikeyww wrote:
06 Sep 2023, 18:28
Hello,

With the default title match mode, only leading text of the window title will be found, but you can change the mode if you wish.

Explained: SetTitleMatchMode
I tried SetTitleMatchMode 1, 2 and 3. None worked.
by moyprofile
06 Sep 2023, 17:53
Forum: Ask for Help (v1)
Topic: winexist wintitle doesn't work for me Topic is solved
Replies: 7
Views: 589

winexist wintitle doesn't work for me Topic is solved

F12:: if WinExist("AutoHotkey Community - Post a new topic — Mozilla Firefox") msgbox WinGetTitle, title, A MsgBox, "%title%" return This doesn't show that my "AutoHotkey Community - Post a new topic — Mozilla Firefox" exists yet I make sure that it does with WinGetTitle. Can you explain? [Mod edit...
by moyprofile
18 Nov 2022, 08:22
Forum: SciTE4AutoHotkey
Topic: How do I make my Russian text normal instead of this?
Replies: 1
Views: 677

How do I make my Russian text normal instead of this?

How do I make my Russian text normal instead of this? https://imgur.com/a/unBmsjv

Go to advanced search