https://github.com/textualize/textual-key-recorder
A diagnostic tool for exploring key names in Textual applications
https://github.com/textualize/textual-key-recorder
Last synced: 11 months ago
JSON representation
A diagnostic tool for exploring key names in Textual applications
- Host: GitHub
- URL: https://github.com/textualize/textual-key-recorder
- Owner: Textualize
- Created: 2023-10-04T08:49:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T09:38:50.000Z (over 2 years ago)
- Last Synced: 2024-05-11T22:41:36.697Z (almost 2 years ago)
- Language: Python
- Size: 216 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Textual Key Recorder
A tool to help record what keys result in what names in a Textual
application.
## Installation
This tool can be installed from PyPi; ideally using `pipx`:
```sh
$ pipx install textual-key-recorder
```
Once installed, you can run it as `tkrec`.
## Usage
This is mainly used for my own testing and exploring for now; but if you
find it interesting follow your nose; and if you're really interested drop
by the [Textualize help resources and have a chat with
us](https://textual.textualize.io/help/).