Empyreus / lanterna

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

Gnome Terminal does not correctly report Home and End key presses. #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Home key is reported as two key presses. The first is a 'NormalKey Alt-O' 
and the second is a 'NormalKey 'H'. End is reported as 'NormalKey Alt-O' and 
'NormalKey 'F'. Behaves the same with Gnome-terminal 2.30.2 on an old Solaris 
box and 3.4.1.1 on Ubuntu 12.04. 

Other then this the library has been flawless. Keep up the great work!

Original issue reported on code.google.com by jc196...@gmail.com on 19 Jun 2013 at 6:55

GoogleCodeExporter commented 9 years ago
Additionally, the Swing terminal reports the delete key twice. Once as 
"NormalKey 0x7F" and again as a Key with kind "Delete".

Original comment by jc196...@gmail.com on 19 Jun 2013 at 7:48

GoogleCodeExporter commented 9 years ago
Yeah, unfortunately the input decoder mixes up the keys with Gnome terminal. 
I'm working on a fix for this...

Original comment by mab...@gmail.com on 24 Jun 2013 at 11:38