So the problem that I am having appears to be a bug that occurs only on Linux. I\'m trying to have my swing app record when a key is pressed down, then to detect when that k
Use the KeyEventDispatcher implementation, with it you'll make key binds correctly.