Class DefaultKeyDecodingProfile

java.lang.Object
com.googlecode.lanterna.input.DefaultKeyDecodingProfile
All Implemented Interfaces:
KeyDecodingProfile

public class DefaultKeyDecodingProfile extends Object implements KeyDecodingProfile
This profile attempts to collect as many code combinations as possible without causing any collisions between patterns. The patterns in here are tested with Linux terminal, XTerm, Gnome terminal, XFCE terminal, Cygwin and Mac OS X terminal.
  • Field Details

  • Constructor Details

    • DefaultKeyDecodingProfile

      public DefaultKeyDecodingProfile()
  • Method Details