Search found 15 matches

by mike2003
18 Sep 2021, 17:34
Forum: Scripts and Functions (v1)
Topic: Cursor Highlighter
Replies: 77
Views: 59405

Re: Cursor Highlighter

Is it possible to make a ring around the cursor? Not full circle.
by mike2003
13 Sep 2021, 03:47
Forum: Ask for Help (v1)
Topic: How do I use ahk_exe for names with spaces? Topic is solved
Replies: 1
Views: 789

How do I use ahk_exe for names with spaces? Topic is solved

I need such a limitation for the script, but it doesn't work. How to use ahk_exe when the process name contains spaces?

#If WinActive ("ahk_exe Some Name.exe")

The name of the program "Some Name.exe"
by mike2003
29 May 2018, 17:06
Forum: Ask for Help (v1)
Topic: How to exit the program?
Replies: 2
Views: 715

Re: How to exit the program?

No, autoit (or bat file) exit for autohotkey script
by mike2003
29 May 2018, 15:50
Forum: Ask for Help (v1)
Topic: How to exit the program?
Replies: 2
Views: 715

How to exit the program?

I have several running scripts. In tray.
How can I exit from one script, but save the others?
I want to do this with the help of AutoIt.
by mike2003
16 May 2018, 14:54
Forum: Ask for Help (v1)
Topic: Condition for checking the button assignment
Replies: 13
Views: 2610

Re: Condition for checking the button assignment

Optimization)
Typically, these functions can not only toggle, but also read the values.
by mike2003
16 May 2018, 14:38
Forum: Ask for Help (v1)
Topic: Condition for checking the button assignment
Replies: 13
Views: 2610

Re: Condition for checking the button assignment

I already did that. I was looking for a method without unnecessary vars.
by mike2003
16 May 2018, 13:32
Forum: Ask for Help (v1)
Topic: Condition for checking the button assignment
Replies: 13
Views: 2610

Re: Condition for checking the button assignment

No. need condition for check F1=ON or OFF

Code: Select all

F1::
	some code

F2::
	IF F1=ON
		some code
		Hotkey, F1, Off
	ELSE
		some code
		Hotkey, F1, On
by mike2003
16 May 2018, 12:01
Forum: Ask for Help (v1)
Topic: Condition for checking the button assignment
Replies: 13
Views: 2610

Re: Condition for checking the button assignment

All is clear, and you are a troll.
by mike2003
16 May 2018, 07:02
Forum: Ask for Help (v1)
Topic: Condition for checking the button assignment
Replies: 13
Views: 2610

Re: Condition for checking the button assignment

just tell me how to find the hotkey status ON or OFF
by mike2003
16 May 2018, 06:35
Forum: Ask for Help (v1)
Topic: Condition for checking the button assignment
Replies: 13
Views: 2610

Re: Condition for checking the button assignment

whenever c is pressed
no
just custom toggle Hotkey status with different code
this is for other hotkey (not c)
by mike2003
16 May 2018, 05:27
Forum: Ask for Help (v1)
Topic: Condition for checking the button assignment
Replies: 13
Views: 2610

Condition for checking the button assignment

I want to turn the button on and off (not Toggle)

if c
SoundBeep 1
Hotkey, c, Off

if no c
SoundBeep 2
Hotkey, c, On


How can I check the button?
by mike2003
22 Jul 2015, 08:26
Forum: Ask for Help (v1)
Topic: different types of pressing a single button
Replies: 5
Views: 2016

Re: different types of pressing a single button

Code: Select all

Hotkey, a, off
Send a
Hotkey, a, on
perhaps this is the solution.
by mike2003
22 Jul 2015, 06:55
Forum: Ask for Help (v1)
Topic: different types of pressing a single button
Replies: 5
Views: 2016

different types of pressing a single button

a:: WinGetTitle, Title, A if Title="___" { Send q } else { Send a } return when the code running in the section "else" i see this error: http://i.imgur.com/EaImREe.jpg just 1 press of "a". It looks like AHK try to handle himself. and i cant see actual pressing "a" in app. How can I specify a differ...
by mike2003
09 Mar 2015, 10:29
Forum: About This Community
Topic: 1.1.20.00 download gives 404
Replies: 8
Views: 7133

Re: 1.1.20.00 download gives 404

i cant download any version from http://ahkscript.org/download/
where is link?
by mike2003
09 Mar 2015, 09:48
Forum: Ask for Help (v1)
Topic: ControlSend dont works in BG
Replies: 0
Views: 1049

ControlSend dont works in BG

I tried this command:

Code: Select all

ControlSend ,,3,WARFRAME
but it only works when the window WARFRAME is active and only in chat.
And does not do anything against the background
what am I doing wrong?

PS
send {3} works

Go to advanced search