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
- Host: GitHub
- URL: https://github.com/davep/textual-keys
- Owner: davep
- License: gpl-3.0
- Created: 2022-12-02T10:18:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T08:04:16.000Z (over 3 years ago)
- Last Synced: 2025-01-20T06:59:23.030Z (over 1 year ago)
- Language: Python
- Size: 82 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)