English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 30 November 2003, 09:11   #1
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
WinXP and right shift key

I just installed WinXP (had 98 before) and now I can no longer scroll fast in WinUAE by pressing shift + cursor keys. The right shift key is released when I press the cursor key and pressed again when I release the cursor key although I hold down the shift key all the time.

Rawkey events are like this (code / qualifier / description)

Pressing shift:

61 8002 RShift pressed

Pressing cursor up:

E1 8000 RShift released
4C 8000 Up pressed

Releasing cursor up:

CC 8000 Up released
61 8002 RShift pressed

Releasing right shift key:

E1 8000 RShift released

This is really strange and annoing. Is this a configuration item in WinXP ? It does not happen in Windows programs like Notepad or similar.

Keyboard setting is in compatibility mode and joystick settings are standard (PC mouse + PC joystick).
thomas is offline  
Old 30 November 2003, 09:59   #2
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Unfortunately it seems to be DirectInput bug in german Windows XP (or in german keyboard layout). Bernd Roesch has debugged it and confirmed that DirectInput sends false right shift release events with exactly the same timestamp when another key is released..

Left shift is working properly and this bug does not appear to happen in non-german Windows XP.

There may be a way for workaround if it does not happen in non-buffered DirectInput mode that most Windows games probably use. (WinUAE has to use buffered mode to not miss any events)
Toni Wilen is offline  
Old 30 November 2003, 22:56   #3
andreas
Zone Friend
 
Join Date: Jun 2001
Location: Germany
Age: 50
Posts: 5,857
Send a message via ICQ to andreas Send a message via AIM to andreas
Exclamation

Careful Toni, I have an uncomfortable feeling that fiddling with this *may* provoke Pinball Dreams "sticky flipper key" issue again.
andreas is offline  
Old 01 December 2003, 12:44   #4
derSammler
Senior Member
 
Join Date: Jun 2001
Location: Germany
Posts: 1,645
Careful andreas, don't contradict someone who surely knows it better than you.
derSammler is offline  
Old 05 December 2003, 09:26   #5
andreas
Zone Friend
 
Join Date: Jun 2001
Location: Germany
Age: 50
Posts: 5,857
Send a message via ICQ to andreas Send a message via AIM to andreas
Question

Huh? Can't seem to recall I *contradicted*.
I only warned, and I think Toni doesn't need YOU to answer, if he feels to defend himself, he might as well do this without help of others. Just keep out of this, please. OK?
andreas is offline  
Old 05 December 2003, 12:59   #6
derSammler
Senior Member
 
Join Date: Jun 2001
Location: Germany
Posts: 1,645
Quote:
I only warned, and I think Toni doesn't need YOU to answer <...>
Oh yeah, but he needs YOUR warnings, huh ? That's what I've said... He knows better that you, if it will provoke the Pinball Dreams "sticky flipper key" issue again or not.

Quote:
Just keep out of this, please. OK?
If I would say that to you, you wouldn't care... So why should I ?

Last edited by derSammler; 05 December 2003 at 14:01.
derSammler is offline  
Old 05 December 2003, 21:51   #7
andreas
Zone Friend
 
Join Date: Jun 2001
Location: Germany
Age: 50
Posts: 5,857
Send a message via ICQ to andreas Send a message via AIM to andreas
Arrow

Good question.
Moreover, was it me or you that was hunting for bugs and issues the last two weeks and being in direct contact with him?
So I'd keep my mouth shut real quick if I were you. I'm beginning to think that you want to play the role of Toni's lawyer.
andreas is offline  
Old 05 December 2003, 22:12   #8
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Could you please fight your conflict privately. It has nothing to do with the topic I started and it does not help me with the problem either. If you can contribute something useful, please do so. But otherwise shut up. Both of you.
thomas is offline  
Old 05 December 2003, 22:43   #9
andreas
Zone Friend
 
Join Date: Jun 2001
Location: Germany
Age: 50
Posts: 5,857
Send a message via ICQ to andreas Send a message via AIM to andreas
Thumbs up

Quote:
Originally posted by thomas
Could you please fight your conflict privately.
Good idea.

Last edited by andreas; 06 December 2003 at 14:55.
andreas is offline  
Old 06 December 2003, 10:23   #10
Quader
Registered User
 
Quader's Avatar
 
Join Date: Oct 2002
Location: Heidelberg/Germany
Age: 47
Posts: 49
Have you disabled the Windows XP "Feststelltaste" or whatever it is called?
Try pressing fast the strg-key on the right side, after 5 to 10 times there should pop up a windows that lets you configure this "extra item" in windows xp that may be some sort of helpful but not when using winuae or some other sort of emulator.
i first recognized it when gaming and after pressing strg a few times gaming was no more possible, because behind the winuae window there was this "pop up to configure the feststelltaste window". after disabling this feature in every submenue of this pop up everything was ok.

I think this may have something to do with your problem, if not i'm sorry that i wasted your time, good luck.
Quader is offline  
Old 06 December 2003, 10:53   #11
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
I've disabled all of the "Eingabehilfen".
thomas is offline  
Old 06 December 2003, 22:04   #12
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Well, I've written an AmigaOS input handler which eliminates the wrong key events. It's in the zone if somebody is interrested.
thomas is offline  
Old 22 April 2005, 04:52   #13
icreadence
 
Posts: n/a
Question

I just fixed my double harddrives to find that I have this right Shift problem. I have WinXP Pro SP2 and WinXP Pro SP1 and with SP2 I have the problem.
Did you find a solution to this?
 
Old 22 April 2005, 04:53   #14
icreadence
 
Posts: n/a
I need to mention I have a US version of XP
 
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dead shift keys... clownstyle support.Hardware 21 13 October 2013 22:30
Right Shift+Right Amiga works, but not Left shift+Left Amiga Photon support.WinUAE 13 22 November 2010 21:43
Sound shift mcferson support.WinUAE 26 15 October 2008 13:03
Problem with shift key in WinUAE Unregistered support.WinUAE 11 06 February 2004 23:30
Pinball Games: Shift key get stuck... Leo42 support.WinUAE 7 31 March 2003 01:50

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 23:44.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10499 seconds with 13 queries