t3keyc
Utilities for working with libt3key terminal descriptions
Install
- All systems
-
curl cmd.cat/t3keyc.sh
- Debian
-
apt-get install libt3key-bin
- Ubuntu
-
apt-get install libt3key-bin
- Kali Linux
-
apt-get install libt3key-bin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libt3key-bin
- Dockerfile
- dockerfile.run/t3keyc
libt3key-bin
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.