Roeshambo / MonolithDKP

DKP Interface for Monolith (WoW Classic Guild) (Development Repository)
29 stars 71 forks source link

Chat option #279

Closed jthom123 closed 4 years ago

jthom123 commented 4 years ago

When MonolithDKP is active-when typing in chat the arrow keys control the cursor in the message typing. Without Monolith DKP the arrow keys change the direction of your character.

I can't find a way to change this in options.

Roeshambo commented 4 years ago

It'll be removed in the next version as it was residual addition for me. But you can remove it yourself in init.lua line 443:

for i = 1, NUM_CHAT_WINDOWS do
        _G["ChatFrame"..i.."EditBox"]:SetAltArrowKeyMode(false);
    end

You can just delete that section.

jthom123 commented 4 years ago

Thank you!!

On Tue, Jan 7, 2020, 10:45 PM Roeshambo notifications@github.com wrote:

It'll be removed in the next version as it was residual addition for me. But you can remove it yourself in init.lua line 443:

for i = 1, NUM_CHAT_WINDOWS do _G["ChatFrame"..i.."EditBox"]:SetAltArrowKeyMode(false); end

You can just delete that section.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Roeshambo/MonolithDKP/issues/279?email_source=notifications&email_token=AOG5UWRZMLRUDPFKNGRNMTDQ4VK5FA5CNFSM4KEAHTU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEILFMBA#issuecomment-571889156, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOG5UWTSB762LYCSH2Z3UJLQ4VK5FANCNFSM4KEAHTUQ .