Search found 7 matches

by johnatan757
30 Oct 2023, 18:35
Forum: Ask for Help (v1)
Topic: help with rbutton search pixel
Replies: 7
Views: 688

Re: help with rbutton search pixel

Please post your revised script in a new reply. #Persistent #KeyHistory, 0 #NoEnv #HotKeyInterval 1 #MaxHotkeysPerInterval 127 #InstallKeybdHook #UseHook #SingleInstance, Force #Persistent ; (Interception hotkeys do not stop AHK from exiting, so use this) #include Lib\AutoHotInterception.ahk global...
by johnatan757
30 Oct 2023, 16:42
Forum: Ask for Help (v1)
Topic: help with rbutton search pixel
Replies: 7
Views: 688

Re: help with rbutton search pixel

GUI checkbox to enable selected hotkeys ; This script creates a GUI that sets a context for selected hotkeys #Requires AutoHotkey v1.1.33 guiPos := [A_ScreenWidth - 150, 155] ; GUI position (x, y) Gui +AlwaysOnTop +ToolWindow Gui Font, s10 Gui Color, FFFF9E Gui Add, Checkbox, w60 vactive gGo, &Acti...
by johnatan757
30 Oct 2023, 16:39
Forum: Ajuda e Suporte Geral
Topic: ajuda com ~RButton e searchpixel
Replies: 2
Views: 1180

Re: ajuda com ~RButton e searchpixel

alguem pf ?
by johnatan757
29 Oct 2023, 10:18
Forum: Ask for Help (v1)
Topic: help with rbutton search pixel
Replies: 7
Views: 688

Re: help with rbutton search pixel

Ideas are below. This script demonstrates how you can troubleshoot and understand what your script does. Tips: 1. Use indentation where appropriate. This provides a visual aid. 2. A hotkey cannot be defined via :: inside a loop or other control-flow statement. #Requires AutoHotkey v1.1.33 ~RButton:...
by johnatan757
28 Oct 2023, 11:01
Forum: Ask for Help (v1)
Topic: help with rbutton search pixel
Replies: 7
Views: 688

help with rbutton search pixel

hi, When I press the rbutton and lbutton to send the middle, the script below does not work, it stops giving search pixel, but if I release the buttons, and just hold the rbutton it gives searchpixel ~RButton & ~LButton:: MouseClick, Middle Sleep 10 KeyWait LButton Return Loop, { ~RButton:: while Ge...
by johnatan757
28 Oct 2023, 10:57
Forum: Ajuda e Suporte Geral
Topic: ajuda com ~RButton e searchpixel
Replies: 2
Views: 1180

ajuda com ~RButton e searchpixel

bom dia, estou com problema quando estou adicionando a seguinte função ~RButton & ~LButton:: MouseClick, Middle Sleep 10 KeyWait LButton Return ele está executando certo, porém enquanto está pressionado o rbutton e lbutton não esta executando o codigo Loop, { ~RButton:: while GetKeyState("RButton") ...

Go to advanced search