Shift macro lag since expac [FIX INSIDE]

Since the expansion launch, I am getting a slight delay in using abilities when using [mod:shift] macros. I tend to press my buttons quickly and sometimes, a shift macro ability does not get cast and it instead tries to cast the non-shift ability. It seems like there is some kind of keyboard input lag that does not register the shift key being pressed.

For example, on my warrior I have this macro on my E key:
#showtooltip
/cast [mod:shift] Heroic Leap; [mod:alt] Spell Reflection; [mod:ctrl, help, exists] Intervene; [mod:ctrl] Charge; Shield Slam

I quickly hold shift, then press E, then let go of shift, then let go of E to leap somewhere, but it tells me “target is too far away” and tries to use Shield Slam instead.

The same thing happens on my Evoker for Dragonrage with this macro:
#showtooltip
/cast [mod:shift] Dragonrage(Red); Disintegrate(Blue)

The Warrior’s macro has been around for several expansions and I have had absolutely no issues with it before. I don’t use ctrl and alt modifiers as often as shift, so I have not noticed an issue with those. My shift key does work fine; it just seems like I need to hold it down for a split-second longer than usual now.

I’m wondering if anyone else has experienced any such issue.


EDIT: I think I just fixed this! Somehow my CVar setting for ActionButtonUseKeyDown got set to off. This setting, when set On or 1, makes it so that actions execute when you press down the key; or when set Off or 0, makes it so they execute when you release the key.

I was able to set it correctly using the addon AdvancedInterfaceOptions, or you can run the following command in chat:

/console ActionButtonUseKeyDown 1
2 Likes

yup I have the same problem with alt key, driving me insane, tends to happen more often recently after an alt tab and in open world, not so much in instances at least.

it feels like whatever cpu thread blizzard is using to detect modifier key changes had its priority lowered drastically, and any kind of frame lag makes it much worse.

actually, when I’m at the training dummies in Valdrakken, sometimes it doesn’t even detect me pressing my modifier keys at all!

I wanted to blame the Windows 22H2 update lol

2 Likes

Yep, I noticed it happens with alt, ctrl, and shift. Did not notice a difference between open world and instances. As far as Windows, I’m on 21H2.

Unfortunately none of my friends use modifier keys for their abilities so I can’t ask anyone I know if they experience this.

What kind of keyboard do you have? I have a Logitech G510, using the Logitech Gaming Software 9.04.49.

have you tried this fix?
type in your chat
/console SpellQueueWindow 150+world ms
e.g for me i typed /console SpellQueueWindow 176

after you changed the value type to confirmed it’s changed /dump GetCVar(“SpellQueueWindow”)

I tried that, and it made things so much worse lol

Forgot to reply. That did not seem to do anything for me.

ah well it worked for me. Hopefully they get this fix for everyone soon

Been having problems with modifiers on the mouse wheel key binds randomly stop working. Sometimes the mouse wheel key bind will stop working entirely.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.