Validate hotkeys and support Super alias

This commit is contained in:
Thales Maciel 2026-02-25 11:51:39 -03:00
parent 2cbc1a98b9
commit 3bc473262d
6 changed files with 138 additions and 34 deletions

View file

@ -63,7 +63,7 @@ uv sync --extra x11
## Config
Create `~/.config/aman/config.json`:
Create `~/.config/aman/config.json` (or let `aman` create it automatically on first start if missing):
```json
{
@ -88,6 +88,11 @@ Create `~/.config/aman/config.json`:
Recording input can be a device index (preferred) or a substring of the device
name.
Hotkey notes:
- Use one key plus optional modifiers (for example `Cmd+m`, `Super+m`, `Ctrl+space`).
- `Super` and `Cmd` are equivalent aliases for the same modifier.
AI cleanup is always enabled and uses the locked local Llama-3.2-3B GGUF model
downloaded to `~/.cache/aman/models/` during daemon initialization.