-
Keyboard
Ok im trying to solve a problem for a game i play, CS, but first trying to figure out what problem is called. From what i know of it i think it is a windows setting but who knows. When you press 1 button on the keyboard you are not allowed to press another until releasing the first. Can get very annoying and jsut trying to find out how to fix it so stops.
thanks
-
In the desktop are you saying that you cannot press things like windows key + l to lock the system, or windows+e for explorer? Does this only happen in your cs game?
-
I think he means ... 'run forward & left' at the same time or whatever .... in which case is what you want 'Filterkeys' in the accessability options ....
Have a look at this
... though having said that, usually if the game supports pressing 'multiple' keys at once ... some games programmer was way ahead of me & enabled it (or did his own keyboard input buffering) for the application anyway :confused: , usually capturing keyboard input is the job of the application ... not windoze ....