Search found 115 matches

by Shekhar Singh
25 Jan 2024, 04:21
Forum: Ask for Help (v2)
Topic: String command in V2. Topic is solved
Replies: 6
Views: 672

Re: String command in V2. Topic is solved

Code: Select all

f9::
msgbox "started/paused"
Send ("f9")
Exit
Is this right.
by Shekhar Singh
25 Jan 2024, 04:17
Forum: Ask for Help (v2)
Topic: Help with string command
Replies: 5
Views: 290

Re: Help with string command

Code: Select all

f9::
msgbox "started/paused"
Send ("f9")
Exit
is this code, right
by Shekhar Singh
24 Jan 2024, 10:59
Forum: Ask for Help (v2)
Topic: want code to change to the edge if chrome is active application & vice-versa.
Replies: 1
Views: 98

want code to change to the edge if chrome is active application & vice-versa.

Suppose, i have both chrome & edge open,
Could anyone help me with an if command.
If lets say chrome and edge browser is open,
I want it to change to the edge if chrome is active application & vice-versa.
by Shekhar Singh
23 Jan 2024, 04:35
Forum: Ask for Help (v2)
Topic: Help with string command
Replies: 5
Views: 290

Re: Help with string command

f9::
Send {f9}
Sleep 20
Send {win} ;Windows key
Exit

this looks okay?
by Shekhar Singh
23 Jan 2024, 03:53
Forum: Ask for Help (v2)
Topic: Help with string command
Replies: 5
Views: 290

Help with string command

Please fix this line of code. (v2)

Code: Select all

f9::Send f9
Sleep 20
Send win                 ;Windows key
Exit
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
by Shekhar Singh
18 Jan 2024, 02:37
Forum: Ask for Help (v2)
Topic: something strange happened when i used click command.
Replies: 1
Views: 124

something strange happened when i used click command.

Click 572 21
Exit

My computer behaved strangely with repeated dip dip dip sound on this line of code.
by Shekhar Singh
14 Jan 2024, 15:27
Forum: Ask for Help (v2)
Topic: why is this error coming into my script
Replies: 7
Views: 228

Re: why is this error coming into my script

thanks, @boiler & @mikeww for help. ( i have previously worked with v1. However, I had tried working v2 this time as i thought this the more updated version)
by Shekhar Singh
14 Jan 2024, 14:50
Forum: Ask for Help (v2)
Topic: why is this error coming into my script
Replies: 7
Views: 228

why is this error coming into my script

why is this error coming into my script, few days it was fine ; Alt+Tab when F1 is pressed F1::!Tab Exit #1::Run "https://www.collincad.org/propertysearch" Exit #2:: Run "https://matrix.pi-ei.com/login?redir=home%3fut%3dResidential%26productDataSet%3dPro%26search%3dUHJvcG5hbWU9QXF1YXJlbmElMjBTcHJpbm...
by Shekhar Singh
02 Jan 2024, 15:05
Forum: Ask for Help (v2)
Topic: Help with script
Replies: 1
Views: 157

Help with script

Code: Select all

f1::!tab
return



f5::Send "{Click}"

f6::Send, Wheelup
f7::Send, Wheeldown
is this way of writing code right without using return

image.png
image.png (17.64 KiB) Viewed 154 times
i got the following error
by Shekhar Singh
02 Jan 2024, 14:47
Forum: Ask for Help (v2)
Topic: String command in V2. Topic is solved
Replies: 6
Views: 672

Re: String command in V2. Topic is solved

it used to work in v1 when i used to draft something like this
by Shekhar Singh
01 Jan 2024, 23:38
Forum: Ask for Help (v2)
Topic: String command in V2. Topic is solved
Replies: 6
Views: 672

String command in V2. Topic is solved

Hi, how will series of command look like in v2. I have been a v1 user.. could someone correct this code.

Code: Select all

f1::
Send, f
Sleep 100 (100 milisec)
Send, !tab
Sleep 100 
Send, f

Exit
by Shekhar Singh
17 Nov 2023, 10:56
Forum: Ask for Help (v1)
Topic: different text on pressing samekey.
Replies: 2
Views: 286

different text on pressing samekey.

Could someone help with this script.
If I press space bar once, ahk should give me a text.
If I press space bar twice, ahk should give me a different text.

Text could be in notification boxes or anything.
by Shekhar Singh
11 Jul 2023, 03:13
Forum: Ask for Help (v1)
Topic: adjusting f2 key for excel.
Replies: 1
Views: 211

adjusting f2 key for excel.

hi, i have f2 key assigned for alt + tab.
could i someway make adustment for active app excel, so that it normally behaves like a f2 key.
by Shekhar Singh
09 Jul 2023, 17:28
Forum: Ask for Help (v2)
Topic: moving cursor over screen
Replies: 2
Views: 212

moving cursor over screen

i wish to move cursor over screen, without not actually clicking anywhere. in for 20 - 25 mins. so that , i could see the time in youtube video of how much video is left. can anyone suggest code for this.
by Shekhar Singh
07 Apr 2023, 01:25
Forum: Ask for Help (v1)
Topic: stop loop
Replies: 4
Views: 367

Re: stop loop

So, it is used like this ,

f8::Break
return

that will break all active loops in script.
by Shekhar Singh
06 Apr 2023, 10:30
Forum: Ask for Help (v1)
Topic: stop loop
Replies: 4
Views: 367

stop loop

how to stop loop command without exiting a script.
by Shekhar Singh
26 Mar 2023, 15:34
Forum: Ask for Help (v1)
Topic: making ppt from images
Replies: 4
Views: 231

Re: making ppt from images

hi , sir this is way too advanced for me . can you please check the one alt + tab formula , that ' isn;t working on standalone basis .
by Shekhar Singh
26 Mar 2023, 15:18
Forum: Ask for Help (v1)
Topic: making ppt from images
Replies: 4
Views: 231

Re: making ppt from images

as , i notice even moving right is not working .i fixed by putting brackets, !tab isn't working now.
by Shekhar Singh
26 Mar 2023, 15:01
Forum: Ask for Help (v1)
Topic: making ppt from images
Replies: 4
Views: 231

making ppt from images

HI , can someone please correct my script . What script is trying to do . ( I have many snips which i want to make a ppt from , such that each image / snip gets pasted into separate slide . ) #\:: Loop, 5 { Send,^c ;copy Sleep 200 Send,Right ; selecting next image Sleep 200 Send,!tab ; moving frm fo...
by Shekhar Singh
20 Mar 2023, 16:02
Forum: Ask for Help (v1)
Topic: Website
Replies: 1
Views: 173

Website

can ahk detect specific websites being used and program hotkeys with that the same way it does for apps or it isn't possible .

Go to advanced search