An open API service indexing awesome lists of open source software.

https://github.com/davep/textual-keys

Little tool to help discover key names as seen by Textual
https://github.com/davep/textual-keys

Last synced: 8 months ago
JSON representation

Little tool to help discover key names as seen by Textual

Awesome Lists containing this project

README

          

# Textual Keys

A simple terminal-based tool that helps you discover what keys turn up in a
[Textual](https://textual.textualize.io/) application, as sent by your
terminal. It also helps you discover the names of the keys -- useful when
you want to create textual `Binding`s for them.

To install:

```sh
$ pipx install textual-keys
```

and then to run:

```sh
$ textual-keys
```

Note that Ctrl+C will quit the application so, of
course, that particular key combination will never be shown.

[//]: # (README.md ends here)