Class DefaultKeyDecodingProfile

  • All Implemented Interfaces:
    KeyDecodingProfile

    public class DefaultKeyDecodingProfile
    extends java.lang.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 Detail

      • COMMON_PATTERNS

        private static final java.util.List<CharacterPattern> COMMON_PATTERNS
    • Constructor Detail

      • DefaultKeyDecodingProfile

        public DefaultKeyDecodingProfile()