| | I need to be able to have my program listen for a key while another is being pressed but right now it only works if they're pressed simultaneously. I've tried to have one KeyListener doing both and one for each, but they seem to work the same way. Is it possible to have it listen for one key while another is pressed? EDIT: It appears to have fixed itself |

