1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: libt3key
Maintainer: Gertjan Halkes <debian@ghalkes.nl>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10), libtool-bin, gettext, pkg-config,
libncurses-dev, libxcb1-dev, libt3config-dev (>= 0.2.5)
Standards-Version: 4.3.0
Homepage: https://os.ghalkes.nl/t3/libt3key.html
Package: libt3key-dev
Architecture: any
Section: libdevel
Depends: libt3key1 (= ${binary:Version}), libt3config-dev (>= 0.2.5),
${misc:Depends}
Description: Development files for libt3key
The libt3key library provides functions for retrieving the character sequences
used by terminals to represent keys pressed by the user. Although the terminfo
database provides part of this information, it lacks information for the
sequences returned by modern terminals/terminal emulators for many combinations
of modifiers with other keys. For example, many terminal emulators provide
separate character sequences for Control combined with the cursor keys,
which is not stored in the terminfo database.
.
This package contains the header files to compile programs against
libt3key.
Package: libt3key1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Terminal key sequence database library
The libt3key library provides functions for retrieving the character sequences
used by terminals to represent keys pressed by the user. Although the terminfo
database provides part of this information, it lacks information for the
sequences returned by modern terminals/terminal emulators for many combinations
of modifiers with other keys. For example, many terminal emulators provide
separate character sequences for Control combined with the cursor keys,
which is not stored in the terminfo database.
Package: libt3key-bin
Architecture: any
Section: utils
Depends: libt3key1 (= ${binary:Version}), ${shlibs:Depends},
${misc:Depends}
Description: Utilities for working with libt3key terminal descriptions
The libt3key library provides functions for retrieving the character sequences
used by terminals to represent keys pressed by the user. Although the terminfo
database provides part of this information, it lacks information for the
sequences returned by modern terminals/terminal emulators for many combinations
of modifiers with other keys. For example, many terminal emulators provide
separate character sequences for Control combined with the cursor keys,
which is not stored in the terminfo database.
.
This package contains the t3learnkeys and t3keyc programs.
|