Space conflicts with chat input. F4 is unused by default in most terminal emulators and won't interfere with typing.
28 lines
560 B
Markdown
28 lines
560 B
Markdown
# Usage
|
|
|
|
## Running
|
|
|
|
```sh
|
|
tuimble # uses ~/.config/tuimble/config.toml
|
|
tuimble --host mumble.example.com --user myname
|
|
```
|
|
|
|
## Key Bindings
|
|
|
|
| Key | Action |
|
|
|-----|--------|
|
|
| `q` | Quit |
|
|
| `F4` | Push-to-talk (configurable) |
|
|
| `Enter` | Send message |
|
|
| `Ctrl+C` | Quit |
|
|
|
|
## Push-to-Talk Modes
|
|
|
|
- **hold** — hold key to transmit, release to stop (default)
|
|
- **toggle** — press to start, press again to stop
|
|
|
|
## Configuration
|
|
|
|
See `~/.config/tuimble/config.toml`. All fields are optional;
|
|
defaults connect to localhost:64738.
|