Search found 113 matches

by abdohhh
05 Mar 2024, 07:14
Forum: Ask for Help (v2)
Topic: I need script for helding the right click
Replies: 1
Views: 49

I need script for helding the right click

Hi my friends,
I 'm using program called LD player for andrioed i need script that replace the touch change from helding the right click and drag it to the left or the right with keys arrows left and right
by abdohhh
09 Dec 2023, 17:23
Forum: Ask for Help (v2)
Topic: I want to adjust script
Replies: 3
Views: 245

Re: I want to adjust script

emp00 screen recorder is the program og my company that records the screen when these colors shows on screen so i minimize chrome when see these color to be able to open external links The problem in this script is that it works sometimes, stops from it's self, and doesn't minimize Chrome. I don't ...
by abdohhh
09 Dec 2023, 14:16
Forum: Ask for Help (v2)
Topic: I want to adjust script
Replies: 3
Views: 245

Re: I want to adjust script

Is there any one can help me ?
by abdohhh
08 Dec 2023, 15:56
Forum: Ask for Help (v2)
Topic: I want to adjust script
Replies: 3
Views: 245

I want to adjust script

i want to edit this script if you find any erorr in it without repat the same information without any need for that, the conept of this script is simple when see one of these color inside edge and inside spesfic coordinates just minmize chrome as soon as poosible because i need chrome window to be m...
by abdohhh
12 Nov 2023, 21:21
Forum: Ask for Help (v2)
Topic: i have a problem in script
Replies: 5
Views: 370

Re: i have a problem in script

No, if you need both open, then that isn’t the problem, and you should change it back. Are you sure that exact color (within the allowable variation) still appears? Can you post a screenshot of the screen when it stops working but you think the color is there? i am sure the colore is there but i do...
by abdohhh
12 Nov 2023, 04:18
Forum: Ask for Help (v2)
Topic: i have a problem in script
Replies: 5
Views: 370

Re: i have a problem in script

The line below means it exits the function without doing anything unless both browsers are open. So if either one of them is closed, the function does nothing. Is that what you want? if (!WinExist(Win1 := "ahk_exe msedge.exe") || !WinExist(Win2 := "ahk_exe chrome.exe")) I told you this here , and y...
by abdohhh
12 Nov 2023, 01:17
Forum: Ask for Help (v2)
Topic: i have a problem in script
Replies: 5
Views: 370

i have a problem in script

I have this script brifly it makes when see color on screen minmize chrome but it works for one or 3 times and then it stops from minmize chrome when see color i don't know why ?!! i need it to work always i don't know maby because i work another scripts beside him or the problem in main script ?! t...
by abdohhh
30 Oct 2023, 17:19
Forum: Ask for Help (v2)
Topic: I want a simple edit on script
Replies: 4
Views: 538

Re: I want a simple edit on script

@boiler
i am sorry if am not clear enough,you can replace ahk_exe onexcui.exe with " ahk_exe msedge.exe" yes, i wanna to minmize chrome when it see color on this position and the color i wrote it in script " 0x2f72cb,20".
by abdohhh
30 Oct 2023, 14:30
Forum: Ask for Help (v2)
Topic: I want a simple edit on script
Replies: 4
Views: 538

Re: I want a simple edit on script

Is there any one can help me ?
by abdohhh
30 Oct 2023, 00:49
Forum: Ask for Help (v2)
Topic: I want a simple edit on script
Replies: 4
Views: 538

I want a simple edit on script

I want to edit script to change coordinates to the numbers from photo x and y because when i change it it doesn't minmize chrome the last command, just it #Requires AutoHotkey v2.0 try SetTimer(MaxWin2, 100) MaxWin2() { if (!WinExist(Win1 := "ahk_exe onexcui.exe") || !WinExist(Win2 := "ahk_exe chrom...
by abdohhh
24 Oct 2023, 07:34
Forum: Ask for Help (v1)
Topic: I need script for chrome
Replies: 3
Views: 399

Re: I need script for chrome

Can someone help me on that?!
by abdohhh
23 Oct 2023, 21:32
Forum: Ask for Help (v2)
Topic: script for chrome and edge
Replies: 0
Views: 305

script for chrome and edge

Hi firends, i need script that when chrome is active and also edge in maxmized mode but now i am useing chrome i need when click outside chrome on edge minimize chrome not make it behined edge, i let photo explain what it mean chrome is active and edge is maxmized mode
image.png
image.png (189.26 KiB) Viewed 305 times
by abdohhh
23 Oct 2023, 11:19
Forum: Ask for Help (v1)
Topic: I need script for chrome
Replies: 3
Views: 399

Re: I need script for chrome

Is there any help ?
by abdohhh
22 Oct 2023, 23:56
Forum: Ask for Help (v1)
Topic: I need script for chrome
Replies: 3
Views: 399

I need script for chrome

Hi firends, i need script that when chrome is active and also edge in maxmized mode but now i am useing chrome i need when click outside chrome on edge minimize chrome not make it behined edge, i let photo explain what it mean chrome is active and edge is maxmized mode
image.png
image.png (189.26 KiB) Viewed 399 times
by abdohhh
22 Oct 2023, 22:40
Forum: Ask for Help (v2)
Topic: I want script for taskbar Topic is solved
Replies: 3
Views: 665

Re: I want script for taskbar Topic is solved

You could try: #Requires AutoHotkey v2.0 #HotIf MouseIsOver('ahk_class Shell_TrayWnd') ~LButton:: { static d := 0 SetTimer(() => ((d ? 0 : Send('{Media_Play_Pause}')), d := 0), -1 - (200 * (d := !d))) } #HotIf MouseIsOver(WinTitle) { MouseGetPos(,, &Win) return WinExist(WinTitle ' ahk_id ' Win) } T...
by abdohhh
22 Oct 2023, 12:40
Forum: Ask for Help (v2)
Topic: I want script for taskbar Topic is solved
Replies: 3
Views: 665

Re: I want script for taskbar Topic is solved

Is there any help ?
by abdohhh
21 Oct 2023, 13:39
Forum: Ask for Help (v2)
Topic: I want script for taskbar Topic is solved
Replies: 3
Views: 665

I want script for taskbar Topic is solved

Hi friends, I want script when double click left click on taskbar send {media_play_pause}
by abdohhh
20 Oct 2023, 10:33
Forum: Ask for Help (v2)
Topic: i wand script for double click
Replies: 8
Views: 774

Re: i wand script for double click

 Why not. I do not typically tailor my code to the level of the questioner. If there are parts you don't understand, please feel free to leave a follow-up question or comment. #Requires AutoHotkey v2.0 #SingleInstance Force *RButton::DoubleRB.count() Class DoubleRB { static _i:=0 ,_obmProc:=ObjBind...
by abdohhh
20 Oct 2023, 08:09
Forum: Ask for Help (v2)
Topic: i wand script for double click
Replies: 8
Views: 774

Re: i wand script for double click

Seven0528 wrote:
20 Oct 2023, 03:24
 You can use SetTimer with a negative value in place of the Period parameter, approximately around -250ms.
Create a variable and increment it by 1 each time you run SetTimer.
When the function associated with SetTimer is executed, reset the variable to 0.
would you make the script for me?
by abdohhh
19 Oct 2023, 20:38
Forum: Ask for Help (v2)
Topic: i wand script for double click
Replies: 8
Views: 774

i wand script for double click

i want script when prees right double click send Send {media_play_pause}

Go to advanced search