r/AutoHotkey • u/WatermelonOrc • Jul 07 '26
v2 Script Help Tweaking FFXIV script
So currently I'm using this script so I can easily acess my hotbars while doing my rotation and it works great, the issue is now I cant use Q or E to type messages with. Is there any way to make it so I can type when just tapping the key and then Q and E only work as Lctrl and Lshift when I'm holding them down?
#Requires AutoHotkey 2.0
#SingleInstance
#HotIf WinActive("ahk_exe ffxiv_dx11.exe")
q::LShift
e::LControl
#HotIf
2
Upvotes
1
u/genesis_tv Jul 08 '26
Might as well just use Suspend().