hbyint / lanterna

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

CommonProfile missing pattern for F5 #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
These should be added to CommonProfile:

new BasicCharacterPattern(new Key(Key.Kind.F5), KeyMappingProfile.ESC_CODE, 
'[', '1', '6', '~')

new BasicCharacterPattern(new Key(Key.Kind.F5), KeyMappingProfile.ESC_CODE, 
'[', '3', '2', '~')

Original issue reported on code.google.com by sivan.mo...@gmail.com on 20 Feb 2014 at 12:02

GoogleCodeExporter commented 9 years ago
Added to release/2.1 and master. Which terminals send these codes? I've never 
seen them before.

Original comment by mab...@gmail.com on 30 Mar 2014 at 1:11

GoogleCodeExporter commented 9 years ago
It's for a Psion TekLogix device, running TekTerm. I'm really only using the 
emulator, WinTekTerm on Windows 7.

Original comment by sivan.mo...@gmail.com on 1 Apr 2014 at 6:30

GoogleCodeExporter commented 9 years ago
Thanks, I'll put a note for that in the code.

Original comment by mab...@gmail.com on 13 Apr 2014 at 12:25