I\'m having trouble capturing the keystroke in my Java command-line application. Using System.in.read() I don\'t seem to get anything when hitting the tab key. W
I would guess that your shell is capturing tab and preventing it from getting to your application. There may not be anything you can do about this...