Relative Content

Tag Archive for autohotkey

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 […]

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.