Most voted "autohotkey" questions
6 questions
Sort by count of
-
2
votes1
answer401
viewsClipboard with content filter - Autohotkey
you have an idea of how to automate the following situation? I’m using Autohotkey for this. I will tell you the situation and then I will tell you the hypotheses I considered (part of them only,…
-
2
votes1
answer38
viewsScript with Multiple Submissions
I am with the following doubt. I am trying to make a script in AHK that performs the following function: When pressed mouse keying (XB1), the script should send [Shift+F1], just after holding down…
autohotkeyasked 5 years, 8 months ago Marcelo Garoze 23 -
1
votes0
answers78
viewsAHK - log in and warn with beep
Good. I have an AHK script that needed work, but it’s beyond what I can do. The question is simple, drip a website and in case of failure, present two information. One of them, the last time and…
autohotkeyasked 6 years, 2 months ago NunoFernandes 11 -
1
votes1
answer62
viewsProblem with script?
I’d like to try to solve my problem. I made a SCRIPT in the program AUTOHOTKEY in which I use a combination key UP(up arrow) + LEFT (left arrow) and this combination activates the Numpadhome key,…
autohotkeyasked 5 years, 9 months ago Guilherme Queiroz 11 -
0
votes1
answer130
viewsAutohotkey: detect Num Lock enabled/disabled
Using Autohotkey, I want to change the function of the *(Numpadmult) key from the number pad to Tab, but only when Num Lock is disabled. When Num Lock is active, it should remain *. As is possible?…
autohotkeyasked 9 years, 6 months ago Tadeu 11 -
-1
votes1
answer129
viewsConvert Autohotkey script to C# or VB6
I would like to convert the following script done with AutoHokey: DllCall("shdocvw\SetShellOfflineState", "int", False) With that script I can "take" the Internet Explorer in the way offline without…