Date
1 - 2 of 2
pressing shift capslock m with an ahk script?
mslion
Hi all,
How can I press the key combination shift capslock m with ahk?
|
|
Tyler Spivey
I couldn't get it working with caps lock, but try insert.
toggle quoted messageShow quoted text
send {insert down} send +m send {insert up}
On 1/15/2021 7:47 PM, mslion wrote:
Hi all,
|
|