TimothyLuke / GSE-Advanced-Macro-Compiler

GSE is an alternative advanced macro editor and engine for World of Warcraft.
https://discord.gg/gseunited
MIT License
208 stars 70 forks source link

Alt mod key doesn't seem to work in "Key Press" #789

Closed Tovrin closed 3 years ago

Tovrin commented 3 years ago

Ever since the last update, I've had issues with my macro mods that live in the KeyPress section.

I use the following mods in my KeyPress: /cast [mod:shift,@cursor] Flare /cast [mod:ctrl,@cursor] Resonating Arrow /castsequence [mod:alt,@cursor] reset=24 Tar Trap, Flare

Previously I had no problems with the alt mode firing off, but since that last update, nothing happens. Shift and ctrl work fine ... it's only alt. It also makes no difference I rearrange them in the lines in a different order either.

Any ideas?

Edit: It tried it out in my main section as well. Same problem. It appears the alt mod is not working at all.

TimothyLuke commented 3 years ago

Fix your Key Bindings. You have Alt+ whatever key you use for your macro bound to something else. It has nothing to do with the GSE update as all that did was add a warning if your PostMacro was invalid.

Tovrin commented 3 years ago

I haven't used alt anywhere in my keybindings. My setup hasn't changed at all and this only started happening since the last update.

Tovrin commented 3 years ago

NM! You've comment twigged me to check something completely separate.

I added the oPie addon and it was conflicting. When I removed its bindings, everything worked!

An ID10T error on my part. Apologies Timothy.

TimothyLuke commented 3 years ago

NP at all.