Monolith DKP

Monolith DKP

687k Downloads

Chat option

jthom123 opened this issue · 2 comments

commented

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.

commented

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.

commented