ALT-<Every Key> gets pressed when I move or switch win

WinEQ 2.0 Pro discussion and support

Moderators: Lavish Software Team, Moderators

Post Reply
jblow
GamingTools Subscriber
Posts: 1
Joined: Wed Nov 03, 2004 6:50 pm

ALT-<Every Key> gets pressed when I move or switch win

Post by jblow » Fri Nov 12, 2004 1:20 am

Quite often in EQ when I move or switch from one window to another, The screen will go black then take me back to the character select screen. When I log in, it looks like ALT plus every key got pressed as all my menus are all over the screen and my HUD is gone. I basically have to hold down ALT then press every key one by one to get things back to normal. I'm sure I'm getting dropped back to the login screen due to ALT-X getting sent when this happens rather than a crash. Anyone have any idea why this happens?

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Fri Nov 12, 2004 1:25 am

It has something to do with MQ2, but we havent found out what exactly

MrOuija_AK
GamingTools Subscriber
Posts: 17
Joined: Mon Jul 12, 2004 12:59 pm

Post by MrOuija_AK » Mon Nov 15, 2004 11:43 am

Same thing here. Should we discuss which plugins and such we're all running on MQ forums then to help track the bug down?

Bombadil
GamingTools Subscriber
Posts: 60
Joined: Wed Jul 07, 2004 9:10 pm

Post by Bombadil » Mon Nov 15, 2004 12:18 pm

Thats not the cause. It happens even when using WinEQ for EQ2

MrOuija_AK
GamingTools Subscriber
Posts: 17
Joined: Mon Jul 12, 2004 12:59 pm

Post by MrOuija_AK » Mon Nov 15, 2004 12:22 pm

Possibly somehting in the code lax has been adding to fix sticky keys?

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Mon Nov 15, 2004 1:44 pm

Nah, I have a guess and it may be fixed in the next version

Narger
Non-Subscriber
Posts: 8
Joined: Thu Jul 15, 2004 4:06 pm

Post by Narger » Tue Nov 16, 2004 7:07 pm

This is happening to me as well with WinEQ 2.0 in EQ.

Narger
Non-Subscriber
Posts: 8
Joined: Thu Jul 15, 2004 4:06 pm

Post by Narger » Sat Nov 20, 2004 1:41 am

This problem is still occuring, Lax. Is it still being looked into atm or was it supposedly fixed in this latest release?

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sat Nov 20, 2004 2:30 am

I hadnt gotten any more feedback on it, so I assumed it was fixed. I'll see what I can do

Yozick
GamingTools Subscriber
Posts: 2
Joined: Sat Jul 10, 2004 2:53 pm

Post by Yozick » Fri Dec 03, 2004 5:34 pm

I get something like this everytime I 2 box in EQ1 using wineq2.05
Often keys seem to get stuck and i can see an "AC" like for Alt and Ctrl up near my mem usage. if i hit my alt and control keys again it goes away. But if not I end up switch toons or opeing up some setting save option or even opening 1-5 new windows of EQ. This is very annoying to the point I want to cry! I am running winxp pro and have switched some hotkeys in eq but nothing really special that i think would effect this.

Any feed back would be great!

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Fri Dec 03, 2004 5:51 pm

What you're experiencing is completely different from the problem they are having with MQ2... but sometimes the Ctrl, Alt, Shift, and Win keys can get "stuck" when switching sessions. If you can figure out specifically when that happens, then it can probably get fixed. Right now, it should automatically release them when you switch to a session (the other window will still show them being held down until you switch back to it)

Unchayned
GamingTools Subscriber
Posts: 51
Joined: Sat Oct 09, 2004 9:22 am

Post by Unchayned » Tue Dec 07, 2004 4:06 am

This happens to me a TON, but I use MQ2 and quite a few macros with /nomodkeys as well as plugins that do something like:

Code: Select all

// nomodkeys
bool KeyboardFlags&#91;4&#93;;
*&#40;DWORD*&#41;&KeyboardFlags=*&#40;DWORD*&#41;&&#40;&#40;PCXWNDMGR&#41;pWndMgr&#41;->KeyboardFlags;
*&#40;DWORD*&#41;&&#40;&#40;PCXWNDMGR&#41;pWndMgr&#41;->KeyboardFlags=0;	
SendWndClick&#40;foo,bar,baz&#41;;
*&#40;DWORD*&#41;&&#40;&#40;PCXWNDMGR&#41;pWndMgr&#41;->KeyboardFlags=*&#40;DWORD*&#41;&KeyboardFlags;
Due to my setup there's a very high chance of these type of events going off at any given time. Could this be adding to the problem? Is there a better way than the code above to implement "/nomodkeys /notify xyz"?

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Tue Dec 07, 2004 11:20 am

No, that's the best way to do that.

Post Reply