Now, I\'m developing a command-line application somewhat like bash. For implementing the autocomplete functionality, I must know users have pressed Tab key. But i don\'t know ho
This is slightly more complicated than it looks.
Maybe you should have a look at the jline project that handles everything for you.