Need Help Mapping Equals Sign

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
UberTraffic
Posts: 1
Joined: 23 Oct 2021, 19:51

Need Help Mapping Equals Sign

Post by UberTraffic » 23 Oct 2021, 20:10

I have this simple script that works for the most part. The problem is, whenever I press y, the equals sign won't show up. Can anyone help?
r::-
y::=
[::

Suspend

return

User avatar
boiler
Posts: 16772
Joined: 21 Dec 2014, 02:44

Re: Need Help Mapping Equals Sign

Post by boiler » 23 Oct 2021, 21:51

Do you have another script running that uses the y key as a hotkey?

User avatar
mikeyww
Posts: 26602
Joined: 09 Sep 2014, 18:38

Re: Need Help Mapping Equals Sign

Post by mikeyww » 24 Oct 2021, 07:40

If the script is suspended, then the hotkeys will not be triggered.

Post Reply

Return to “Ask for Help (v1)”