Certain key combinations don't work in a Java game
问题 EDIT: Added code. In a 2D Java game, I have two tanks on the screen. Their controls: Tank 1 Move forward: UP arrow key Adjust angle of movement (and rotate sprite): LEFT arrow and RIGHT arrow. Shoot missile: ENTER key. Tank 2 Move forward: W key Adjust angle of movement (and rotate sprite): A key and D key. Shoot missile: G key. The program uses Key Bindings to do this. I have a wierd bug: Pressing W, D, and G at the same time - works. (aka: rotating the sprite to the right and adjusting the