While script is running, how to disable a ‘Hotkey If, ‘?
I have the following script, the x
hotkey can only be fired if active
has 1
, this is as desired:
Autohotkey Chrome. Switch case
Could you help fix my code please?
I got an error message as attached picture enter image description here
Chrome AHK case statement
I am using Chrome AHK. What is wrong with switch case in my code?
Chrome AHK Case
Anyone could help with Chrome AHK please?
I don’t know what is wrong with switch case in my code?
is it possible to merge two autohotkey script?
Is it possible to join these 2 script?
This to use my remote control RC Modelism and the helmet VR oculus quest 2
I would like to use that the H and B keys on the VR Oculus Quest helmet and on the transmitter control RC the space key, the rest can delete it
Character mapping suddenly wrong
I have been using AutoHotKey to get special characters quickly for a few years. Recently I have noticed that my character mappings no longer work and is outputting various other things? Does anyone know why this may be? An update in Windows?
How to get mouse position then copy the position into clipboard. In AutoHotKey V2
f4:: { MouseGetPos (&MouseX, &MouseY) pos:= &MouseX , &MouseY ;I want to add tooltip showing the pos, but don’t know how to A_Clipboard := “” A_Clipboard := pos Send “^c” ClipWait 2, 1 MsgBox “Copied position” } I feel like the answer is very simple, but I’ve searched around and found nothing. autohotkey New contributor […]
Getting mouse position and copying position into clipboard. In AutoHotKey V2
f4::
{
MouseGetPos (&MouseX, &MouseY)
pos:= &MouseX , &MouseY
;I want to add tooltip showing the pos, but don’t know how to
A_Clipboard := “”
A_Clipboard := pos
Send “^c”
ClipWait 2, 1
MsgBox “Copied position”
}
How to set key(tab key) to nothing using Autohotkey
Basically my tab key for some reason keeps spamming, I went to a repair shop and they couldn’t figure it out. We tried removing the key to try to fix the problem to check if maybe a crumb got left or something. I used to have the same problem with the k key. Now neither key works when I press them, they have mind of their own.
Always showing a window above standard ‘on top’ windows
I have two windows that I always need to be unobscured, even against windows that have alwaysOnTop
.