Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Windows 7 non reporting F keys #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Under Windows 7 pressing any of the F keys doesn't create a Key instance 
reported by screen.readInput

Original issue reported on code.google.com by rlogia...@gmail.com on 9 Dec 2013 at 2:15

GoogleCodeExporter commented 9 years ago
Are you using SwingTerminal?

Original comment by mab...@gmail.com on 16 Feb 2014 at 7:07

GoogleCodeExporter commented 9 years ago
Not explicitly, here is what I'm using to start it:

                final Screen screen = TerminalFacade.createScreen();
        screen.startScreen();

Original comment by rlogia...@gmail.com on 16 Feb 2014 at 6:39

GoogleCodeExporter commented 9 years ago
Okay, I think this is the same issue as was reported by another user a little 
while ago. The F1-F12 keys were not properly detected in SwingTerminal. There 
is a fix for this on the 2.1.x-branch, but no release yet. If you can try the 
2.1.8-SNAPSHOT build, please do, otherwise be a bit patient and I'll have 
another release done in a few weeks or so.

Original comment by mab...@gmail.com on 17 Feb 2014 at 12:10