Metadata-Version: 2.1
Name: textual-keys
Version: 1.1.0
Summary: A tool to help see what keys a Textual app sees.
Home-page: https://github.com/davep/textual-keys
Author: Dave Pearson
Author-email: davep@davep.org
Maintainer: Dave Pearson
Maintainer-email: davep@davep.org
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Keywords: terminal textual keys
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual

# 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 <kbd>Ctrl</kbd>+<kbd>C</kbd> will quit the application so, of
course, that particular key combination will never be shown.

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