Hi,
On my laptop the Shift key is reported as pressed always if I do the following:
1) Press and hold right shift
2) Press and hold left shift
3) Release right shift
4) Release left shift
or vice-versa
Use code below to try it:
Is it just my keyboard?
On my laptop the Shift key is reported as pressed always if I do the following:
1) Press and hold right shift
2) Press and hold left shift
3) Release right shift
4) Release left shift
or vice-versa
Use code below to try it:
Graphics 640,480 While Not KeyHit(KEY_ESCAPE) Cls Local y:Int = 0 For Local i:Int = 8 Until 256 If KeyDown(i) DrawText "Key: "+i,0,y y:+ 20 EndIf Next Flip Wend
Is it just my keyboard?